Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-26 23:24:35 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Process",
id: "process",
},
name: "Process", id: "process"},
{
name: "Results",
id: "results",
},
name: "Results", id: "results"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Adquor Media"
/>
@@ -58,26 +48,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Scale Your Business with Meta Ads That Actually Work"
description="We build high-performing Facebook and Instagram ad campaigns that drive real revenue and sustainable growth."
tag="Proven Meta Ads Strategies"
buttons={[
{
text: "Book a Free Strategy Call",
href: "#contact",
},
text: "Book a Free Strategy Call", href: "#contact"},
{
text: "Get Your Free Ad Audit",
href: "#contact",
},
text: "Get Your Free Ad Audit", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/modern-high-end-meta-ads-dashboard-inter-1774567439364-62f9102b.png",
imageAlt: "Meta Ads Dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/modern-high-end-meta-ads-dashboard-inter-1774567439364-62f9102b.png", imageAlt: "Meta Ads Dashboard"},
]}
/>
</div>
@@ -89,28 +72,13 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Strategy",
title: "Meta Ads Strategy",
subtitle: "Full-funnel management",
description: "We architect full-funnel Facebook and Instagram ad campaigns mapped specifically to your business goals.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438657-a602e20f.png",
},
tag: "Strategy", title: "Meta Ads Strategy", subtitle: "Full-funnel management", description: "We architect full-funnel Facebook and Instagram ad campaigns mapped specifically to your business goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438657-a602e20f.png"},
{
id: 2,
tag: "Creative",
title: "Creative Development",
subtitle: "High-converting assets",
description: "High-converting ad creative development and testing to ensure your brand stands out in the feed.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438428-24eb0cfd.png",
},
tag: "Creative", title: "Creative Development", subtitle: "High-converting assets", description: "High-converting ad creative development and testing to ensure your brand stands out in the feed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438428-24eb0cfd.png"},
{
id: 3,
tag: "Optimization",
title: "Campaign Optimization",
subtitle: "Scaling & Growth",
description: "Continuous testing, data-driven optimization, and budget scaling to drive maximum ROAS.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438140-862b58c8.png",
},
tag: "Optimization", title: "Campaign Optimization", subtitle: "Scaling & Growth", description: "Continuous testing, data-driven optimization, and budget scaling to drive maximum ROAS.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-geometric-icon-representing-c-1774567438140-862b58c8.png"},
]}
title="Core Services"
description="Premium advertising solutions designed to maximize your ROI."
@@ -121,35 +89,16 @@ export default function LandingPage() {
<MetricCardTen
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="centered"
metrics={[
{
id: "1",
title: "Discovery",
subtitle: "Audit & Research",
category: "Phase 1",
value: "01",
},
id: "1", title: "Discovery", subtitle: "Audit & Research", category: "Phase 1", value: "01"},
{
id: "2",
title: "Strategy",
subtitle: "Campaign Blueprint",
category: "Phase 2",
value: "02",
},
id: "2", title: "Strategy", subtitle: "Campaign Blueprint", category: "Phase 2", value: "02"},
{
id: "3",
title: "Launch",
subtitle: "Creative Deployment",
category: "Phase 3",
value: "03",
},
id: "3", title: "Launch", subtitle: "Creative Deployment", category: "Phase 3", value: "03"},
{
id: "4",
title: "Scale",
subtitle: "Growth & ROAS",
category: "Phase 4",
value: "04",
},
id: "4", title: "Scale", subtitle: "Growth & ROAS", category: "Phase 4", value: "04"},
]}
title="Our Proven 4-Step Process"
description="A streamlined approach to scaling your brand effectively."
@@ -163,19 +112,13 @@ export default function LandingPage() {
metrics={[
{
icon: TrendingUp,
label: "Growth Focused",
value: "2.5x Avg ROAS",
},
label: "Growth Focused", value: "2.5x Avg ROAS"},
{
icon: ShieldCheck,
label: "Transparency",
value: "No-Fluff",
},
label: "Transparency", value: "No-Fluff"},
{
icon: Zap,
label: "Scaling Speed",
value: "Rapid",
},
label: "Scaling Speed", value: "Rapid"},
]}
metricsAnimation="blur-reveal"
/>
@@ -188,37 +131,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@Founder",
testimonial: "Adquor Media transformed our Meta ad performance. We saw a 3x increase in revenue within the first 60 days.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png?_wi=1",
},
id: "1", name: "Sarah J.", handle: "@Founder", testimonial: "Adquor Media transformed our Meta ad performance. We saw a 3x increase in revenue within the first 60 days.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png"},
{
id: "2",
name: "Marcus L.",
handle: "@CEO",
testimonial: "The level of creative development and strategy is unmatched. Truly a premium agency experience.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png?_wi=2",
},
id: "2", name: "Marcus L.", handle: "@CEO", testimonial: "The level of creative development and strategy is unmatched. Truly a premium agency experience.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png"},
{
id: "3",
name: "Elena R.",
handle: "@CMO",
testimonial: "Data-driven, transparent, and focused on growth. Exactly what we needed to scale.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png?_wi=3",
},
id: "3", name: "Elena R.", handle: "@CMO", testimonial: "Data-driven, transparent, and focused on growth. Exactly what we needed to scale.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png"},
{
id: "4",
name: "David W.",
handle: "@Founder",
testimonial: "Finally, a Meta ads agency that treats our budget like their own. Exceptional performance.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png?_wi=4",
},
id: "4", name: "David W.", handle: "@Founder", testimonial: "Finally, a Meta ads agency that treats our budget like their own. Exceptional performance.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVHdZm3ltEy8h1oJbhWMHm7jvk/minimalist-abstract-growth-visual-deep-n-1774567438842-006cf077.png"},
]}
showRating={true}
title="Proven Results"
@@ -232,27 +155,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How quickly will we see results?",
content: "Our campaigns are structured for rapid testing, with optimization cycles beginning immediately upon launch.",
},
id: "1", title: "How quickly will we see results?", content: "Our campaigns are structured for rapid testing, with optimization cycles beginning immediately upon launch."},
{
id: "2",
title: "What budgets do you work with?",
content: "We support startups and established businesses with varied budget scales tailored to growth targets.",
},
id: "2", title: "What budgets do you work with?", content: "We support startups and established businesses with varied budget scales tailored to growth targets."},
{
id: "3",
title: "Do you handle ad creatives?",
content: "Yes, high-converting creative development and testing are core components of our ad management services.",
},
id: "3", title: "Do you handle ad creatives?", content: "Yes, high-converting creative development and testing are core components of our ad management services."},
]}
ctaTitle="Ready to Scale? Let's Talk"
ctaDescription="Book your free strategy call and audit today."
ctaButton={{
text: "Book Strategy Call",
href: "https://calendly.com",
}}
text: "Book Strategy Call", href: "https://calendly.com"}}
ctaIcon={MessageCircle}
/>
</div>
@@ -261,33 +173,21 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Adquor Media",
items: [
title: "Adquor Media", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}