import React from "react"; import Image from "next/image"; import { backendUrl } from "@/utils/axios"; const SecondGallery = ({ data }) => { const { heading5, heading6, heading7, heading8, description5, footer_image1, footer_image2, } = data || {}; return (
{/* Left Image */}
Gupta Rudraksha
{/* Right content */}

{heading5 ?? "Nepal's 1st & only"} {heading6 ?? "ISO Certified"} {heading7 ?? "Rudraksha Organization"}

{description5 ?? "Explore the largest collection of authentic Gupta Rudraksha energized as per our vedic process. For nearly 3+ generations Gupta Rudraksha has been the pioneer of Rudraksha and Shaligram and has supported millions of devotees attain spiritual and professional goals."}

{heading8 ?? "Gupta Rudraksha - The Only Vendor in the World To 100% Lifetime Money Back Authenticity Guarantee."}

{/* Right Image */}
Gupta Rudraksha Collection
); }; export default SecondGallery;