Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 08:39:58 +00:00

View File

@@ -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"
},
]}