From b228fcac4f005716295d1eb7bf70a658642417dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:01:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2850d70..3107feb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,19 +49,14 @@ export default function LandingPage() {
@@ -147,40 +106,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The quality of work was outstanding from start to finish. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg", - }, + id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The quality of work was outstanding from start to finish. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg"}, { - id: "t2", - name: "Mark D.", - handle: "@markd", - testimonial: "They worked with me on pricing, financing and the technology of my solar.", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", - }, + id: "t2", name: "Mark D.", handle: "@markd", testimonial: "They worked with me on pricing, financing and the technology of my solar.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, { - id: "t3", - name: "Emily R.", - handle: "@emilyr", - testimonial: "The siding and roof looks amazing! Excellent service.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15650.jpg", - }, + id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "The siding and roof looks amazing! Excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15650.jpg"}, { - id: "t4", - name: "David K.", - handle: "@davidk", - testimonial: "Reliable and professional. They were quick to reply and completed everything on time.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", - }, + id: "t4", name: "David K.", handle: "@davidk", testimonial: "Reliable and professional. They were quick to reply and completed everything on time.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"}, { - id: "t5", - name: "Anna P.", - handle: "@annap", - testimonial: "Five star service for sure. Best roofing team in Paxtonia.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg", - }, + id: "t5", name: "Anna P.", handle: "@annap", testimonial: "Five star service for sure. Best roofing team in Paxtonia.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg"}, ]} title="What Our Customers Say" description="Trusted by thousands across Paxtonia and surrounding areas." @@ -193,25 +127,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer free estimates?", - content: "Yes, we provide free estimates for all our roofing and remodeling services.", - }, + id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free estimates for all our roofing and remodeling services."}, { - id: "f2", - title: "What service areas do you cover?", - content: "We serve Paxtonia and surrounding areas in Pennsylvania.", - }, + id: "f2", title: "What service areas do you cover?", content: "We serve Paxtonia and surrounding areas in Pennsylvania."}, { - id: "f3", - title: "Is your team family-owned?", - content: "Yes, we have been a family-owned and operated business for over 54 years.", - }, + id: "f3", title: "Is your team family-owned?", content: "Yes, we have been a family-owned and operated business for over 54 years."}, { - id: "f4", - title: "Do you offer financing?", - content: "We work with our customers on competitive pricing and financing options.", - }, + id: "f4", title: "Do you offer financing?", content: "We work with our customers on competitive pricing and financing options."}, ]} title="Frequently Asked Questions" description="Everything you need to know about working with Bachman's Roofing." @@ -223,31 +145,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file