From 12829a0d72c73ff4dd27b3723821bc2e45e99431 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:35:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b00553..3d54d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,42 +43,21 @@ export default function LandingPage() {
@@ -209,6 +132,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Testimonials" + description="Hear from our satisfied customers." + testimonials={[ + { id: "t1", name: "Client A", handle: "@a", testimonial: "Great work!", rating: 5 }, + { id: "t2", name: "Client B", handle: "@b", testimonial: "Very satisfied.", rating: 5 } + ]} /> @@ -216,37 +145,23 @@ export default function LandingPage() {