diff --git a/src/app/page.tsx b/src/app/page.tsx index 898cf3d..5ed4621 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -233,46 +121,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Fixed what others messed up", - quote: "After being let down by others, Safeseal finally fixed everything properly.", - name: "Sarah J.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", - }, - { - id: "t2", - title: "Totally professional", - quote: "Arrived on time, worked hard, and left everything spotless.", - name: "Michael C.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg", - }, - { - id: "t3", - title: "Honest advice", - quote: "Didn't push for a full roof when it wasn't needed. Very refreshing.", - name: "Emily R.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40329.jpg", - }, - { - id: "t4", - title: "Great transparency", - quote: "Photos provided before and after — total transparency throughout.", - name: "David K.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-front-camper-van_23-2148653441.jpg", - }, - { - id: "t5", - title: "Under budget", - quote: "Fast, honest, and actually came in under the initial budget.", - name: "James L.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064840.jpg", - }, + { id: "t1", title: "Fixed what others messed up", quote: "After being let down by others, Safeseal finally fixed everything properly.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg" }, + { id: "t2", title: "Totally professional", quote: "Arrived on time, worked hard, and left everything spotless.", name: "Michael C.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg" }, ]} title="What Clients Say" description="Real results from homeowners who chose Safeseal." @@ -284,28 +134,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you offer free inspections?", - content: "Yes, we provide free, no-obligation roof inspections and quotes.", - }, - { - id: "f2", - title: "Are you fully insured?", - content: "Absolutely, our team is fully insured and all work is guaranteed.", - }, - { - id: "f3", - title: "How long do repairs take?", - content: "Most repairs are completed within 1-2 days, depending on the scope of work.", - }, - { - id: "f4", - title: "Do you clean up after work?", - content: "We take pride in leaving every job site spotless once finished.", - }, + { id: "f1", title: "Do you offer free inspections?", content: "Yes, we provide free, no-obligation roof inspections and quotes." }, + { id: "f2", title: "Are you fully insured?", content: "Absolutely, our team is fully insured and all work is guaranteed." }, ]} title="Frequently Asked Questions" + description="Common inquiries about our services." faqsAnimation="slide-up" /> @@ -313,9 +146,7 @@ export default function LandingPage() {