Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 03:40:58 +00:00

View File

@@ -84,6 +84,8 @@ export default function LandingPage() {
<MetricCardFourteen
title="Measurable Success"
tag="Our Impact"
metricsAnimation="blur-reveal"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "500%", description: "Average ROI improvement" },
{ id: "2", value: "1M+", description: "Targeted ad impressions" },
@@ -111,6 +113,7 @@ export default function LandingPage() {
description="Everything you need to know about our services."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do you create ads?", content: "We combine industry data with human creativity to build custom campaigns." },
{ id: "2", title: "Is it suitable for small brands?", content: "Yes, we specialize in helping brands of all sizes scale effectively." }
@@ -123,6 +126,7 @@ export default function LandingPage() {
tag="Get Started"
title="Ready to scale your business?"
description="Join the brands growing with AdCraft today."
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
/>
</div>