Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-27 19:26:34 +00:00

View File

@@ -78,6 +78,7 @@ export default function LandingPage() {
animationType="depth-3d"
showRating={true}
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "TechCorp", handle: "@tech", testimonial: "The web redesign increased our conversion by 200% within two months.", rating: 5 },
{ id: "2", name: "FashionHub", handle: "@fashion", testimonial: "Their video content strategy elevated our social media presence significantly.", rating: 5 },
@@ -88,6 +89,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Our Agency Philosophy"
useInvertedBackground={false}
metrics={[
{ icon: Monitor, label: "Strategy", value: "Data First" },
{ icon: Bot, label: "Execution", value: "AI Powered" },
@@ -102,6 +104,7 @@ export default function LandingPage() {
text="Let's Build Something Extraordinary Together"
buttons={[{ text: "Get in touch", href: "mailto:hello@advertisemedia.com" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>