From 1bd404cff7b1464acc8b2cb5ed0a5382d077a9b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 09:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++++-------------------------------------- 1 file changed, 49 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a95fe47..10f22d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -161,45 +94,15 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} products={[ - { - id: "p1", - name: "UltraCool AC Unit", - price: "$2,499", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250254.jpg", - }, - { - id: "p2", - name: "ProComfort Furnace", - price: "$3,200", - imageSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-with-hot-coffee_23-2149277276.jpg", - }, - { - id: "p3", - name: "QuietStream Ductless", - price: "$1,850", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg", - }, - { - id: "p4", - name: "SmartConnect Pro", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-robotic-vacuum-cleaner-home_23-2150663413.jpg", - }, - { - id: "p5", - name: "CleanAir Purifier", - price: "$599", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg", - }, - { - id: "p6", - name: "HighFlow Heat Pump", - price: "$4,100", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg", - }, + { id: "p1", name: "UltraCool AC Unit", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250254.jpg" }, + { id: "p2", name: "ProComfort Furnace", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-with-hot-coffee_23-2149277276.jpg" }, + { id: "p3", name: "QuietStream Ductless", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg" }, + { id: "p4", name: "SmartConnect Pro", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-robotic-vacuum-cleaner-home_23-2150663413.jpg" }, + { id: "p5", name: "CleanAir Purifier", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg" }, + { id: "p6", name: "HighFlow Heat Pump", price: "$4,100", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg" }, ]} title="Top-Tier Climate Equipment" - description="Premium heating and cooling systems to maximize energy efficiency." + description="Premium heating, cooling, and air filtration systems to maximize your home safety." /> @@ -210,21 +113,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15K+", - description: "Systems Installed", - }, - { - id: "m2", - value: "20+", - description: "Years of Experience", - }, - { - id: "m3", - value: "98%", - description: "Customer Satisfaction", - }, + { id: "m1", value: "15K+", description: "Systems Installed" }, + { id: "m2", value: "20+", description: "Years of Experience" }, + { id: "m3", value: "98%", description: "Customer Satisfaction" }, ]} title="Our Impact in Numbers" description="Decades of trust, thousands of satisfied families." @@ -237,63 +128,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Miller", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg", - }, - { - id: "t2", - name: "David Clark", - role: "Property Manager", - company: "Clark Estates", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg", - }, - { - id: "t3", - name: "Janet Wu", - role: "Business Owner", - company: "Wu Consulting", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-mechanics-working-together-workshop_637285-9438.jpg", - }, - { - id: "t4", - name: "Mark Evans", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house_53876-13433.jpg", - }, - { - id: "t5", - name: "Linda Peterson", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", - }, + { id: "t1", name: "Sarah Miller", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg" }, + { id: "t2", name: "David Clark", role: "Property Manager", company: "Clark Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg" }, + { id: "t3", name: "Janet Wu", role: "Business Owner", company: "Wu Consulting", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-mechanics-working-together-workshop_637285-9438.jpg" }, + { id: "t4", name: "Mark Evans", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house_53876-13433.jpg" }, + { id: "t5", name: "Linda Peterson", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg" }, ]} kpiItems={[ - { - value: "4.9/5", - label: "Google Rating", - }, - { - value: "100%", - label: "Reliability", - }, - { - value: "Fast", - label: "Avg Service", - }, + { value: "4.9/5", label: "Google Rating" }, + { value: "100%", label: "Safety Certified" }, + { value: "Fast", label: "Service Speed" }, ]} title="What Our Clients Say" - description="Real feedback from neighbors who trust our climate experts." + description="Real feedback from homeowners who trust our air duct and chimney experts." /> @@ -302,24 +149,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How often should I service my AC?", - content: "We recommend professional maintenance annually.", - }, - { - id: "f2", - title: "Do you offer emergency repairs?", - content: "Yes, our team is available 24/7 for emergencies.", - }, - { - id: "f3", - title: "Can you install units in old homes?", - content: "Absolutely, we specialize in custom retrofitting.", - }, + { id: "f1", title: "How often should I clean my air ducts?", content: "Generally every 3-5 years, depending on household dust and pets." }, + { id: "f2", title: "Is chimney inspection necessary?", content: "Yes, annual inspections prevent fire hazards and carbon monoxide buildup." }, + { id: "f3", title: "What are signs of poor indoor air quality?", content: "Increased allergy symptoms, dust buildup, or unpleasant smells." }, ]} title="Frequently Asked Questions" - description="Clear answers about our climate solutions." + description="Answers regarding safety and maintenance for your HVAC and chimney systems." faqsAnimation="slide-up" /> @@ -327,23 +162,16 @@ export default function LandingPage() {