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() {