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 } + ]} />