2 Commits

Author SHA1 Message Date
3692254a6b Update src/app/page.tsx 2026-04-02 19:12:05 +00:00
3326f4b5db Merge version_1 into main
Merge version_1 into main
2026-04-02 19:09:00 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Results", name: "Results", id: "metrics"},
id: "metrics",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="AgencyCore" brandName="AgencyCore"
/> />
@@ -53,74 +45,58 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Scale Your Agency to New Heights" title="Scale Your Agency to New Heights"
description="We specialize in data-driven marketing strategies that turn potential into profit. Let us elevate your brand presence with precision and style." description="We specialize in data-driven marketing strategies that turn potential into profit. Let us elevate your brand presence with precision and style."
tag="Marketing Excellence" tag="Marketing Excellence"
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", href: "#contact"},
href: "#contact",
},
{ {
text: "Learn More", text: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/modern-digital-marketing-agency-concept--1775156913708-835cd03c.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/modern-digital-marketing-agency-concept--1775156913708-835cd03c.png?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png", alt: "Client 1"},
alt: "Client 1",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png", alt: "Client 2"},
alt: "Client 2",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png", alt: "Client 3"},
alt: "Client 3",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png", alt: "Client 4"},
alt: "Client 4",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png", alt: "Client 5"},
alt: "Client 5",
},
]} ]}
avatarText="Trusted by 500+ global brands" avatarText="Trusted by 500+ global brands"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Data-Driven Results", icon: BarChart,
text: "Data-Driven Results",
icon: BarChart,
}, },
{ {
type: "text-icon", type: "text-icon", text: "ROI Focused", icon: TrendingUp,
text: "ROI Focused",
icon: TrendingUp,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Creative Excellence", icon: Palette,
text: "Creative Excellence",
icon: Palette,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Market Dominance", icon: Globe,
text: "Market Dominance",
icon: Globe,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Fast Turnaround", icon: Zap,
text: "Fast Turnaround",
icon: Zap,
}, },
]} ]}
mediaWrapperClassName="relative"
className="after:absolute after:inset-0 after:flex after:items-center after:justify-center after:pointer-events-none"
containerClassName="relative"
/> />
<div className="absolute inset-0 flex items-center justify-center p-8 pointer-events-none">
<div className="grid grid-cols-2 gap-4 max-w-lg w-full">
<div className="bg-white/10 backdrop-blur-md border border-white/20 p-6 rounded-2xl shadow-xl"></div>
<div className="bg-white/10 backdrop-blur-md border border-white/20 p-6 rounded-2xl shadow-xl"></div>
</div>
</div>
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -131,19 +107,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Zap, icon: Zap,
title: "Performance Marketing", title: "Performance Marketing", description: "High-conversion ad campaigns tailored to your specific goals."},
description: "High-conversion ad campaigns tailored to your specific goals.",
},
{ {
icon: Shield, icon: Shield,
title: "Brand Strategy", title: "Brand Strategy", description: "Define and dominate your market niche with robust brand identity."},
description: "Define and dominate your market niche with robust brand identity.",
},
{ {
icon: Star, icon: Star,
title: "Content Production", title: "Content Production", description: "Engaging assets that resonate with your audience and build trust."},
description: "Engaging assets that resonate with your audience and build trust.",
},
]} ]}
title="Services That Deliver Results" title="Services That Deliver Results"
description="Expertly crafted solutions designed to maximize your ROI." description="Expertly crafted solutions designed to maximize your ROI."
@@ -158,25 +128,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "150%", title: "Average Growth", description: "Year-over-year increase in lead volume.", icon: TrendingUp,
value: "150%",
title: "Average Growth",
description: "Year-over-year increase in lead volume.",
icon: TrendingUp,
}, },
{ {
id: "m2", id: "m2", value: "200+", title: "Campaigns", description: "Successful projects launched worldwide.", icon: CheckCircle,
value: "200+",
title: "Campaigns",
description: "Successful projects launched worldwide.",
icon: CheckCircle,
}, },
{ {
id: "m3", id: "m3", value: "4.8", title: "Average Rating", description: "Client satisfaction score from our partners.", icon: Award,
value: "4.8",
title: "Average Rating",
description: "Client satisfaction score from our partners.",
icon: Award,
}, },
]} ]}
title="The Numbers Behind Our Success" title="The Numbers Behind Our Success"
@@ -191,45 +149,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The best marketing partners we've ever worked with. Truly data-driven.", rating: 5,
name: "Sarah Jenkins", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png"},
handle: "@sjenkins",
testimonial: "The best marketing partners we've ever worked with. Truly data-driven.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-diverse-professional-perso-1775156914162-d3c3496b.png",
},
{ {
id: "2", id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional communication and delivery. Our leads doubled.", rating: 5,
name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png"},
handle: "@mchen",
testimonial: "Exceptional communication and delivery. Our leads doubled.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-professional-executive-smi-1775156913626-5f981821.png",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Marketing excellence simplified. They understand our niche perfectly.", rating: 5,
name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png"},
handle: "@erod",
testimonial: "Marketing excellence simplified. They understand our niche perfectly.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-headshot-friendly-and-succe-1775156914377-5f54dc9d.png",
},
{ {
id: "4", id: "4", name: "David Kim", handle: "@dkim", testimonial: "Their strategy is unmatched. Weve seen consistent growth since day one.", rating: 5,
name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png"},
handle: "@dkim",
testimonial: "Their strategy is unmatched. Weve seen consistent growth since day one.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/portrait-of-a-creative-expert-looking-co-1775156921387-d50e055a.png",
},
{ {
id: "5", id: "5", name: "Olivia Smith", handle: "@osmith", testimonial: "Professional, efficient, and highly creative team.", rating: 5,
name: "Olivia Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png"},
handle: "@osmith",
testimonial: "Professional, efficient, and highly creative team.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-individual-in-a-contemporar-1775156915657-1bc8917a.png",
},
]} ]}
showRating={true} showRating={true}
title="What Our Partners Say" title="What Our Partners Say"
@@ -241,8 +174,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Let's Connect" tag="Let's Connect"
title="Ready to Transform Your Marketing?" title="Ready to Transform Your Marketing?"
description="Send us a message today to schedule your free consultation." description="Send us a message today to schedule your free consultation."
@@ -258,29 +190,19 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Services", label: "Services", href: "#features"},
href: "#features",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}