From 824a7bbb119195ef0a496e9273b24997a7d1bda4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:07:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ef3778..25d0bbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LocalServicesSite() { brandName="Local Services Pro" navItems={[ { name: "Services", id: "services" }, - { name: "About", id: "about" }, + { name: "About", id: "why-choose-us" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -52,7 +52,6 @@ export default function LocalServicesSite() { ]} imageSrc="http://img.b2bpic.net/free-photo/content-woman-with-clipboard-managing-coffee-shop-business_1098-20957.jpg" imageAlt="Professional service technician providing quality work" - useInvertedBackground={false} /> @@ -65,7 +64,8 @@ export default function LocalServicesSite() { textboxLayout="default" useInvertedBackground={true} names={[ - "Google Reviews: 4.9/5", "100+ 5-Star Reviews", "15+ Years Local Experience", "Same-Day Service", "Licensed & Insured", "24/7 Support Available"]} + "Google Reviews: 4.9/5", "100+ 5-Star Reviews", "15+ Years Local Experience", "Same-Day Service", "Licensed & Insured", "24/7 Support Available" + ]} speed={40} showCard={true} /> @@ -80,18 +80,18 @@ export default function LocalServicesSite() { features={[ { id: 1, - title: "Plumbing Services", description: "Expert plumbing repairs, installations, and emergency services available 24/7 for residential clients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg?_wi=1", imageAlt: "plumbing service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg?_wi=2", imageAlt: "plumbing service icon symbol" }, + title: "Plumbing Services", description: "Expert plumbing repairs, installations, and emergency services available 24/7 for residential clients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg", imageAlt: "plumbing service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg", imageAlt: "plumbing service icon symbol" }, }, { id: 2, - title: "Electrical Services", description: "Licensed electrical contractors providing safe, reliable repairs and installations for your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg?_wi=1", imageAlt: "electrical service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg?_wi=2", imageAlt: "electrical service icon symbol" }, + title: "Electrical Services", description: "Licensed electrical contractors providing safe, reliable repairs and installations for your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg", imageAlt: "electrical service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg", imageAlt: "electrical service icon symbol" }, }, { id: 3, - title: "HVAC Systems", description: "Heating and cooling solutions to keep your home comfortable year-round with expert maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg?_wi=1", imageAlt: "HVAC service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg?_wi=2", imageAlt: "HVAC service icon symbol" }, + title: "HVAC Systems", description: "Heating and cooling solutions to keep your home comfortable year-round with expert maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg", imageAlt: "HVAC service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg", imageAlt: "HVAC service icon symbol" }, }, ]} showStepNumbers={true} @@ -101,11 +101,12 @@ export default function LocalServicesSite() { /> -
+