diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b5049f..f5e7578 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,16 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[]} + testimonials={[ + { id: "t1", name: "Peter Dale", role: "Homeowner", testimonial: "The attention to detail in our custom home build was exceptional. West Bend truly understands architectural integrity." }, + { id: "t2", name: "Brenda Durian", role: "Business Owner", testimonial: "Highly professional and efficient. They transformed our workspace with precision and style." }, + { id: "t3", name: "Ramana Talkington", role: "Developer", testimonial: "Consistently reliable performance on every project. Their craftsmanship is unmatched in the industry." }, + { id: "t4", name: "Kourtney Klemp", role: "Homeowner", testimonial: "Fantastic experience from start to finish. They brought our vision to life beyond our expectations." }, + { id: "t5", name: "Esteban Zapata", role: "Architect", testimonial: "Working with West Bend was seamless. Their team understands the nuance of high-end design." }, + { id: "t6", name: "David W", role: "Commercial Client", testimonial: "The sustainability focus and structural quality are evident in every corner of our new office." }, + { id: "t7", name: "Brian Thompson", role: "Homeowner", testimonial: "Professionalism and transparency throughout the build. A top-tier team for any luxury project." }, + { id: "t8", name: "Morgan Wetzel", role: "Homeowner", testimonial: "Exquisite work on our renovation. They managed to preserve the history while modernizing the space perfectly." } + ]} title="What Our Clients Say" description="Honest feedback from partners who trusted our vision." />