diff --git a/src/app/page.tsx b/src/app/page.tsx index bf64903..5eba102 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/row-identical-laptops-monochrome-light-corporate-teams-digital-device-fleet_169016-70819.jpg" imageAlt="Professional premium design studio" avatarText="Trusted by leading local enterprises" + testimonials={[ + { name: "Alex Rivera", handle: "@arivera", testimonial: "The site transformation increased our leads by 40% in just two months. Unmatched quality.", rating: 5 }, + { name: "Sarah Chen", handle: "@schen", testimonial: "Finally, a team that understands how to position premium services. Exceptional execution.", rating: 5 } + ]} />