Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "View Our Work", href: "#portfolio" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"
|
||||
imageAlt="Luxury kitchen remodeling project"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
title: "Permit & Plan Handling", description: "We manage drawings, submissions, and city approvals in-house. No permit nightmares.", icon: FileText
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg"
|
||||
imageAlt="Construction Property LA team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -131,11 +131,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", category: ["Kitchen", "Renovation"],
|
||||
title: "Kitchen Remodeling", imageSrc: "https://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg?_wi=1", imageAlt: "Kitchen remodeling service"
|
||||
title: "Kitchen Remodeling", imageSrc: "https://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg", imageAlt: "Kitchen remodeling service"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Bathroom", "Design"],
|
||||
title: "Bathroom Remodeling", imageSrc: "https://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=1", imageAlt: "Bathroom remodeling service"
|
||||
title: "Bathroom Remodeling", imageSrc: "https://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Bathroom remodeling service"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["ADU", "Construction"],
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
title: "Honest Pricing", description: "No hidden fees. No change orders out of nowhere. What we quote is what you pay.", icon: Handshake
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=2"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg"
|
||||
imageAlt="Expert project managers"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
@@ -199,15 +199,15 @@ export default function LandingPage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Full Renovation", "Kitchen"],
|
||||
title: "Luxury 4,000 Sq Ft Full Renovation", excerpt: "Complete transformation of a Los Angeles home including kitchen, bathrooms, flooring, windows, and structural reinforcement.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Featured luxury renovation", authorName: "Construction Property LA", date: "Completed in 6 weeks"
|
||||
title: "Luxury 4,000 Sq Ft Full Renovation", excerpt: "Complete transformation of a Los Angeles home including kitchen, bathrooms, flooring, windows, and structural reinforcement.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", imageAlt: "Featured luxury renovation", authorName: "Construction Property LA", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Completed in 6 weeks"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Kitchen", "Modern Design"],
|
||||
title: "Contemporary Kitchen Remodel", excerpt: "Custom cabinetry, premium finishes, and structural wall removal to create an open-concept culinary space.", imageSrc: "https://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg?_wi=2", imageAlt: "Kitchen remodeling project", authorName: "Construction Property LA", date: "Premium finishes"
|
||||
title: "Contemporary Kitchen Remodel", excerpt: "Custom cabinetry, premium finishes, and structural wall removal to create an open-concept culinary space.", imageSrc: "https://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg", imageAlt: "Kitchen remodeling project", authorName: "Construction Property LA", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Premium finishes"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Bathroom", "Spa-Inspired"],
|
||||
title: "Spa-Inspired Bathroom Design", excerpt: "Luxury tile work, expert plumbing, and sophisticated finishes create a serene personal retreat.", imageSrc: "https://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2", imageAlt: "Bathroom renovation project", authorName: "Construction Property LA", date: "Expert craftsmanship"
|
||||
title: "Spa-Inspired Bathroom Design", excerpt: "Luxury tile work, expert plumbing, and sophisticated finishes create a serene personal retreat.", imageSrc: "https://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Bathroom renovation project", authorName: "Construction Property LA", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Expert craftsmanship"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -233,22 +233,22 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Los Angeles, CA", testimonial: "From start to finish, the experience was outstanding. The permit process went smoothly, communication was excellent, and the final result exceeded expectations.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "Los Angeles, CA", testimonial: "From start to finish, the experience was outstanding. The permit process went smoothly, communication was excellent, and the final result exceeded expectations.", 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: "Beverly Hills, CA", testimonial: "Completed exactly on time. No surprises, no delays, and the quality of work is exceptional. These are true professionals.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "Santa Monica, CA", testimonial: "Most affordable quote with no hidden fees. They even fixed small issues we didn't notice without being asked. Outstanding attention to detail.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "Santa Monica, CA", testimonial: "Most affordable quote with no hidden fees. They even fixed small issues we didn't notice without being asked. Outstanding attention to detail.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", handle: "Pasadena, CA", testimonial: "Responded within minutes to every question. The project managers are organized, transparent, and genuinely care about getting it right.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
|
||||
id: "4", name: "David Park", handle: "Pasadena, CA", testimonial: "Responded within minutes to every question. The project managers are organized, transparent, and genuinely care about getting it right.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", handle: "Culver City, CA", testimonial: "They took the space down to the studs and rebuilt it beautifully. The transformation is incredible and the process was stress-free.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jessica Martinez"
|
||||
id: "5", name: "Jessica Martinez", handle: "Culver City, CA", testimonial: "They took the space down to the studs and rebuilt it beautifully. The transformation is incredible and the process was stress-free.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "Long Beach, CA", testimonial: "Working with this team has been the best decision we made for our home. Professional, reliable, and they deliver on every promise.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Robert Thompson"
|
||||
id: "6", name: "Robert Thompson", handle: "Long Beach, CA", testimonial: "Working with this team has been the best decision we made for our home. Professional, reliable, and they deliver on every promise.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"
|
||||
}
|
||||
]}
|
||||
className="py-20 bg-background"
|
||||
@@ -268,7 +268,7 @@ export default function LandingPage() {
|
||||
description="Schedule your free on-site consultation today. Our team will assess your project, answer your questions, and provide a transparent estimate with no obligation."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"
|
||||
imageAlt="Modern home interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user