const banners = [ { image: "/assets/images/home/1/banner-image/web.webp", subTitle: "METATRONCUBE SOLUTIONS", title: "WEB AND APP DEVELOPMENT PIONEERING INNOVATION", text: "Elevate your digital landscape with Metatroncube's cutting-edge web and mobile app solutions.", btnLabel: "Book Your Call Now", btnHref: "https://calendly.com/metatroncubeswsolutions/request-consultation", }, { image: "/assets/images/home/1/banner-image/digital.webp", subTitle: "METATRONCUBE SOLUTIONS", title: "DIGITAL MARKETING AMPLIFYING YOUR ONLINE VOICE", text: "Explore Metatroncube's innovative strategies to connect, engage, and grow your audience in the digital realm.", btnLabel: "Schedule Appointment", btnHref: "https://calendly.com/metatroncubeswsolutions/request-consultation", }, { image: "/assets/images/home/1/banner-image/seo.webp", subTitle: "METATRONCUBE SOLUTIONS", title: "SEO STRATEGIES PAVING YOUR PATH TO SUCCESS", text: "Maximize visibility and drive traffic with Metatroncube's expert SEO strategies.", btnLabel: "REQUEST CONSULTATION", btnHref: "https://calendly.com/metatroncubeswsolutions/request-consultation", }, { image: "/assets/images/home/1/banner-image/graphic.webp", subTitle: "METATRONCUBE SOLUTIONS", title: "GRAPHIC DESIGN CREATING VISUAL IMPACT", text: "Craft compelling visuals that enhance your brand identity with Metatroncube's graphic design services", btnLabel: "BOOK YOUR FREE CONSULTATION", btnHref: "https://calendly.com/metatroncubeswsolutions/request-consultation", }, ]; const BannerSection = () => { return (
{banners.map((banner, i) => (
{banner.subTitle}

{banner.title}

{banner.text}

{/*
*/}
{/*
*/}
))}
); }; export default BannerSection;