From 09c164990b27e1ec7eff8a4a7b2ead39933e3845 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:38:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b65f4ac..2685b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,14 +55,17 @@ export default function HomePage() { mediaAnimation="slide-up" testimonials={[ { - 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: "1", 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" + }, { - 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: "2", 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" + }, { - 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"}, + id: "3", 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" + }, ]} buttons={[ { text: "Call Now: +41 31 755 70 11", href: "tel:+41317557011" }, @@ -83,16 +86,20 @@ export default function HomePage() { features={[ { id: 1, - title: "Residential Architecture", description: "Complete architectural design for new homes and residential projects. From concept sketches to detailed construction drawings, we create spaces that work beautifully and function perfectly for your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg"}, + title: "Residential Architecture", description: "Complete architectural design for new homes and residential projects. From concept sketches to detailed construction drawings, we create spaces that work beautifully and function perfectly for your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg" + }, { id: 2, - title: "Renovations & Conversions", description: "Transform existing spaces into modern, functional homes. We specialize in extensions, conversions, and complete renovations that respect local building traditions while incorporating contemporary design.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg"}, + title: "Renovations & Conversions", description: "Transform existing spaces into modern, functional homes. We specialize in extensions, conversions, and complete renovations that respect local building traditions while incorporating contemporary design.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg" + }, { id: 3, - title: "Building Permit Planning", description: "Navigate Swiss building regulations with confidence. We handle all aspects of permit planning, ensuring compliance with local requirements and expediting the approval process.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg"}, + title: "Building Permit Planning", description: "Navigate Swiss building regulations with confidence. We handle all aspects of permit planning, ensuring compliance with local requirements and expediting the approval process.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg" + }, { id: 4, - title: "Construction Project Management", description: "Comprehensive oversight from planning through completion. We manage timelines, budgets, and quality standards to ensure your project stays on track and meets your vision.", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg"}, + title: "Construction Project Management", description: "Comprehensive oversight from planning through completion. We manage timelines, budgets, and quality standards to ensure your project stays on track and meets your vision.", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg" + }, ]} buttons={[{ text: "Discuss Your Project", href: "/contact" }]} /> @@ -110,17 +117,23 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "proj-1", name: "Modern Villa Extension - Kerzers", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Modern villa extension in Kerzers"}, + id: "proj-1", name: "Modern Villa Extension - Kerzers", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Modern villa extension in Kerzers" + }, { - id: "proj-2", name: "Heritage House Renovation - Fribourg", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Heritage house renovation project"}, + id: "proj-2", name: "Heritage House Renovation - Fribourg", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Heritage house renovation project" + }, { - id: "proj-3", name: "Contemporary New Build - Bern Region", price: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Contemporary residential building"}, + id: "proj-3", name: "Contemporary New Build - Bern Region", price: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Contemporary residential building" + }, { - id: "proj-4", name: "Luxury Home Design - Fribourg", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury residential design"}, + id: "proj-4", name: "Luxury Home Design - Fribourg", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury residential design" + }, { - id: "proj-5", name: "Sustainable Family Home - Kerzers", price: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", imageAlt: "Sustainable family home"}, + id: "proj-5", name: "Sustainable Family Home - Kerzers", price: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", imageAlt: "Sustainable family home" + }, { - id: "proj-6", name: "Alpine Chalet Renovation - Bern", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-location-view_23-2149066270.jpg", imageAlt: "Alpine chalet renovation"}, + id: "proj-6", name: "Alpine Chalet Renovation - Bern", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-location-view_23-2149066270.jpg", imageAlt: "Alpine chalet renovation" + }, ]} /> @@ -153,17 +166,21 @@ export default function HomePage() { showRating={true} testimonials={[ { - name: "Anna & Thomas Weber", handle: "Homeowners, Kerzers", testimonial: "Daniel's expertise in navigating building permits saved us months of bureaucracy. His designs perfectly captured what we wanted for our family home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, + id: "1", name: "Anna & Thomas Weber", handle: "Homeowners, Kerzers", testimonial: "Daniel's expertise in navigating building permits saved us months of bureaucracy. His designs perfectly captured what we wanted for our family home.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" + }, { - name: "Pierre Dupont", handle: "Property Developer", testimonial: "Professional, reliable, and deeply knowledgeable about local requirements. He's our go-to architect for all Fribourg projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + id: "2", name: "Pierre Dupont", handle: "Property Developer", testimonial: "Professional, reliable, and deeply knowledgeable about local requirements. He's our go-to architect for all Fribourg projects.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" + }, { - name: "Martina Schmid", handle: "Renovation Client", testimonial: "The entire process was transparent and well-organized. Our 1950s home now has modern functionality while keeping its charm.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + id: "3", name: "Martina Schmid", handle: "Renovation Client", testimonial: "The entire process was transparent and well-organized. Our 1950s home now has modern functionality while keeping its charm.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, { - name: "Klaus Müller", handle: "Builder, Bern Region", testimonial: "Working with Daniel on multiple projects, his architectural vision and site understanding are exceptional. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, + id: "4", name: "Klaus Müller", handle: "Builder, Bern Region", testimonial: "Working with Daniel on multiple projects, his architectural vision and site understanding are exceptional. Highly recommended.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" + }, ]} /> -- 2.49.1