diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80d2934..a7b8e26 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,143 +34,80 @@ export default function LandingPage() {
@@ -313,49 +207,19 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Eleanor Vance",
- handle: "@EleanorV",
- testimonial: "Peak Builders & Roofers transformed our home! The attention to detail and professionalism was outstanding. Our new roof is beautiful and sturdy.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-raised-raised-finger-red-helmet_1187-3151.jpg",
- imageAlt: "Eleanor Vance",
- icon: Star,
+ id: "1", name: "Eleanor Vance", handle: "@EleanorV", testimonial: "Peak Builders & Roofers transformed our home! The attention to detail and professionalism was outstanding. Our new roof is beautiful and sturdy.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-raised-raised-finger-red-helmet_1187-3151.jpg", imageAlt: "Eleanor Vance", icon: Star,
},
{
- id: "2",
- name: "Mark Johnson",
- handle: "@MarkJ",
- testimonial: "Exceptional service from start to finish on our commercial building project. They met all deadlines and exceeded expectations. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg",
- imageAlt: "Mark Johnson",
- icon: Building,
+ id: "2", name: "Mark Johnson", handle: "@MarkJ", testimonial: "Exceptional service from start to finish on our commercial building project. They met all deadlines and exceeded expectations. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg", imageAlt: "Mark Johnson", icon: Building,
},
{
- id: "3",
- name: "Sophia Rodriguez",
- handle: "@SophiaR",
- testimonial: "Our kitchen remodel is everything we dreamed of and more. The team was clean, efficient, and incredibly skilled. Thank you, Peak Builders!",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-couple-embracing-bathroom_23-2148390406.jpg",
- imageAlt: "Sophia Rodriguez",
- icon: Home,
+ id: "3", name: "Sophia Rodriguez", handle: "@SophiaR", testimonial: "Our kitchen remodel is everything we dreamed of and more. The team was clean, efficient, and incredibly skilled. Thank you, Peak Builders!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-couple-embracing-bathroom_23-2148390406.jpg", imageAlt: "Sophia Rodriguez", icon: Home,
},
{
- id: "4",
- name: "Carlos Gomez",
- handle: "@CarlosG",
- testimonial: "Quick response and expert repair for our storm-damaged roof. Peak Builders saved the day! Professional and courteous team.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216688.jpg",
- imageAlt: "Carlos Gomez",
- icon: Zap,
+ id: "4", name: "Carlos Gomez", handle: "@CarlosG", testimonial: "Quick response and expert repair for our storm-damaged roof. Peak Builders saved the day! Professional and courteous team.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216688.jpg", imageAlt: "Carlos Gomez", icon: Zap,
},
{
- id: "5",
- name: "Linda Peterson",
- handle: "@LindaP",
- testimonial: "We absolutely love our new custom-built home. The craftsmanship is evident in every corner. Peak Builders made our dream a reality.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg",
- imageAlt: "Linda Peterson",
- icon: CheckCircle,
+ id: "5", name: "Linda Peterson", handle: "@LindaP", testimonial: "We absolutely love our new custom-built home. The craftsmanship is evident in every corner. Peak Builders made our dream a reality.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", imageAlt: "Linda Peterson", icon: CheckCircle,
},
]}
title="What Our Clients Say"
@@ -370,14 +234,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Building Supply Co.",
- "San Diego Real Estate",
- "Architectural Designs",
- "City Bank",
- "Safety First",
- "Green Build Alliance",
- "Chamber of Commerce",
- ]}
+ "Building Supply Co.", "San Diego Real Estate", "Architectural Designs", "City Bank", "Safety First", "Green Build Alliance", "Chamber of Commerce"]}
title="Our Valued Partners"
description="We collaborate with industry-leading suppliers, financial institutions, and local organizations to ensure that every project benefits from the best resources and expertise."
tag="Trusted Connections"
@@ -392,20 +249,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What types of roofing services do you offer?",
- content: "We offer a full range of residential and commercial roofing services, including new installations, re-roofs, repairs, inspections, and maintenance for various materials like asphalt shingles, tile, metal, and flat roofs.",
- },
+ id: "faq-1", title: "What types of roofing services do you offer?", content: "We offer a full range of residential and commercial roofing services, including new installations, re-roofs, repairs, inspections, and maintenance for various materials like asphalt shingles, tile, metal, and flat roofs."},
{
- id: "faq-2",
- title: "Do you provide free estimates for projects?",
- content: "Yes, we offer free, no-obligation estimates for all our building and roofing services. Simply contact us to schedule a convenient time for an assessment of your project.",
- },
+ id: "faq-2", title: "Do you provide free estimates for projects?", content: "Yes, we offer free, no-obligation estimates for all our building and roofing services. Simply contact us to schedule a convenient time for an assessment of your project."},
{
- id: "faq-3",
- title: "Are you licensed and insured?",
- content: "Absolutely. Peak Builders & Roofers is fully licensed, bonded, and insured in San Diego. We adhere to all local building codes and safety regulations, providing you with peace of mind.",
- },
+ id: "faq-3", title: "Are you licensed and insured?", content: "Absolutely. Peak Builders & Roofers is fully licensed, bonded, and insured in San Diego. We adhere to all local building codes and safety regulations, providing you with peace of mind."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our building and roofing services in San Diego. If you don't see your question, feel free to contact us directly."
@@ -419,8 +267,7 @@ export default function LandingPage() {