Merge version_1 into main #2
349
src/app/page.tsx
349
src/app/page.tsx
@@ -13,7 +13,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Headphones, Shield, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Award, TrendingUp, Users, Shield, Zap, Headphones, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="BoostPulse"
|
||||
/>
|
||||
@@ -56,119 +44,34 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Drive Organic Growth for Every Platform"
|
||||
description="Unlock unprecedented social presence with our AI-powered, secure growth platform. High-retention results for professionals and businesses."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg?_wi=1",
|
||||
imageAlt: "Dashboard 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg", imageAlt: "Dashboard 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg", imageAlt: "Dashboard 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg", imageAlt: "Dashboard 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Dashboard 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg", imageAlt: "Dashboard 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg", imageAlt: "Dashboard 6" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 6",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=2",
|
||||
imageAlt: "Dashboard 1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg", imageAlt: "Dashboard 6" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg", imageAlt: "Dashboard 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Dashboard 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg", imageAlt: "Dashboard 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg", imageAlt: "Dashboard 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg", imageAlt: "Dashboard 1" }
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-man-developing-photos_23-2149893911.jpg",
|
||||
alt: "Michael",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4751.jpg",
|
||||
alt: "Emily",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
|
||||
alt: "Jane",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Sarah" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-man-developing-photos_23-2149893911.jpg", alt: "Michael" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4751.jpg", alt: "Emily" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "David" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", alt: "Jane" }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ creators"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-flowing-dots-digital-landscape-modern-connections_1048-10497.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,30 +81,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Encryption",
|
||||
description: "Bank-level encryption for all your account data.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=3",
|
||||
imageAlt: "analytics dashboard dark mode",
|
||||
},
|
||||
{
|
||||
title: "Instant Delivery",
|
||||
description: "Rapid scaling options with instant deployment.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg?_wi=3",
|
||||
imageAlt: "social media stats growth",
|
||||
},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Our team is always online to help you.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Headphones,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg?_wi=3",
|
||||
imageAlt: "network growth abstract tech",
|
||||
},
|
||||
{ title: "Secure Encryption", description: "Bank-level encryption for all your account data.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Instant Delivery", description: "Rapid scaling options with instant deployment.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{ title: "24/7 Support", description: "Our team is always online to help you.", bentoComponent: "reveal-icon", icon: Headphones }
|
||||
]}
|
||||
title="Why Choose BoostPulse"
|
||||
description="Enterprise-grade security and advanced AI-driven algorithms ensure authentic, safe growth at scale."
|
||||
@@ -213,30 +95,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Instagram Growth",
|
||||
description: "Verified high-retention followers for IG.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
title: "Twitter Engagement",
|
||||
description: "Hyper-targeted real-time engagement.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
title: "TikTok Momentum",
|
||||
description: "Scalable growth for your viral content.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
title: "YouTube Authority",
|
||||
description: "Organic-looking growth for your channel.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=3",
|
||||
},
|
||||
{ title: "Instagram Growth", description: "Verified high-retention followers for IG.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg" },
|
||||
{ title: "Twitter Engagement", description: "Hyper-targeted real-time engagement.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/young-adults-couch-using-social-media-their-smartphones_53876-96228.jpg" },
|
||||
{ title: "TikTok Momentum", description: "Scalable growth for your viral content.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/blue-glasses-liquid-with-shadow-yellow-background_23-2147949153.jpg" },
|
||||
{ title: "YouTube Authority", description: "Organic-looking growth for your channel.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" }
|
||||
]}
|
||||
title="Built for High Performance"
|
||||
description="Industry-leading results optimized for modern digital platforms."
|
||||
@@ -250,26 +112,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah J., Marketing Executive"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-man-developing-photos_23-2149893911.jpg",
|
||||
alt: "Michael C.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4751.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
|
||||
alt: "Jane D.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-man-developing-photos_23-2149893911.jpg", alt: "Michael C." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4751.jpg", alt: "Emily R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "David K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", alt: "Jane D." }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -283,27 +130,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M+",
|
||||
title: "Users Boosted",
|
||||
description: "Successful growth campaigns.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500M+",
|
||||
title: "Engagement Hits",
|
||||
description: "Total interactions delivered.",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Client Retention",
|
||||
description: "Commitment to long-term success.",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", value: "1.2M+", title: "Users Boosted", description: "Successful growth campaigns.", icon: Users },
|
||||
{ id: "m2", value: "500M+", title: "Engagement Hits", description: "Total interactions delivered.", icon: TrendingUp },
|
||||
{ id: "m3", value: "99.9%", title: "Client Retention", description: "Commitment to long-term success.", icon: Award }
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="Key achievements driving digital success for our partners."
|
||||
@@ -315,22 +144,8 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic automation bots",
|
||||
"High drop-off rates",
|
||||
"Account security risks",
|
||||
"Lack of transparency",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Real organic strategy",
|
||||
"High-retention results",
|
||||
"Bank-level security",
|
||||
"Full data visibility",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Generic automation bots", "High drop-off rates", "Account security risks", "Lack of transparency"] }}
|
||||
positiveCard={{ items: ["Real organic strategy", "High-retention results", "Bank-level security", "Full data visibility"] }}
|
||||
title="Why We Outperform"
|
||||
description="See the difference between authentic growth and bot-driven services."
|
||||
/>
|
||||
@@ -342,24 +157,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivet",
|
||||
role: "CEO & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-putting-hands-waist-white-background_176474-118442.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan Chen",
|
||||
role: "Lead Data Scientist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-with-arms-crossed-isolated-whit_1391-39.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maya Singh",
|
||||
role: "Head of Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex Rivet", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-putting-hands-waist-white-background_176474-118442.jpg" },
|
||||
{ id: "t2", name: "Jordan Chen", role: "Lead Data Scientist", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-with-arms-crossed-isolated-whit_1391-39.jpg" },
|
||||
{ id: "t3", name: "Maya Singh", role: "Head of Strategy", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg" }
|
||||
]}
|
||||
title="Behind the Growth"
|
||||
description="Meet our team of marketing experts, data scientists, and growth engineers."
|
||||
@@ -371,21 +171,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long for delivery?",
|
||||
content: "Most orders process within minutes.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my account safe?",
|
||||
content: "Yes, we prioritize security and anonymity.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I target followers?",
|
||||
content: "Yes, we have advanced targeting filters.",
|
||||
},
|
||||
{ id: "f1", title: "How long for delivery?", content: "Most orders process within minutes." },
|
||||
{ id: "f2", title: "Is my account safe?", content: "Yes, we prioritize security and anonymity." },
|
||||
{ id: "f3", title: "Can I target followers?", content: "Yes, we have advanced targeting filters." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to your common questions about platform security and delivery timelines."
|
||||
@@ -396,50 +184,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to scale?"
|
||||
title="Start Your Growth Journey Today"
|
||||
description="Join thousands of businesses already scaling their presence with BoostPulse."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Our Team", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Features", href: "#" }, { label: "API", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] }
|
||||
]}
|
||||
logoText="BoostPulse"
|
||||
/>
|
||||
@@ -447,4 +204,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user