From d83c88c6842f8ab4a9d8bd9e5b5ed8cd4d7d1873 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:16:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6d66c7..f3d786a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -215,27 +124,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "4.9", - title: "Average Rating", - description: "Across 79 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-helmet_23-2149366663.jpg", - }, - { - id: "m2", - value: "79+", - title: "Satisfied Customers", - description: "Happy local homeowners", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg", - }, - { - id: "m3", - value: "24/7", - title: "Available", - description: "Ready to help you anytime", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132182.jpg", - }, + { id: "m1", value: "4.9", title: "Average Rating", description: "Across 79 reviews", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-helmet_23-2149366663.jpg" }, + { id: "m2", value: "79+", title: "Satisfied Customers", description: "Happy local homeowners", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg" }, + { id: "m3", value: "24/7", title: "Available", description: "Ready to help you anytime", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132182.jpg" }, ]} title="Proven Quality" description="Our numbers speak for our dedication to excellence in HVAC service." @@ -248,60 +139,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Jenkins", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg?_wi=2", - }, - { - id: "t2", - name: "Michael Reed", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg", - }, - { - id: "t3", - name: "Alice Morgan", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg", - }, - { - id: "t4", - name: "David W.", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-young-man-sitting-cafe-talking-friend-mobile-phone-with-wireless-earphones-laughing-smiling-listening-funny-podcast_1258-314334.jpg", - }, - { - id: "t5", - name: "Emily S.", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", - }, + { id: "t1", name: "Sarah Jenkins", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" }, + { id: "t2", name: "Michael Reed", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg" }, + { id: "t3", name: "Alice Morgan", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg" }, + { id: "t4", name: "David W.", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-young-man-sitting-cafe-talking-friend-mobile-phone-with-wireless-earphones-laughing-smiling-listening-funny-podcast_1258-314334.jpg" }, + { id: "t5", name: "Emily S.", role: "Homeowner", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg" }, ]} kpiItems={[ - { - value: "4.9", - label: "Avg. Rating", - }, - { - value: "79", - label: "Google Reviews", - }, - { - value: "100%", - label: "Commitment", - }, + { value: "4.9", label: "Avg. Rating" }, + { value: "79", label: "Google Reviews" }, + { value: "100%", label: "Commitment" }, ]} title="What Our Clients Say" description="Don't just take our word for it—read why your neighbors trust us." @@ -315,55 +162,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Essential", - price: "$99", - subtitle: "Annual Maintenance Check", - buttons: [ - { - text: "Schedule Now", - href: "#contact", - }, - ], - features: [ - "Filter change", - "System diagnostic", - "Safety check", - ], + id: "p1", badge: "Essential", price: "$99", subtitle: "Annual Maintenance Check", buttons: [{ text: "Schedule Now", href: "#contact" }], + features: ["Filter change", "System diagnostic", "Safety check"], }, { - id: "p2", - badge: "Most Popular", - price: "$199", - subtitle: "Full System Tune-up", - buttons: [ - { - text: "Schedule Now", - href: "#contact", - }, - ], - features: [ - "Essential plus...", - "Deep coil cleaning", - "Efficiency assessment", - ], + id: "p2", badge: "Most Popular", price: "$199", subtitle: "Full System Tune-up", buttons: [{ text: "Schedule Now", href: "#contact" }], + features: ["Essential plus...", "Deep coil cleaning", "Efficiency assessment"], }, { - id: "p3", - badge: "Premium", - price: "Custom", - subtitle: "New Installation & Upgrades", - buttons: [ - { - text: "Get a Quote", - href: "#contact", - }, - ], - features: [ - "Energy efficiency focus", - "Extended warranty", - "Full install cleanup", - ], + id: "p3", badge: "Premium", price: "Custom", subtitle: "New Installation & Upgrades", buttons: [{ text: "Get a Quote", href: "#contact" }], + features: ["Energy efficiency focus", "Extended warranty", "Full install cleanup"], }, ]} title="Fair & Transparent Pricing" @@ -376,21 +184,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How often should I maintain my HVAC?", - content: "We recommend at least twice a year—before heating and cooling seasons.", - }, - { - id: "f2", - title: "Are you open on weekends?", - content: "We provide 24/7 service to ensure you're never left in discomfort.", - }, - { - id: "f3", - title: "Do you offer emergency repairs?", - content: "Absolutely! We prioritize emergency calls to get your systems running ASAP.", - }, + { id: "f1", title: "How often should I maintain my HVAC?", content: "We recommend at least twice a year—before heating and cooling seasons." }, + { id: "f2", title: "Are you open on weekends?", content: "We provide 24/7 service to ensure you're never left in discomfort." }, + { id: "f3", title: "Do you offer emergency repairs?", content: "Absolutely! We prioritize emergency calls to get your systems running ASAP." }, ]} title="Common HVAC Questions" description="Have questions? We have answers. Find clarity on our services." @@ -401,9 +197,7 @@ export default function LandingPage() {