Update src/app/projects/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,8 +108,7 @@ export default function ProjectsPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
@@ -155,8 +116,7 @@ export default function ProjectsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Kitchen Remodeling", href: "/services" },
|
||||
{ label: "Bathroom Remodeling", href: "/services" },
|
||||
{ label: "Full Home Renovations", href: "/services" },
|
||||
@@ -164,8 +124,7 @@ export default function ProjectsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Get Free Estimate", href: "/contact" },
|
||||
{ label: "Schedule Consultation", href: "/contact" },
|
||||
{ label: "Portfolio", href: "/projects" },
|
||||
@@ -173,8 +132,7 @@ export default function ProjectsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licenses & Certifications", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user