From 0ba72da5524dab98eed86ef2c9615fc7d0ae52a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:21:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++++++------------------------------------- 1 file changed, 58 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a2832a..ee9a26d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -241,15 +123,7 @@ export default function LandingPage() { @@ -262,26 +136,11 @@ export default function LandingPage() { rating={5} author="Sarah & Michael Thompson" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-girl-her-handsome-boyfriend-woman-casual-summer-jeans-clothes_158538-5514.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/side-view-attractive-joyful-middle-aged-female-blue-shirt-holding-laptop-working-from-home-smiling-happily-camera-e_343059-2248.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/full-shot-brothers-playing-together_23-2150327566.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-girl-her-handsome-boyfriend-woman-casual-summer-jeans-clothes_158538-5514.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/side-view-attractive-joyful-middle-aged-female-blue-shirt-holding-laptop-working-from-home-smiling-happily-camera-e_343059-2248.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/full-shot-brothers-playing-together_23-2150327566.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-construction_23-2149366626.jpg", alt: "Client 5" } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -293,21 +152,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How long does a roof installation take?", - content: "Most residential roof replacements are completed in 1-3 days, depending on home size.", - }, - { - id: "2", - title: "Are you licensed and insured?", - content: "Yes, we are fully licensed and insured for your peace of mind and protection.", - }, - { - id: "3", - title: "Do you offer free inspections?", - content: "Absolutely! Contact us today to schedule your no-obligation roof health inspection.", - }, + { id: "1", title: "How long does a roof installation take?", content: "Most residential roof replacements are completed in 1-3 days, depending on home size." }, + { id: "2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for your peace of mind and protection." }, + { id: "3", title: "Do you offer free inspections?", content: "Absolutely! Contact us today to schedule your no-obligation roof health inspection." } ]} title="Frequently Asked Questions" description="Common questions about our roofing installation and repair process." @@ -318,9 +165,7 @@ export default function LandingPage() {
@@ -366,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1