2 Commits

Author SHA1 Message Date
9dd2069ff0 Update src/app/page.tsx 2026-04-15 16:49:56 +00:00
506cc269be Merge version_1 into main
Merge version_1 into main
2026-04-15 16:36:55 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -40,10 +40,11 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="John's Plumbing, Inc."
description="Professional and reliable plumbing services in Grand Blanc, MI. Serving the community with quality craftsmanship since day one."
<HeroBillboard
title="Professional Plumbing Services in Grand Blanc, MI"
description="John's Plumbing, Inc. provides high-quality repairs, installations, and maintenance for your home. Serving our community with reliable craftsmanship."
buttons={[{ text: "Schedule Service", href: "#contact" }]}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg"
imageAlt="Professional plumbing services in Grand Blanc"
/>