From df48242854f75195fb50d2147b4877487b425fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:26 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6228335..d06cb48 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/temeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; @@ -51,22 +51,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Our Philosophy", - description: "We believe great architecture comes from listening first and designing second. Every project begins with understanding your vision, your life, and your aspirations. We combine this understanding with technical expertise and design innovation to create spaces that truly work.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg?_wi=3", - }, + title: "Our Philosophy", description: "We believe great architecture comes from listening first and designing second. Every project begins with understanding your vision, your life, and your aspirations. We combine this understanding with technical expertise and design innovation to create spaces that truly work.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg"}, { id: 2, - title: "Local Expertise", - description: "Based in Kerzers, we have extensive experience navigating local building regulations, understanding regional architectural traditions, and maintaining relationships with builders and craftspeople throughout the region. This local knowledge is invaluable for successful project delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=5", - }, + title: "Local Expertise", description: "Based in Kerzers, we have extensive experience navigating local building regulations, understanding regional architectural traditions, and maintaining relationships with builders and craftspeople throughout the region. This local knowledge is invaluable for successful project delivery.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg"}, { id: 3, - title: "Commitment to Excellence", - description: "From initial consultation to project completion, we maintain the highest standards of professionalism, communication, and attention to detail. Your success is our success, and we're invested in every aspect of bringing your architectural vision to life.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg?_wi=4", - }, + title: "Commitment to Excellence", description: "From initial consultation to project completion, we maintain the highest standards of professionalism, communication, and attention to detail. Your success is our success, and we're invested in every aspect of bringing your architectural vision to life.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg"}, ]} buttons={[{ text: "View Our Work", href: "/projects" }]} /> @@ -109,8 +100,7 @@ export default function AboutPage() { copyrightText="© 2025 Raess Daniel Architect. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Architecture", href: "/services" }, { label: "Renovations", href: "/services" }, { label: "Building Permits", href: "/services" }, @@ -118,8 +108,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, @@ -127,8 +116,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +41 31 755 70 11", href: "tel:+41317557011" }, { label: "Rebenstrasse 10, 3210 Kerzers", href: "#" }, { label: "Email: info@raess-daniel.ch", href: "mailto:info@raess-daniel.ch" }, -- 2.49.1 From 93b1c28b5180358ce45ed2350c645e4b092f0eec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ee2ec28..7145ce8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/temeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import ContactText from "@/components/sections/contact/ContactText"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; @@ -43,7 +43,7 @@ export default function ContactPage() { @@ -104,8 +95,7 @@ export default function ContactPage() { copyrightText="© 2025 Raess Daniel Architect. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Architecture", href: "/services" }, { label: "Renovations", href: "/services" }, { label: "Building Permits", href: "/services" }, @@ -113,8 +103,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, @@ -122,8 +111,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +41 31 755 70 11", href: "tel:+41317557011" }, { label: "Rebenstrasse 10, 3210 Kerzers", href: "#" }, { label: "Email: info@raess-daniel.ch", href: "mailto:info@raess-daniel.ch" }, -- 2.49.1 From 35ece345108d0f518e0cfb734e6b0c472a984c49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:27 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 136 ++++++++++------------------------------------- 1 file changed, 28 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0dd48e6..b65f4ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,34 +50,19 @@ export default function HomePage() { description="Expert residential architecture, renovations, and building permit planning. Serving homeowners, property owners, and developers in Fribourg and Bern regions with personal, professional consultation." tag="Local Architecture" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg" imageAlt="Modern architectural design in Kerzers" 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, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=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"}, { - 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?_wi=1", - }, + 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, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - }, + 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" }, @@ -98,28 +83,16 @@ 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?_wi=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"}, { 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?_wi=1", - }, + 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?_wi=1", - }, + 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?_wi=1", - }, + 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" }]} /> @@ -137,47 +110,17 @@ 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?_wi=1", - 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?_wi=1", - 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?_wi=2", - 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?_wi=1", - 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?_wi=1", - 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?_wi=1", - 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"}, ]} /> @@ -210,37 +153,17 @@ export default function HomePage() { showRating={true} testimonials={[ { - 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?_wi=2", - }, + 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: "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?_wi=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"}, { - 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?_wi=2", - }, + 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: "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", - }, + 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"}, ]} /> @@ -266,8 +189,7 @@ export default function HomePage() { copyrightText="© 2025 Raess Daniel Architect. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Architecture", href: "/services" }, { label: "Renovations", href: "/services" }, { label: "Building Permits", href: "/services" }, @@ -275,8 +197,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, @@ -284,8 +205,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +41 31 755 70 11", href: "tel:+41317557011" }, { label: "Rebenstrasse 10, 3210 Kerzers", href: "#" }, { label: "Email: info@raess-daniel.ch", href: "mailto:info@raess-daniel.ch" }, -- 2.49.1 From d67b71bae790d98dfb362f6e3d3e64244cbce856 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:27 +0000 Subject: [PATCH 4/5] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 68 ++++++++------------------------------- 1 file changed, 13 insertions(+), 55 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 7d0e616..a9818e4 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/temeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; @@ -51,47 +51,17 @@ export default function ProjectsPage() { gridVariant="bento-grid" 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?_wi=3", - imageAlt: "Modern villa extension", - }, + 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"}, { - 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?_wi=2", - imageAlt: "Heritage 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 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?_wi=4", - imageAlt: "Contemporary new construction", - }, + 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 new construction"}, { - id: "proj-4", - name: "Luxury Home Design - Fribourg", - price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", - imageAlt: "Luxury home 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 home 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?_wi=2", - 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?_wi=2", - 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"}, ]} /> @@ -107,22 +77,13 @@ export default function ProjectsPage() { features={[ { id: 1, - title: "New Residential Construction", - description: "Complete design and documentation for new homes from foundation to finish. These projects showcase our ability to create contemporary spaces that balance aesthetics with functionality and comply with all Swiss building codes.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=4", - }, + title: "New Residential Construction", description: "Complete design and documentation for new homes from foundation to finish. These projects showcase our ability to create contemporary spaces that balance aesthetics with functionality and comply with all Swiss building codes.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg"}, { id: 2, - title: "Strategic Extensions & Additions", - description: "Thoughtfully designed extensions that add living space while maintaining architectural harmony. We carefully consider existing structures, neighborhood context, and sustainable practices in all additions.", - imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=5", - }, + title: "Strategic Extensions & Additions", description: "Thoughtfully designed extensions that add living space while maintaining architectural harmony. We carefully consider existing structures, neighborhood context, and sustainable practices in all additions.", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg"}, { id: 3, - title: "Historic & Heritage Renovations", - description: "Sensitive modernization of older properties that preserves historical character while introducing contemporary systems and comforts. We navigate heritage regulations and respectfully blend old and new.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg?_wi=3", - }, + title: "Historic & Heritage Renovations", description: "Sensitive modernization of older properties that preserves historical character while introducing contemporary systems and comforts. We navigate heritage regulations and respectfully blend old and new.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg"}, ]} /> @@ -148,8 +109,7 @@ export default function ProjectsPage() { copyrightText="© 2025 Raess Daniel Architect. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Architecture", href: "/services" }, { label: "Renovations", href: "/services" }, { label: "Building Permits", href: "/services" }, @@ -157,8 +117,7 @@ export default function ProjectsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, @@ -166,8 +125,7 @@ export default function ProjectsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +41 31 755 70 11", href: "tel:+41317557011" }, { label: "Rebenstrasse 10, 3210 Kerzers", href: "#" }, { label: "Email: info@raess-daniel.ch", href: "mailto:info@raess-daniel.ch" }, -- 2.49.1 From 9fc71a5e5b82f70e8f8fe7c922be1608e9f8ccf2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:37:28 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 41 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e668f06..0dfc4b5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/temeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ContactText from "@/components/sections/contact/ContactText"; @@ -49,22 +49,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Residential Architecture", - description: "We design beautiful, functional homes that reflect your lifestyle. Our residential architecture services include site analysis, conceptual design, detailed drawings, 3D visualizations, and construction documentation compliant with Swiss building codes.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=2", - }, + title: "Residential Architecture", description: "We design beautiful, functional homes that reflect your lifestyle. Our residential architecture services include site analysis, conceptual design, detailed drawings, 3D visualizations, and construction documentation compliant with Swiss building codes.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg"}, { id: 2, - title: "Renovations & Extensions", - description: "Revitalize existing properties with thoughtful renovations and extensions. We specialize in modernizing older homes while preserving architectural character, creating seamless indoor-outdoor connections, and maximizing spatial efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg?_wi=2", - }, + title: "Renovations & Extensions", description: "Revitalize existing properties with thoughtful renovations and extensions. We specialize in modernizing older homes while preserving architectural character, creating seamless indoor-outdoor connections, and maximizing spatial efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg"}, { id: 3, - title: "Permit & Compliance Planning", - description: "Navigate Switzerland's complex building regulations with confidence. We handle all permit applications, ensure compliance with cantonal and municipal requirements, and manage the entire approval process with local authorities.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg?_wi=2", - }, + title: "Permit & Compliance Planning", description: "Navigate Switzerland's complex building regulations with confidence. We handle all permit applications, ensure compliance with cantonal and municipal requirements, and manage the entire approval process with local authorities.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg"}, ]} buttons={[{ text: "Start Your Project", href: "/contact" }]} /> @@ -81,22 +72,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Consultation & Discovery", - description: "We begin with detailed conversations to understand your vision, budget, timeline, and specific requirements. Site visits and feasibility studies inform our recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg?_wi=2", - }, + title: "Consultation & Discovery", description: "We begin with detailed conversations to understand your vision, budget, timeline, and specific requirements. Site visits and feasibility studies inform our recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-simple-concrete-structure-city_23-2148814199.jpg"}, { id: 2, - title: "Design Development", - description: "Conceptual sketches evolve into detailed architectural designs. We create 3D visualizations, material specifications, and design alternatives for your consideration and approval.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=3", - }, + title: "Design Development", description: "Conceptual sketches evolve into detailed architectural designs. We create 3D visualizations, material specifications, and design alternatives for your consideration and approval.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg"}, { id: 3, - title: "Documentation & Permits", - description: "Comprehensive technical drawings, structural plans, and permit documentation are prepared to Swiss standards. We coordinate submissions and approvals with relevant authorities.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg?_wi=3", - }, + title: "Documentation & Permits", description: "Comprehensive technical drawings, structural plans, and permit documentation are prepared to Swiss standards. We coordinate submissions and approvals with relevant authorities.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-empty-copy-space-notepad_23-2148393159.jpg"}, ]} /> @@ -122,8 +104,7 @@ export default function ServicesPage() { copyrightText="© 2025 Raess Daniel Architect. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Architecture", href: "/services" }, { label: "Renovations", href: "/services" }, { label: "Building Permits", href: "/services" }, @@ -131,8 +112,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, @@ -140,8 +120,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +41 31 755 70 11", href: "tel:+41317557011" }, { label: "Rebenstrasse 10, 3210 Kerzers", href: "#" }, { label: "Email: info@raess-daniel.ch", href: "mailto:info@raess-daniel.ch" }, -- 2.49.1