From a8ddaa64fd92cbe483a952ebb0a3a8dfd3dd8868 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:01:11 +0000 Subject: [PATCH] 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 847601f..28697cf 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -25,7 +25,7 @@ export default function ProjectsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -37,9 +37,7 @@ export default function ProjectsPage() { brandName="Construction Property LA" navItems={navItems} button={{ - text: "Get Free Estimate", - href: "/contact", - }} + text: "Get Free Estimate", href: "/contact"}} /> @@ -53,29 +51,11 @@ export default function ProjectsPage() { tagAnimation="slide-up" features={[ { - id: "kitchen-project", - title: "Modern Kitchen Transformation", - description: "Complete kitchen remodel featuring custom cabinetry, quartz countertops, and premium appliances. Client received their dream space 2 weeks early and couldn't be happier.", - tag: "Kitchen", - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=6", - imageAlt: "Kitchen before and after", - }, + id: "kitchen-project", title: "Modern Kitchen Transformation", description: "Complete kitchen remodel featuring custom cabinetry, quartz countertops, and premium appliances. Client received their dream space 2 weeks early and couldn't be happier.", tag: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen before and after"}, { - id: "bathroom-project", - title: "Spa-Inspired Bathroom Retreat", - description: "Luxury bathroom renovation with heated floors, rain shower system, and designer fixtures. This transformation turns daily routines into a luxurious spa experience.", - tag: "Bathroom", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=3", - imageAlt: "Bathroom transformation", - }, + id: "bathroom-project", title: "Spa-Inspired Bathroom Retreat", description: "Luxury bathroom renovation with heated floors, rain shower system, and designer fixtures. This transformation turns daily routines into a luxurious spa experience.", tag: "Bathroom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Bathroom transformation"}, { - id: "home-project", - title: "Complete Home Renovation", - description: "Comprehensive home refresh including open floor plan redesign, new electrical and plumbing systems, and seamless interior updates throughout the entire property.", - tag: "Whole Home", - imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=3", - imageAlt: "Full home renovation", - }, + id: "home-project", title: "Complete Home Renovation", description: "Comprehensive home refresh including open floor plan redesign, new electrical and plumbing systems, and seamless interior updates throughout the entire property.", tag: "Whole Home", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Full home renovation"}, ]} animationType="slide-up" textboxLayout="default" @@ -95,29 +75,11 @@ export default function ProjectsPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Homeowner, Brentwood", - testimonial: "Construction Property LA transformed our kitchen into the heart of our home. The attention to detail and communication throughout the process was exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Homeowner, Brentwood", testimonial: "Construction Property LA transformed our kitchen into the heart of our home. The attention to detail and communication throughout the process was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - role: "Property Owner, Pacific Palisades", - testimonial: "We trusted them with our complete home renovation. The team treated our home like their own and delivered results that exceeded our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Property Owner, Pacific Palisades", testimonial: "We trusted them with our complete home renovation. The team treated our home like their own and delivered results that exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Real Estate Investor, Los Feliz", - testimonial: "Their craftsmanship and integrity are unmatched. They handled permits, inspections, and complex modifications with expertise. Our property value increased significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Real Estate Investor, Los Feliz", testimonial: "Their craftsmanship and integrity are unmatched. They handled permits, inspections, and complex modifications with expertise. Our property value increased significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, ]} animationType="slide-up" textboxLayout="default" @@ -136,7 +98,7 @@ export default function ProjectsPage() { { text: "Schedule Your Consultation", href: "/contact" }, { text: "Request Free Estimate", href: "/contact" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -146,8 +108,7 @@ export default function ProjectsPage() {