Update src/app/about/page.tsx
This commit is contained in:
@@ -46,29 +46,19 @@ export default function AboutPage() {
|
||||
description="Five core principles that set Construction Property LA apart from typical contractors."
|
||||
tabs={[
|
||||
{
|
||||
id: "communication",
|
||||
label: "Clear Communication",
|
||||
description: "Our project managers (Jeffery, Andrew, Duane, Paul, Micah, Tristan, Justin) are known for being responsive and organized. You'll receive daily updates, transparent timelines, and instant answers to your questions."
|
||||
id: "communication", label: "Clear Communication", description: "Our project managers (Jeffery, Andrew, Duane, Paul, Micah, Tristan, Justin) are known for being responsive and organized. You'll receive daily updates, transparent timelines, and instant answers to your questions."
|
||||
},
|
||||
{
|
||||
id: "pricing",
|
||||
label: "Fair & Transparent Pricing",
|
||||
description: "Detailed estimates with zero surprises. We break down every cost, explain the value, and stick to our quotes. No hidden fees. No unexpected charges mid-project."
|
||||
id: "pricing", label: "Fair & Transparent Pricing", description: "Detailed estimates with zero surprises. We break down every cost, explain the value, and stick to our quotes. No hidden fees. No unexpected charges mid-project."
|
||||
},
|
||||
{
|
||||
id: "speed",
|
||||
label: "Fast Turnaround",
|
||||
description: "Many full kitchen remodels completed in as little as 6 weeks. We respect your time and run efficient, organized job sites with minimal disruption to your home."
|
||||
id: "speed", label: "Fast Turnaround", description: "Many full kitchen remodels completed in as little as 6 weeks. We respect your time and run efficient, organized job sites with minimal disruption to your home."
|
||||
},
|
||||
{
|
||||
id: "permits",
|
||||
label: "Permit & Plan Handling",
|
||||
description: "We manage all drawings, city submissions, and compliance approvals in-house. No back-and-forth with permits or surprise code issues—we handle it all."
|
||||
id: "permits", label: "Permit & Plan Handling", description: "We manage all drawings, city submissions, and compliance approvals in-house. No back-and-forth with permits or surprise code issues—we handle it all."
|
||||
},
|
||||
{
|
||||
id: "detail",
|
||||
label: "Attention to Detail",
|
||||
description: "We fix what others miss—even small issues you didn't know existed. Every corner, every finish, every connection is inspected and perfected before we leave."
|
||||
id: "detail", label: "Attention to Detail", description: "We fix what others miss—even small issues you didn't know existed. Every corner, every finish, every connection is inspected and perfected before we leave."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg"
|
||||
@@ -85,46 +75,22 @@ export default function AboutPage() {
|
||||
description="The trusted leaders who oversee every Construction Property LA project with precision and care."
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jeffery",
|
||||
role: "Senior Project Manager",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
|
||||
imageAlt: "professional man contractor manager confident portrait"
|
||||
id: "1", name: "Jeffery", role: "Senior Project Manager", imageSrc: "https://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageAlt: "professional man contractor manager confident portrait"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Andrew",
|
||||
role: "Project Manager",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/foreman-with-arms-crossed_23-2147711019.jpg",
|
||||
imageAlt: "professional man construction manager friendly portrait"
|
||||
id: "2", name: "Andrew", role: "Project Manager", imageSrc: "https://img.b2bpic.net/free-photo/foreman-with-arms-crossed_23-2147711019.jpg", imageAlt: "professional man construction manager friendly portrait"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Duane",
|
||||
role: "Project Manager",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contractor-talking-phone_23-2147710780.jpg",
|
||||
imageAlt: "professional man contractor supervisor experienced portrait"
|
||||
id: "3", name: "Duane", role: "Project Manager", imageSrc: "https://img.b2bpic.net/free-photo/contractor-talking-phone_23-2147710780.jpg", imageAlt: "professional man contractor supervisor experienced portrait"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paul",
|
||||
role: "Project Manager",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
||||
imageAlt: "professional man construction skilled leader portrait"
|
||||
id: "4", name: "Paul", role: "Project Manager", imageSrc: "https://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "professional man construction skilled leader portrait"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Micah",
|
||||
role: "Construction Supervisor",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/businessman-talking-mobile-phone-holding-digital-tablet_107420-65922.jpg",
|
||||
imageAlt: "professional man supervisor construction confident portrait"
|
||||
id: "5", name: "Micah", role: "Construction Supervisor", imageSrc: "https://img.b2bpic.net/free-photo/businessman-talking-mobile-phone-holding-digital-tablet_107420-65922.jpg", imageAlt: "professional man supervisor construction confident portrait"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tristan",
|
||||
role: "Construction Supervisor",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-handsome-young-businessman-standing-outside-wall-holding-folder-hand_23-2148026632.jpg",
|
||||
imageAlt: "professional man construction supervisor experienced portrait"
|
||||
id: "6", name: "Tristan", role: "Construction Supervisor", imageSrc: "https://img.b2bpic.net/free-photo/smiling-handsome-young-businessman-standing-outside-wall-holding-folder-hand_23-2148026632.jpg", imageAlt: "professional man construction supervisor experienced portrait"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -141,19 +107,11 @@ export default function AboutPage() {
|
||||
showRating={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Los Angeles Homeowner",
|
||||
testimonial: "From start to finish, the experience was outstanding. The permit process went smoothly, communication was excellent, and the final result exceeded expectations. Our kitchen is now the heart of our home.",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Johnson", handle: "Los Angeles Homeowner", testimonial: "From start to finish, the experience was outstanding. The permit process went smoothly, communication was excellent, and the final result exceeded expectations. Our kitchen is now the heart of our home.", rating: 5,
|
||||
icon: Quote
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Beverly Hills Resident",
|
||||
testimonial: "The team completed our bathroom remodel exactly on schedule and within budget. They fixed small issues we didn't even notice—that attention to detail set them apart from every other contractor we interviewed.",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Chen", handle: "Beverly Hills Resident", testimonial: "The team completed our bathroom remodel exactly on schedule and within budget. They fixed small issues we didn't even notice—that attention to detail set them apart from every other contractor we interviewed.", rating: 5,
|
||||
icon: Quote
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user