Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-30 16:48:20 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Journey",
id: "hero",
},
name: "Journey", id: "hero"},
{
name: "Methodology",
id: "about",
},
name: "Methodology", id: "about"},
{
name: "Results",
id: "metrics",
},
name: "Results", id: "metrics"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
]}
brandName="AgencyImpact"
/>
@@ -52,38 +44,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Watch Our Marketing Impact Timeline Unfold"
description="Explore five years of campaigns, wins, and client transformations. See how we've driven results across industries."
tag="Trusted Digital Agency"
buttons={[
{
text: "Explore Our Journey",
href: "#about",
},
text: "Explore Our Journey", href: "#about"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/modern-digital-marketing-dashboard-inter-1774889251131-845cacb0.png?_wi=1",
imageAlt: "Marketing Dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/modern-digital-marketing-dashboard-inter-1774889251131-845cacb0.png", imageAlt: "Marketing Dashboard"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/creative-team-working-in-a-modern-office-1774889247023-07983ee6.png?_wi=1",
imageAlt: "Agency Team",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/modern-digital-marketing-dashboard-inter-1774889251131-845cacb0.png?_wi=2",
imageAlt: "Analytics Insights",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/creative-team-working-in-a-modern-office-1774889247023-07983ee6.png?_wi=2",
imageAlt: "Strategic Planning",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/modern-digital-marketing-dashboard-inter-1774889251131-845cacb0.png?_wi=3",
imageAlt: "Performance Report",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/creative-team-working-in-a-modern-office-1774889247023-07983ee6.png", imageAlt: "Agency Team"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -96,7 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Evolution of Growth"
description="From humble beginnings to an industry leader, our timeline represents a relentless commitment to driving measurable ROI. Each milestone reflects our dedication to your brand's growth and competitive edge."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/visual-representation-of-a-project-timel-1774889246944-0d417c8f.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/visual-representation-of-a-project-timel-1774889246944-0d417c8f.png"
imageAlt="Our Agency Journey Timeline"
/>
</div>
@@ -108,26 +81,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "450%",
title: "Average ROI Increase",
description: "Driven by data-led campaign optimization.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-campaign-roi-sh-1774889246222-444b6ac7.png",
},
id: "m1", value: "450%", title: "Average ROI Increase", description: "Driven by data-led campaign optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-campaign-roi-sh-1774889246222-444b6ac7.png"},
{
id: "m2",
value: "3.2M+",
title: "Qualified Leads",
description: "Targeted engagement across all digital channels.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-customer-conver-1774889247596-63eaca9e.png",
},
id: "m2", value: "3.2M+", title: "Qualified Leads", description: "Targeted engagement across all digital channels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-customer-conver-1774889247596-63eaca9e.png"},
{
id: "m3",
value: "25+",
title: "Industries Served",
description: "Proven expertise across diverse market sectors.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-multi-industry--1774889246754-748cc799.png",
},
id: "m3", value: "25+", title: "Industries Served", description: "Proven expertise across diverse market sectors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/iconography-representing-multi-industry--1774889246754-748cc799.png"},
]}
title="Results You Can See"
description="Our work speaks for itself. Here are the core metrics that define our success and our partners' growth."
@@ -141,40 +99,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "The impact on our conversion rates has been nothing short of transformative. A truly professional team.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/professional-business-executive-headshot-1774889247058-470e51b8.png?_wi=1",
},
id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The impact on our conversion rates has been nothing short of transformative. A truly professional team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/professional-business-executive-headshot-1774889247058-470e51b8.png"},
{
id: "t2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "Their data-driven approach turned our campaign ROI from stagnant to a record high. Highly recommended.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/marketing-manager-portrait-tech-company--1774889248095-33775363.png",
},
id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Their data-driven approach turned our campaign ROI from stagnant to a record high. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/marketing-manager-portrait-tech-company--1774889248095-33775363.png"},
{
id: "t3",
name: "Emily Rodriguez",
handle: "@erod",
testimonial: "Expertise, reliability, and measurable results. They understand marketing on a level few others do.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/creative-director-portrait-modern-artist-1774889246340-8a97ed33.png",
},
id: "t3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Expertise, reliability, and measurable results. They understand marketing on a level few others do.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/creative-director-portrait-modern-artist-1774889246340-8a97ed33.png"},
{
id: "t4",
name: "David Kim",
handle: "@dkim",
testimonial: "Working with this team was a pivotal moment for our digital infrastructure. Extremely insightful.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/small-business-owner-portrait-casual-yet-1774889246098-b431a1e9.png",
},
id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Working with this team was a pivotal moment for our digital infrastructure. Extremely insightful.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/small-business-owner-portrait-casual-yet-1774889246098-b431a1e9.png"},
{
id: "t5",
name: "Jessica Lee",
handle: "@jlee",
testimonial: "The most professional agency I've worked with. They treat your business like their own.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/professional-business-executive-headshot-1774889247058-470e51b8.png?_wi=2",
},
id: "t5", name: "Jessica Lee", handle: "@jlee", testimonial: "The most professional agency I've worked with. They treat your business like their own.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/professional-business-executive-headshot-1774889247058-470e51b8.png"},
]}
title="Voices of Success"
description="Hear from the brands and partners we have helped reach their peak performance."
@@ -189,22 +122,13 @@ export default function LandingPage() {
description="Have questions about our process? Here are answers to some common inquiries."
faqs={[
{
id: "f1",
title: "How long until we see results?",
content: "Most clients start seeing measurable improvements in key metrics within the first 30-60 days of full campaign deployment.",
},
id: "f1", title: "How long until we see results?", content: "Most clients start seeing measurable improvements in key metrics within the first 30-60 days of full campaign deployment."},
{
id: "f2",
title: "What industries do you specialize in?",
content: "While we have deep expertise in B2B tech and retail, our data-driven approach allows us to scale results across virtually any industry.",
},
id: "f2", title: "What industries do you specialize in?", content: "While we have deep expertise in B2B tech and retail, our data-driven approach allows us to scale results across virtually any industry."},
{
id: "f3",
title: "Can you work with existing marketing teams?",
content: "Absolutely. We often function as an extension of internal teams, providing strategic oversight or specialized technical execution.",
},
id: "f3", title: "Can you work with existing marketing teams?", content: "Absolutely. We often function as an extension of internal teams, providing strategic oversight or specialized technical execution."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/visual-representation-of-a-project-timel-1774889246944-0d417c8f.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfnpROPMMfmFf9Nrd51ogfEsGW/visual-representation-of-a-project-timel-1774889246944-0d417c8f.png"
imageAlt="Frequently Asked Questions"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
@@ -216,37 +140,23 @@ export default function LandingPage() {
logoText="AgencyImpact"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Strategy",
href: "#",
},
label: "Strategy", href: "#"},
{
label: "SEO",
href: "#",
},
label: "SEO", href: "#"},
{
label: "PPC",
href: "#",
},
label: "PPC", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Metrics",
href: "#metrics",
},
label: "Metrics", href: "#metrics"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
]}