Merge version_1 into main #2
492
src/app/page.tsx
492
src/app/page.tsx
@@ -30,393 +30,131 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Bizboost"
|
||||
button={{
|
||||
text: "Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Results", id: "#results" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Bizboost"
|
||||
button={{ text: "Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="We Help Local Businesses Get More Customers & Sales — Guaranteed"
|
||||
description="Done-for-you marketing systems that bring leads, orders & bookings on autopilot. Stop guessing and start growing with Bizboost Marketing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Message on WhatsApp",
|
||||
href: "https://wa.me/923000000000",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-corporate-people-working-concept_53876-167075.jpg?_wi=1"
|
||||
imageAlt="digital marketing agency dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991203.jpg",
|
||||
alt: "Still life graphics composition",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991208.jpg",
|
||||
alt: "Top view still life graphics composition",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-growth-economy-with-arrow-polls_23-2148445501.jpg",
|
||||
alt: "Business growth economy with arrow and polls",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-hands_23-2148780613.jpg",
|
||||
alt: "Top view of office desk with growth chart and hands",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg",
|
||||
alt: "Multi-ethnic business team sitting at table in office center speaking about project during meeting in broadroom",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ROI Focused",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Driven",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Client First",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Systems",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Growth",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="We Help Local Businesses Get More Customers & Sales — Guaranteed"
|
||||
description="Done-for-you marketing systems that bring leads, orders & bookings on autopilot. Stop guessing and start growing with Bizboost Marketing."
|
||||
buttons={[{ text: "Get Free Consultation", href: "#contact" }, { text: "Message on WhatsApp", href: "https://wa.me/923000000000" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-corporate-people-working-concept_53876-167075.jpg"
|
||||
imageAlt="digital marketing agency dashboard"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991203.jpg", alt: "Still life graphics composition" }, { src: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991208.jpg", alt: "Top view still life graphics composition" }, { src: "http://img.b2bpic.net/free-photo/business-growth-economy-with-arrow-polls_23-2148445501.jpg", alt: "Business growth economy with arrow and polls" }, { src: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-hands_23-2148780613.jpg", alt: "Top view of office desk with growth chart and hands" }, { src: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", alt: "Multi-ethnic business team sitting at table in office center speaking about project during meeting in broadroom" }]}
|
||||
marqueeItems={[{ type: "text", text: "ROI Focused" }, { type: "text", text: "Data Driven" }, { type: "text", text: "Client First" }, { type: "text", text: "Automated Systems" }, { type: "text", text: "Scalable Growth" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="problem" data-section="problem">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Are You Facing These Marketing Hurdles?"
|
||||
metrics={[
|
||||
{
|
||||
label: "Inconsistent Results",
|
||||
value: "Struggling to find new customers?",
|
||||
icon: AlertCircle,
|
||||
},
|
||||
{
|
||||
label: "Wasted Budget",
|
||||
value: "Ads spending but no return?",
|
||||
icon: DollarSign,
|
||||
},
|
||||
{
|
||||
label: "No Funnel",
|
||||
value: "Leads that never become sales?",
|
||||
icon: TrendingDown,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="problem" data-section="problem">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Are You Facing These Marketing Hurdles?"
|
||||
metrics={[{ label: "Inconsistent Results", value: "Struggling to find new customers?", icon: AlertCircle }, { label: "Wasted Budget", value: "Ads spending but no return?", icon: DollarSign }, { label: "No Funnel", value: "Leads that never become sales?", icon: TrendingDown }]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="solution" data-section="solution">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lead Generation",
|
||||
description: "High-intent traffic from Facebook & Instagram.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Target,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/these-designs-are-giving-me-headache_637285-11941.jpg",
|
||||
imageAlt: "stressed business owner at work",
|
||||
},
|
||||
{
|
||||
title: "WhatsApp CRM",
|
||||
description: "Convert leads instantly with automated replies.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MessageCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-corporate-people-working-concept_53876-167075.jpg?_wi=2",
|
||||
imageAlt: "stressed business owner at work",
|
||||
},
|
||||
{
|
||||
title: "Sales Funnels",
|
||||
description: "Landing pages engineered to convert visitors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LayoutDashboard,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-pinterest-icon_53876-65420.jpg?_wi=1",
|
||||
imageAlt: "stressed business owner at work",
|
||||
},
|
||||
]}
|
||||
title="The Bizboost Customer-Getting System"
|
||||
description="A complete, end-to-end marketing infrastructure built to scale your business."
|
||||
/>
|
||||
</div>
|
||||
<div id="solution" data-section="solution">
|
||||
<FeatureBento
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Lead Generation", description: "High-intent traffic from Facebook & Instagram.", bentoComponent: "reveal-icon", icon: Target },
|
||||
{ title: "WhatsApp CRM", description: "Convert leads instantly with automated replies.", bentoComponent: "reveal-icon", icon: MessageCircle },
|
||||
{ title: "Sales Funnels", description: "Landing pages engineered to convert visitors.", bentoComponent: "reveal-icon", icon: LayoutDashboard },
|
||||
]}
|
||||
title="The Bizboost Customer-Getting System"
|
||||
description="A complete, end-to-end marketing infrastructure built to scale your business."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Social Media Growth",
|
||||
price: "Management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-pinterest-icon_53876-65420.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Paid Ads (FB/IG)",
|
||||
price: "Lead Gen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "WhatsApp Automation",
|
||||
price: "Conversion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-megaphone-icon-using-laptop_53876-71022.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Landing Pages",
|
||||
price: "High ROI",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/marketing-business-company-youtube-cover-template_23-2149506934.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Local Business Growth",
|
||||
price: "Full Setup",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-icon_1057-3941.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Consultation",
|
||||
price: "Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-elements-background-flat-style_23-2147780556.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Marketing Services"
|
||||
description="Customized growth strategies for local service-based businesses."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[{ id: "1", name: "Social Media Growth", price: "Management", imageSrc: "http://img.b2bpic.net/free-photo/people-holding-pinterest-icon_53876-65420.jpg" }, { id: "2", name: "Paid Ads (FB/IG)", price: "Lead Gen", imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg" }, { id: "3", name: "WhatsApp Automation", price: "Conversion", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-megaphone-icon-using-laptop_53876-71022.jpg" }, { id: "4", name: "Landing Pages", price: "High ROI", imageSrc: "http://img.b2bpic.net/free-psd/marketing-business-company-youtube-cover-template_23-2149506934.jpg" }, { id: "5", name: "Local Business Growth", price: "Full Setup", imageSrc: "http://img.b2bpic.net/free-vector/marketing-icon_1057-3941.jpg" }, { id: "6", name: "Consultation", price: "Strategy", imageSrc: "http://img.b2bpic.net/free-vector/marketing-elements-background-flat-style_23-2147780556.jpg" }]}
|
||||
title="Our Specialized Marketing Services"
|
||||
description="Customized growth strategies for local service-based businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="results" data-section="results">
|
||||
<MetricCardEleven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "200%",
|
||||
title: "Increased Orders",
|
||||
description: "Restaurant daily growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Leads Monthly",
|
||||
description: "For local private clinics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991206.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3x",
|
||||
title: "ROI",
|
||||
description: "Avg campaign performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-management-strategy-analyzing-company-data-charts-using-computer-planning-business-meeting-startup-office-workmates-brainstorming-marketing-ideas_482257-27444.jpg",
|
||||
},
|
||||
]}
|
||||
title="Proven Results for Local Clients"
|
||||
description="We don't focus on vanity metrics—we focus on your bottom line."
|
||||
/>
|
||||
</div>
|
||||
<div id="results" data-section="results">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[{ id: "m1", value: "200%", title: "Increased Orders", description: "Restaurant daily growth.", imageSrc: "http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg" }, { id: "m2", value: "50+", title: "Leads Monthly", description: "For local private clinics.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991206.jpg" }, { id: "m3", value: "3x", title: "ROI", description: "Avg campaign performance.", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-management-strategy-analyzing-company-data-charts-using-computer-planning-business-meeting-startup-office-workmates-brainstorming-marketing-ideas_482257-27444.jpg" }]}
|
||||
title="Proven Results for Local Clients"
|
||||
description="We don't focus on vanity metrics—we focus on your bottom line."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Khan",
|
||||
role: "Owner",
|
||||
company: "Fine Dining Resto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Sarah",
|
||||
role: "Clinic Lead",
|
||||
company: "City Dental",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-friendly-waitress-coffee-shop-barista-giving-out-takeaway-order-cappuccino-paper-cup-f_1258-134432.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bilal Ahmed",
|
||||
role: "Manager",
|
||||
company: "TechRepair Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hina Fatima",
|
||||
role: "Founder",
|
||||
company: "Boutique Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-wearing-apron-smilling-looking-camera-happy-businesswoman-small-business-owner-girl-entrepreneur-cafe-employee-posing-restaurant-coffee-shop_657921-523.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zaid Malik",
|
||||
role: "Owner",
|
||||
company: "Fast Cafe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Growing Businesses"
|
||||
description="See how we help owners scale their operations."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[{ id: "1", name: "Ali Khan", role: "Owner", company: "Fine Dining Resto", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg" }, { id: "2", name: "Dr. Sarah", role: "Clinic Lead", company: "City Dental", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-friendly-waitress-coffee-shop-barista-giving-out-takeaway-order-cappuccino-paper-cup-f_1258-134432.jpg" }, { id: "3", name: "Bilal Ahmed", role: "Manager", company: "TechRepair Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg" }, { id: "4", name: "Hina Fatima", role: "Founder", company: "Boutique Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-wearing-apron-smilling-looking-camera-happy-businesswoman-small-business-owner-girl-entrepreneur-cafe-employee-posing-restaurant-coffee-shop_657921-523.jpg" }, { id: "5", name: "Zaid Malik", role: "Owner", company: "Fast Cafe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg" }]}
|
||||
title="Trusted by Growing Businesses"
|
||||
description="See how we help owners scale their operations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Data-Driven Strategy",
|
||||
"Result Focus",
|
||||
"Done-for-You System",
|
||||
"Scalable Growth",
|
||||
"Expert Support",
|
||||
"Transparent Reporting",
|
||||
"Fast Turnaround",
|
||||
]}
|
||||
title="Why Bizboost Marketing?"
|
||||
description="We are data-driven, results-focused, and committed to your growth."
|
||||
/>
|
||||
</div>
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Data-Driven Strategy", "Result Focus", "Done-for-You System", "Scalable Growth", "Expert Support", "Transparent Reporting", "Fast Turnaround"]}
|
||||
title="Why Bizboost Marketing?"
|
||||
description="We are data-driven, results-focused, and committed to your growth."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long before I see results?",
|
||||
content: "Most clients see significant lead flow within 14-21 days of system setup.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you guarantee results?",
|
||||
content: "We guarantee our process and efforts based on data-driven strategies.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the pricing?",
|
||||
content: "Pricing is tailored based on your business size and specific needs.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Which businesses do you work with?",
|
||||
content: "We specialize in local businesses like clinics, restaurants, and professional services.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Commonly Asked Questions"
|
||||
sideDescription="Not sure how we can help? Check these answers or message us directly."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[{ id: "1", title: "How long before I see results?", content: "Most clients see significant lead flow within 14-21 days of system setup." }, { id: "2", title: "Do you guarantee results?", content: "We guarantee our process and efforts based on data-driven strategies." }, { id: "3", title: "What is the pricing?", content: "Pricing is tailored based on your business size and specific needs." }, { id: "4", title: "Which businesses do you work with?", content: "We specialize in local businesses like clinics, restaurants, and professional services." }]}
|
||||
sideTitle="Commonly Asked Questions"
|
||||
sideDescription="Not sure how we can help? Check these answers or message us directly."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Limited Slots"
|
||||
title="Ready to Get More Customers?"
|
||||
description="Book your free strategy session today. Get your business audit and growth plan customized for your brand."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-displaying-business-analytics_482257-115250.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Book Now"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Limited Slots"
|
||||
title="Ready to Get More Customers?"
|
||||
description="Book your free strategy session today. Get your business audit and growth plan customized for your brand."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-displaying-business-analytics_482257-115250.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Book Now"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qzm4vd"
|
||||
logoText="Bizboost Marketing"
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/923000000000",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@bizboost.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qzm4vd"
|
||||
logoText="Bizboost Marketing"
|
||||
columns={[{ title: "Agency", items: [{ label: "Services", href: "#services" }, { label: "Results", href: "#results" }] }, { title: "Contact", items: [{ label: "WhatsApp", href: "https://wa.me/923000000000" }, { label: "Email", href: "mailto:hello@bizboost.com" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user