From 09bc52a07b5511c4585a8e5c793059d1841dbbfe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:42:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2758b90..7aacb37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,77 +46,48 @@ export default function LandingPage() {
@@ -136,13 +99,9 @@ export default function LandingPage() { description="We believe home service should be simple, reliable, and expert-led. Our team is local, licensed, and ready to solve your problems today." metrics={[ { - value: "100%", - title: "Licensed Pros", - }, + value: "100%", title: "Licensed Pros"}, { - value: "24/7", - title: "Support", - }, + value: "24/7", title: "Support"}, ]} imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53614.jpg" mediaAnimation="blur-reveal" @@ -156,20 +115,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "HVAC Systems", - description: "Expert heating and air conditioning repair, installation, and maintenance.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg", - }, + title: "HVAC Systems", description: "Expert heating and air conditioning repair, installation, and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg"}, { - title: "Professional Plumbing", - description: "From leaky pipes to complex water heater installations, we do it all.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", - }, + title: "Professional Plumbing", description: "From leaky pipes to complex water heater installations, we do it all.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"}, { - title: "Electrical Services", - description: "Safe, reliable home electrical upgrades, lighting, and circuit repair.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-measuring-voltage_23-2147743068.jpg", - }, + title: "Electrical Services", description: "Safe, reliable home electrical upgrades, lighting, and circuit repair.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-measuring-voltage_23-2147743068.jpg"}, ]} title="Our Core Services" description="Comprehensive solutions for your home's most vital systems." @@ -184,25 +134,15 @@ export default function LandingPage() { author="Sarah M." avatars={[ { - src: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-woman-home_23-2152005502.jpg", - alt: "Sarah M", - }, + src: "http://img.b2bpic.net/free-photo/delivery-man-handing-package-woman-home_23-2152005502.jpg", alt: "Sarah M"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-tablet_1157-30567.jpg", - alt: "John D", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-tablet_1157-30567.jpg", alt: "John D"}, { - src: "http://img.b2bpic.net/free-photo/young-businesswoman-wearing-headset-communicating-with-client-while-going-through-paperwork-office_637285-1212.jpg", - alt: "Mike P", - }, + src: "http://img.b2bpic.net/free-photo/young-businesswoman-wearing-headset-communicating-with-client-while-going-through-paperwork-office_637285-1212.jpg", alt: "Mike P"}, { - src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg", - alt: "Linda K", - }, + src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg", alt: "Linda K"}, { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", - alt: "Tom R", - }, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Tom R"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -215,20 +155,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Do you offer emergency service?", - content: "Yes, we are available for emergency repairs 24/7.", - }, + id: "1", title: "Do you offer emergency service?", content: "Yes, we are available for emergency repairs 24/7."}, { - id: "2", - title: "Are you licensed and insured?", - content: "Yes, our team is fully licensed and insured for all HVAC, plumbing, and electrical work.", - }, + id: "2", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed and insured for all HVAC, plumbing, and electrical work."}, { - id: "3", - title: "How long have you been in business?", - content: "Godby HPE has been serving the Indianapolis area for over 15 years.", - }, + id: "3", title: "How long have you been in business?", content: "Godby HPE has been serving the Indianapolis area for over 15 years."}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg" title="Frequently Asked Questions" @@ -242,12 +173,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "HVAC Association", - "Plumbing Board", - "Electrical Safety", - "BBB Accredited", - "Chamber of Commerce", - ]} + "HVAC Association", "Plumbing Board", "Electrical Safety", "BBB Accredited", "Chamber of Commerce"]} title="Partnered & Trusted" description="We are proud to hold certifications and memberships with these industry organizations." /> @@ -257,16 +183,13 @@ export default function LandingPage() { @@ -275,33 +198,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1