From a168b1b53d47eb0ec3ad5a3a8eb727bfd7c2f006 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:23:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59bcb54..657b994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,10 @@ export default function LandingPage() { tag="NEW: 2025 REVENUE ENGINE" buttons={[{ text: "Book Strategy Call", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419486.jpg" + testimonials={[ + { name: "Alex Rivet", handle: "@alex", testimonial: "Transformed my agency revenue!", rating: 5 }, + { name: "Sarah Chen", handle: "@sarah", testimonial: "Finally, a system that works.", rating: 5 } + ]} />