From 88c49bb3bf7f91365d86c5829b9394ff259feb8f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:18:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31cdd7c..7e4b83e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,63 +45,40 @@ export default function LandingPage() {
@@ -122,34 +91,22 @@ export default function LandingPage() { features={[ { icon: Flame, - title: "Furnace Repair", - description: "Keep your home warm all winter long with our expert furnace diagnostics and repairs.", - }, + title: "Furnace Repair", description: "Keep your home warm all winter long with our expert furnace diagnostics and repairs."}, { icon: Snowflake, - title: "AC Services", - description: "Beat the summer heat with rapid, efficient air conditioning repair and maintenance.", - }, + title: "AC Services", description: "Beat the summer heat with rapid, efficient air conditioning repair and maintenance."}, { icon: Droplets, - title: "Plumbing", - description: "Expert pipe repair, leak detection, and general plumbing services for your peace of mind.", - }, + title: "Plumbing", description: "Expert pipe repair, leak detection, and general plumbing services for your peace of mind."}, { icon: Wind, - title: "Duct Work", - description: "Improve air quality and efficiency with professional duct cleaning and repair.", - }, + title: "Duct Work", description: "Improve air quality and efficiency with professional duct cleaning and repair."}, { icon: Gauge, - title: "Water Heaters", - description: "Repair and installation for all types of water heaters. Never run out of hot water.", - }, + title: "Water Heaters", description: "Repair and installation for all types of water heaters. Never run out of hot water."}, { icon: Phone, - title: "Emergency Call", - description: "Urgent, around-the-clock service for when issues just can't wait.", - }, + title: "Emergency Call", description: "Urgent, around-the-clock service for when issues just can't wait."}, ]} title="Our Expert Services" description="Professional HVAC, Plumbing, and duct work delivered with precision and care." @@ -161,12 +118,8 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Why Armando Shows Up When Others Don't", - }, + type: "text", content: "Why Armando Shows Up When Others Don't"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg?_wi=2" - imageAlt="Armando working on HVAC system" /> @@ -178,45 +131,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - }, + id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, { - id: "2", - name: "Mike R.", - role: "Owner", - company: "Local Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-holidays-home_53876-97215.jpg", - }, + id: "2", name: "Mike R.", role: "Owner", company: "Local Business", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-holidays-home_53876-97215.jpg"}, { - id: "3", - name: "Emily C.", - role: "Homeowner", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg?_wi=1", - }, + id: "3", name: "Emily C.", role: "Homeowner", company: "Local Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg"}, { - id: "4", - name: "David L.", - role: "Parent", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-image-cool-stylish-young-caucasian-male-with-black-curls-relaxing-indoors-sitting-white-desk-keeping-arms-folded-his-look-posture-expressing-confidence-smiling-camera_343059-2016.jpg", - }, + id: "4", name: "David L.", role: "Parent", company: "Local Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-image-cool-stylish-young-caucasian-male-with-black-curls-relaxing-indoors-sitting-white-desk-keeping-arms-folded-his-look-posture-expressing-confidence-smiling-camera_343059-2016.jpg"}, { - id: "5", - name: "Jessica M.", - role: "Tenant", - company: "Local Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg?_wi=2", - }, + id: "5", name: "Jessica M.", role: "Tenant", company: "Local Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg"}, ]} title="Trusted by Your Neighbors" description="Real feedback from real homeowners who relied on our team during their toughest moments." @@ -227,14 +155,11 @@ export default function LandingPage() { @@ -246,14 +171,10 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} />