Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-19 16:14:19 +00:00
4 changed files with 22 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg?_wi=2"
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg"
imageAlt="Construction team at work"
logoText="Construction Property LA"
copyrightText="© 2025 Construction Property LA. All rights reserved."

View File

@@ -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() {
<ProductCardFour
products={[
{
id: "1", name: "Luxury Full-Home Renovation", price: "$180,000 - $350,000", variant: "4,000 Sq Ft | Complete Redesign", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Luxury full-home renovation project"
id: "1", name: "Luxury Full-Home Renovation", price: "$180,000 - $350,000", variant: "4,000 Sq Ft | Complete Redesign", imageSrc: "https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Luxury full-home renovation project"
},
{
id: "2", name: "High-End Kitchen Remodel", price: "$45,000 - $85,000", variant: "Custom Cabinetry | Premium Finishes", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=6", imageAlt: "High-end kitchen remodeling project"
id: "2", name: "High-End Kitchen Remodel", price: "$45,000 - $85,000", variant: "Custom Cabinetry | Premium Finishes", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "High-end kitchen remodeling project"
},
{
id: "3", name: "Spa-Style Bathroom Upgrade", price: "$25,000 - $60,000", variant: "Luxury Tile | Designer Fixtures", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg?_wi=3", imageAlt: "Spa-style bathroom remodel"
id: "3", name: "Spa-Style Bathroom Upgrade", price: "$25,000 - $60,000", variant: "Luxury Tile | Designer Fixtures", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-kid-cleaning-dishes_23-2148947316.jpg", imageAlt: "Spa-style bathroom remodel"
},
{
id: "4", name: "ADU Garage Conversion", price: "$35,000 - $75,000", variant: "Permitted | Full Utilities", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=7", imageAlt: "ADU garage conversion project"
id: "4", name: "ADU Garage Conversion", price: "$35,000 - $75,000", variant: "Permitted | Full Utilities", imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "ADU garage conversion project"
}
]
]}
title="Featured Projects"
description="Explore our portfolio of completed luxury remodeling projects across Los Angeles"
tag="Portfolio"
@@ -187,7 +187,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahn_la", testimonial: "From start to finish, the experience was outstanding. The permit process went smoothly, communication was excellent, and the final result exceeded our expectations. They truly care about their work.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "@michael.chen.homes", testimonial: "Exceptional attention to detail. They fixed issues we didn't even know existed. Completed exactly on schedule and within budget. Highly recommend for any remodeling project.", rating: 5,
@@ -195,11 +195,11 @@ export default function LandingPage() {
},
{
id: "3", name: "Jennifer Martinez", handle: "@jmart_designs", testimonial: "Most affordable quote we received with absolutely no hidden fees. Clear communication throughout. The team was professional, respectful, and delivered beautiful work.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Martinez"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Martinez"
},
{
id: "4", name: "David Park", handle: "@davidpark_la", testimonial: "They responded within minutes to every question. Took our kitchen down to the studs and rebuilt it beautifully. Worth every penny. Would use them again without hesitation.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
}
]}
showRating={true}
@@ -229,7 +229,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg"
imageAlt="Construction team at work"
logoText="Construction Property LA"
copyrightText="© 2025 Construction Property LA. All rights reserved."

View File

@@ -202,7 +202,7 @@ export default function ProductPage({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg"
imageAlt="Construction team at work"
logoText="Construction Property LA"
copyrightText="© 2025 Construction Property LA. All rights reserved."

View File

@@ -89,7 +89,7 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/construction-workers-yellow-vests-vests-raise-their-hands-air_505751-3797.jpg"
imageAlt="Construction team at work"
logoText="Construction Property LA"
copyrightText="© 2025 Construction Property LA. All rights reserved."