From f4c0968229384ad5148c5bd66bdf23286edcd166 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:11:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da06eba..d24f1c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,85 +45,54 @@ export default function LandingPage() {
@@ -144,19 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Pushing full replacements", - "Hidden diagnostic fees", - "Unnecessary upselling", - "Delayed response", - ], + "Pushing full replacements", "Hidden diagnostic fees", "Unnecessary upselling", "Delayed response"], }} positiveCard={{ items: [ - "Fix-first mentality", - "Clear diagnostic pricing", - "Veteran-owned integrity", - "Fast 24/7 dispatch", - ], + "Fix-first mentality", "Clear diagnostic pricing", "Veteran-owned integrity", "Fast 24/7 dispatch"], }} title="Comprehensive HVAC Solutions" description="We specialize in cooling and diagnostics to keep your Texas home comfortable." @@ -170,45 +123,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@customer", - testimonial: "Fixed what others said needed full replacement. Honest and fast!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", - }, + id: "1", name: "Sarah J.", handle: "@customer", testimonial: "Fixed what others said needed full replacement. Honest and fast!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"}, { - id: "2", - name: "Mike R.", - handle: "@customer", - testimonial: "Arrived within 30 minutes. Exceptional service at night.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=1", - }, + id: "2", name: "Mike R.", handle: "@customer", testimonial: "Arrived within 30 minutes. Exceptional service at night.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=1"}, { - id: "3", - name: "Emily D.", - handle: "@customer", - testimonial: "Very professional and didn't upsell me on anything. Definitely calling again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg", - }, + id: "3", name: "Emily D.", handle: "@customer", testimonial: "Very professional and didn't upsell me on anything. Definitely calling again.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-leaning-table-while-man-washing-dishes_23-2148113951.jpg"}, { - id: "4", - name: "David K.", - handle: "@customer", - testimonial: "Best hvac company I've used in years. Honest communication.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg", - }, + id: "4", name: "David K.", handle: "@customer", testimonial: "Best hvac company I've used in years. Honest communication.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-candid-woman-walking-park-stylish-outfit-wearing-elegant-sunglasses-purse_285396-8227.jpg"}, { - id: "5", - name: "James B.", - handle: "@customer", - testimonial: "True professionals. They saved me thousands on a repair.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=2", - }, + id: "5", name: "James B.", handle: "@customer", testimonial: "True professionals. They saved me thousands on a repair.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-with-crossed-arms_23-2148783570.jpg?_wi=2"}, ]} showRating={true} title="Real Results from Neighbors" @@ -229,8 +157,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file