diff --git a/src/app/page.tsx b/src/app/page.tsx index 2685b4b..8d85a94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function HomePage() { mediaAnimation="slide-up" testimonials={[ { - id: "1", name: "Maria Keller", handle: "Homeowner, Kerzers", testimonial: "Daniel transformed our renovation dreams into reality. Exceptional attention to detail and local expertise.", rating: 5, + name: "Maria Keller", handle: "Homeowner, Kerzers", testimonial: "Daniel transformed our renovation dreams into reality. Exceptional attention to detail and local expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, { - id: "2", name: "Stefan Müller", handle: "Property Owner", testimonial: "Professional guidance through the entire permit process. Saved us months of confusion.", rating: 5, + name: "Stefan Müller", handle: "Property Owner", testimonial: "Professional guidance through the entire permit process. Saved us months of confusion.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, { - id: "3", name: "Sophie Blanc", handle: "New Build Client", testimonial: "Clear communication and precise planning. Our new home exceeded all expectations.", rating: 5, + name: "Sophie Blanc", handle: "New Build Client", testimonial: "Clear communication and precise planning. Our new home exceeded all expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, ]}