Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-19 06:47:36 +00:00

View File

@@ -48,7 +48,11 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="We Build Brands That Dominate Digital"
description="Your growth partner in Social Media & Digital Marketing. We blend creative strategy with performance-driven results to scale your business."
testimonials={[]}
testimonials={[
{ name: "Sarah J.", handle: "@sarahgrowth", testimonial: "Iconicmatt transformed our social presence within weeks. The ROI has been incredible.", rating: 5 },
{ name: "Michael Chen", handle: "@techfounder", testimonial: "A truly elite team. They understand modern branding like no other.", rating: 5 },
{ name: "Elena Rossi", handle: "@elenafashion", testimonial: "The creative direction and content quality were unmatched for our campaign launch.", rating: 5 }
]}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "View Portfolio", href: "#portfolio" },
@@ -164,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}