diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e94264..ae80cc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,59 +32,32 @@ export default function LandingPage() {
@@ -169,59 +123,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shirt-vest-hat-pointing-house-model-looking-confident-front-view_176474-30846.jpg", - }, + id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-shirt-vest-hat-pointing-house-model-looking-confident-front-view_176474-30846.jpg"}, { - id: "2", - name: "David Clark", - role: "Property Manager", - company: "Housing Assoc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-tai-chi-outside_23-2149893705.jpg", - }, + id: "2", name: "David Clark", role: "Property Manager", company: "Housing Assoc", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-tai-chi-outside_23-2149893705.jpg"}, { - id: "3", - name: "Linda White", - role: "Homeowner", - company: "Suburban Living", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architecture-successful-meeting_23-2148480364.jpg", - }, + id: "3", name: "Linda White", role: "Homeowner", company: "Suburban Living", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/architecture-successful-meeting_23-2148480364.jpg"}, { - id: "4", - name: "James Taylor", - role: "Investor", - company: "Real Estate Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", - }, + id: "4", name: "James Taylor", role: "Investor", company: "Real Estate Pro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg"}, { - id: "5", - name: "Robert Evans", - role: "Homeowner", - company: "Valley Home", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg", - }, + id: "5", name: "Robert Evans", role: "Homeowner", company: "Valley Home", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg"}, ]} kpiItems={[ { - value: "500+", - label: "Roofs Completed", - }, + value: "500+", label: "Roofs Completed"}, { - value: "20+", - label: "Years Experience", - }, + value: "20+", label: "Years Experience"}, { - value: "98%", - label: "Satisfied Clients", - }, + value: "98%", label: "Satisfied Clients"}, ]} title="What Our Clients Say" description="Hear directly from those who trust MG Roofing with their home security." @@ -233,20 +156,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How long does a roof last?", - content: "Most high-quality shingle roofs last between 20-25 years.", - }, + id: "q1", title: "How long does a roof last?", content: "Most high-quality shingle roofs last between 20-25 years."}, { - id: "q2", - title: "Do you provide emergency repairs?", - content: "Yes, our team is available for emergency storm-damage repair 24/7.", - }, + id: "q2", title: "Do you provide emergency repairs?", content: "Yes, our team is available for emergency storm-damage repair 24/7."}, { - id: "q3", - title: "Is there a warranty?", - content: "We offer comprehensive labor and material warranties on all new installations.", - }, + id: "q3", title: "Is there a warranty?", content: "We offer comprehensive labor and material warranties on all new installations."}, ]} sideTitle="Common Roof Questions" faqsAnimation="slide-up" @@ -257,8 +171,7 @@ export default function LandingPage() {