diff --git a/src/app/page.tsx b/src/app/page.tsx index f98f3ca..ab1cfc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -87,7 +87,7 @@ export default function LandingPage() { title="Designed. Permitted. Built. Perfected." description="From full-home renovations to kitchen remodels, ADUs, additions, structural upgrades, and emergency restoration — Construction Property LA handles every detail under one roof. No outsourcing chaos. No hidden costs. No miscommunication. Just flawless execution." tag="Our Approach" - imageSrc="https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg" imageAlt="Luxury kitchen remodeling project" buttons={[ { text: "Explore Services", href: "#services" } @@ -105,19 +105,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Kitchen Remodeling", description: "Custom layouts, luxury cabinetry, structural wall removal, premium finishes.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=2", imageAlt: "Kitchen remodeling service" + title: "Kitchen Remodeling", description: "Custom layouts, luxury cabinetry, structural wall removal, premium finishes.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "Kitchen remodeling service" }, { id: 2, - title: "Bathroom Remodeling", description: "Spa-inspired transformations with expert plumbing and tile craftsmanship.", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Bathroom remodeling service" + title: "Bathroom Remodeling", description: "Spa-inspired transformations with expert plumbing and tile craftsmanship.", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Bathroom remodeling service" }, { id: 3, - title: "Full Home Renovations", description: "Complete redesigns including flooring, roofing, windows, structural upgrades.", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg?_wi=1", imageAlt: "Full home renovation service" + title: "Full Home Renovations", description: "Complete redesigns including flooring, roofing, windows, structural upgrades.", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg", imageAlt: "Full home renovation service" }, { id: 4, - title: "ADUs & Additions", description: "Maximize your property value with seamless expansions and new living spaces.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=3", imageAlt: "ADU and home addition service" + title: "ADUs & Additions", description: "Maximize your property value with seamless expansions and new living spaces.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "ADU and home addition service" } ]} textboxLayout="default" @@ -134,19 +134,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Free Consultation", description: "On-site visit where we listen, assess your needs, and discuss your vision.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=4", imageAlt: "Consultation meeting" + title: "Free Consultation", description: "On-site visit where we listen, assess your needs, and discuss your vision.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "Consultation meeting" }, { id: 2, - title: "Design & Planning", description: "Concept drawings and layout refinement tailored to your preferences.", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg?_wi=2", imageAlt: "Design planning phase" + title: "Design & Planning", description: "Concept drawings and layout refinement tailored to your preferences.", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg", imageAlt: "Design planning phase" }, { id: 3, - title: "Detailed Estimate", description: "Transparent scope and pricing breakdown with no hidden fees.", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Estimate presentation" + title: "Detailed Estimate", description: "Transparent scope and pricing breakdown with no hidden fees.", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Estimate presentation" }, { id: 4, - title: "Permits & Approvals", description: "We handle all city submissions, plans, and compliance requirements.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=5", imageAlt: "Permit and approval process" + title: "Permits & Approvals", description: "We handle all city submissions, plans, and compliance requirements.", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "Permit and approval process" } ]} textboxLayout="default" @@ -159,18 +159,18 @@ export default function LandingPage() {