From 952580a25e5a5147e2b73491c64e15b899c3a472 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 06:47:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f88545..fc2305f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1