1 Commits

Author SHA1 Message Date
09bc52a07b Update src/app/page.tsx 2026-04-20 00:42:01 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Godby HPE"
/>
@@ -54,77 +46,48 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Trusted Home Services in Indianapolis"
description="Godby HPE has provided expert HVAC, plumbing, and electrical services for over 15 years. Rated 4.9 stars by our neighbors."
kpis={[
{
value: "15+",
label: "Years in Business",
},
value: "15+", label: "Years in Business"},
{
value: "1109",
label: "Verified Reviews",
},
value: "1109", label: "Verified Reviews"},
{
value: "4.9",
label: "Star Rating",
},
value: "4.9", label: "Star Rating"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Book Service",
href: "#contact",
},
text: "Book Service", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg"
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-electrical-panel-home_23-2149514785.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/working-mood-smiling-man-peeking-into-open-door-builtin-dishwasher-modern-kitchen_259150-58283.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/working-mood-smiling-man-peeking-into-open-door-builtin-dishwasher-modern-kitchen_259150-58283.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/father-having-coffee-while-holding-his-baby_107420-96346.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/father-having-coffee-while-holding-his-baby_107420-96346.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg", alt: "Customer 5"},
]}
avatarText="Trusted by 5,000+ local homeowners"
marqueeItems={[
{
type: "text",
text: "Licensed & Insured",
},
type: "text", text: "Licensed & Insured"},
{
type: "text",
text: "24/7 Availability",
},
type: "text", text: "24/7 Availability"},
{
type: "text",
text: "Expert Technicians",
},
type: "text", text: "Expert Technicians"},
{
type: "text",
text: "Competitive Pricing",
},
type: "text", text: "Competitive Pricing"},
{
type: "text",
text: "Same-Day Service",
},
type: "text", text: "Same-Day Service"},
]}
/>
</div>
@@ -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() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Ready to Start?"
title="Book Your Service Today"
description="Get an expert to your door. Schedule your appointment now and experience the Godby difference."
buttons={[
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
/>
</div>
@@ -275,33 +198,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "HVAC",
href: "#services",
},
label: "HVAC", href: "#services"},
{
label: "Plumbing",
href: "#services",
},
label: "Plumbing", href: "#services"},
{
label: "Electrical",
href: "#services",
},
label: "Electrical", href: "#services"},
],
},
]}
@@ -311,4 +222,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}