Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-11 08:25:28 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Services",
id: "services",
},
{
name: "Case Studies",
id: "results",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Services", id: "services" },
{ name: "Case Studies", id: "results" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
brandName="AgencyX"
/>
@@ -57,74 +45,23 @@ export default function LandingPage() {
title="We Scale Brands Through Performance Marketing"
description="Meta Ads, Google Ads, Creative Strategy & Conversion Optimization"
testimonials={[
{
name: "Alex Rivers",
handle: "@growth_lab",
testimonial: "The best creative strategy team we've worked with.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
},
{
name: "Sarah Chen",
handle: "@tech_startup",
testimonial: "Exponential growth in just 3 months of collaboration.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
},
{
name: "Mark Jones",
handle: "@brand_x",
testimonial: "Their data-driven approach changed our entire funnel.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg",
},
{
name: "Elena V.",
handle: "@startup_hq",
testimonial: "Finally, a team that understands ROAS properly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
},
{
name: "Sam K.",
handle: "@dev_agency",
testimonial: "Scale has never been this consistent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg",
},
{ name: "Alex Rivers", handle: "@growth_lab", testimonial: "The best creative strategy team we've worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg" },
{ name: "Sarah Chen", handle: "@tech_startup", testimonial: "Exponential growth in just 3 months of collaboration.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg" },
{ name: "Mark Jones", handle: "@brand_x", testimonial: "Their data-driven approach changed our entire funnel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg" },
{ name: "Elena V.", handle: "@startup_hq", testimonial: "Finally, a team that understands ROAS properly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg" },
{ name: "Sam K.", handle: "@dev_agency", testimonial: "Scale has never been this consistent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg" }
]}
buttons={[
{
text: "Book a Call",
href: "#contact",
},
{
text: "View Case Studies",
href: "#results",
},
{ text: "Book a Call", href: "#contact" },
{ text: "View Case Studies", href: "#results" }
]}
imageSrc="http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
alt: "Customer avatar 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
alt: "Customer avatar 2",
},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
alt: "Customer avatar 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
alt: "Customer avatar 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-working-laptop_1303-9731.jpg",
alt: "Customer avatar 5",
},
{ src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Customer avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Customer avatar 2" },
{ src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Customer avatar 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Customer avatar 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-business-woman-working-laptop_1303-9731.jpg", alt: "Customer avatar 5" }
]}
avatarText="Trusted by 100+ growth-stage founders"
/>
@@ -134,15 +71,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Linear",
"Stripe",
"Ogilvy",
"VaynerMedia",
"Intercom",
"Notion",
"Framer",
]}
names={["Linear", "Stripe", "Ogilvy", "VaynerMedia", "Intercom", "Notion", "Framer"]}
title="Trusted by Industry Leaders"
description="We partner with brands that define their categories."
/>
@@ -155,42 +84,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Meta Ads",
description: "High-ROAS social campaigns for scalable growth.",
imageSrc: "http://img.b2bpic.net/free-photo/women-power-speech-bubble-with-megaphone_23-2148403563.jpg",
imageAlt: "Meta Ads",
},
{
title: "Google Ads",
description: "Targeted intent-based traffic for conversion.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-letter-g_1187-2091.jpg",
imageAlt: "Google Ads",
},
{
title: "TikTok Ads",
description: "Viral creative formats for Gen Z audiences.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-present_23-2149426558.jpg",
imageAlt: "TikTok Ads",
},
{
title: "Creative Production",
description: "High-conversion assets designed to stop the scroll.",
imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-front-side_187299-39548.jpg",
imageAlt: "Creative",
},
{
title: "CRO & Analytics",
description: "Data-backed optimization for every touchpoint.",
imageSrc: "http://img.b2bpic.net/free-vector/set-statistic-data-tools-finance-diagram-graphic-chart-business_24908-59543.jpg",
imageAlt: "CRO",
},
{
title: "Branding Strategy",
description: "Unified visual identity that speaks to your users.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-instagram-logo_23-2152000227.jpg",
imageAlt: "Branding",
},
{ title: "Meta Ads", description: "High-ROAS social campaigns for scalable growth.", imageSrc: "http://img.b2bpic.net/free-photo/women-power-speech-bubble-with-megaphone_23-2148403563.jpg", imageAlt: "Meta Ads" },
{ title: "Google Ads", description: "Targeted intent-based traffic for conversion.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-letter-g_1187-2091.jpg", imageAlt: "Google Ads" },
{ title: "TikTok Ads", description: "Viral creative formats for Gen Z audiences.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-present_23-2149426558.jpg", imageAlt: "TikTok Ads" },
{ title: "Creative Production", description: "High-conversion assets designed to stop the scroll.", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-front-side_187299-39548.jpg", imageAlt: "Creative" },
{ title: "CRO & Analytics", description: "Data-backed optimization for every touchpoint.", imageSrc: "http://img.b2bpic.net/free-vector/set-statistic-data-tools-finance-diagram-graphic-chart-business_24908-59543.jpg", imageAlt: "CRO" },
{ title: "Branding Strategy", description: "Unified visual identity that speaks to your users.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-instagram-logo_23-2152000227.jpg", imageAlt: "Branding" }
]}
title="Performance-Driven Services"
description="Custom strategies tailored for high-growth digital brands."
@@ -199,46 +98,17 @@ export default function LandingPage() {
<div id="results" data-section="results">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "c1",
name: "E-commerce Growth",
price: "450% ROAS",
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204915.jpg",
},
{
id: "c2",
name: "SaaS Lead Gen",
price: "30% CPA Drop",
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761040.jpg",
},
{
id: "c3",
name: "Mobile App User Acq",
price: "2.5M+ Install",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4885.jpg",
},
{
id: "c4",
name: "D2C Scaling",
price: "2x Revenue",
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg",
},
{
id: "c5",
name: "Fintech Acquisition",
price: "40% Lead Boost",
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
},
{
id: "c6",
name: "B2B Outreach",
price: "60% Demo Up",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-business-evolution-with-graphic_1134-294.jpg",
},
{ id: "c1", name: "E-commerce Growth", price: "450% ROAS", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204915.jpg" },
{ id: "c2", name: "SaaS Lead Gen", price: "30% CPA Drop", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761040.jpg" },
{ id: "c3", name: "Mobile App User Acq", price: "2.5M+ Install", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4885.jpg" },
{ id: "c4", name: "D2C Scaling", price: "2x Revenue", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg" },
{ id: "c5", name: "Fintech Acquisition", price: "40% Lead Boost", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg" },
{ id: "c6", name: "B2B Outreach", price: "60% Demo Up", imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-business-evolution-with-graphic_1134-294.jpg" }
]}
title="High-Performing Case Studies"
description="Real impact across multiple industry sectors."
@@ -252,18 +122,9 @@ export default function LandingPage() {
title="Performance at Core"
description="Seven years ago, we realized that digital marketing needed more than just 'pretty' creative. It needed numbers. Our agency exists to bridge the gap between creative storytelling and hard-hitting data metrics."
bulletPoints={[
{
title: "$10M+ Ad Spend Managed",
description: "Optimized across Google and Meta ecosystem.",
},
{
title: "120+ Brands Scaled",
description: "From seed-stage startups to publicly traded companies.",
},
{
title: "7 Years of Experience",
description: "Constant adaptation to changing algorithms.",
},
{ title: "$10M+ Ad Spend Managed", description: "Optimized across Google and Meta ecosystem." },
{ title: "120+ Brands Scaled", description: "From seed-stage startups to publicly traded companies." },
{ title: "7 Years of Experience", description: "Constant adaptation to changing algorithms." }
]}
imageSrc="http://img.b2bpic.net/free-photo/view-modern-office_1170-1962.jpg"
mediaAnimation="slide-up"
@@ -276,41 +137,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice M.",
role: "CMO, TechStyle",
testimonial: "Unparalleled expertise in Meta ads strategy.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
},
{
id: "t2",
name: "Ben V.",
role: "CEO, GrowthCo",
testimonial: "We doubled our revenue in just three months.",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg",
},
{
id: "t3",
name: "Claire L.",
role: "Founder, Shop",
testimonial: "The best conversion audit we've ever received.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
},
{
id: "t4",
name: "Dave H.",
role: "Head of Growth",
testimonial: "Reliable, strategic, and hyper-focused on ROAS.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg",
},
{
id: "t5",
name: "Eve W.",
role: "VP Marketing",
testimonial: "Creative production is simply top-tier.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
},
{ id: "t1", name: "Alice M.", role: "CMO, TechStyle", testimonial: "Unparalleled expertise in Meta ads strategy.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" },
{ id: "t2", name: "Ben V.", role: "CEO, GrowthCo", testimonial: "We doubled our revenue in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg" },
{ id: "t3", name: "Claire L.", role: "Founder, Shop", testimonial: "The best conversion audit we've ever received.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg" },
{ id: "t4", name: "Dave H.", role: "Head of Growth", testimonial: "Reliable, strategic, and hyper-focused on ROAS.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg" },
{ id: "t5", name: "Eve W.", role: "VP Marketing", testimonial: "Creative production is simply top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg" }
]}
title="Client Success"
description="What our partners say about us."
@@ -324,26 +155,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "Audit",
description: "Deep-dive analysis of your current funnel performance.",
},
{
id: "m2",
value: "Strategy",
description: "Creating the blueprint for scalable ad campaigns.",
},
{
id: "m3",
value: "Launch",
description: "Deploying creative assets with precision targeting.",
},
{
id: "m4",
value: "Scale",
description: "Maximizing results through constant optimization.",
},
{ id: "m1", value: "Audit", description: "Deep-dive analysis of your current funnel performance." },
{ id: "m2", value: "Strategy", description: "Creating the blueprint for scalable ad campaigns." },
{ id: "m3", value: "Launch", description: "Deploying creative assets with precision targeting." },
{ id: "m4", value: "Scale", description: "Maximizing results through constant optimization." }
]}
title="Our Scaling Process"
description="Proven steps to move from strategy to massive results."
@@ -353,9 +168,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Get Started"
title="Ready to Scale Your Brand?"
description="Book a free strategy call and find out how we can help."
@@ -367,45 +180,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="AgencyX"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Team",
href: "#",
},
],
},
{
title: "Services",
items: [
{
label: "Ads",
href: "#services",
},
{
label: "Branding",
href: "#services",
},
],
},
{
title: "Resources",
items: [
{
label: "Case Studies",
href: "#results",
},
{
label: "FAQ",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Team", href: "#" }] },
{ title: "Services", items: [{ label: "Ads", href: "#services" }, { label: "Branding", href: "#services" }] },
{ title: "Resources", items: [{ label: "Case Studies", href: "#results" }, { label: "FAQ", href: "#" }] }
]}
copyrightText="© 2024 AgencyX. All rights reserved."
/>