|
|
|
|
@@ -3,10 +3,9 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
|
@@ -29,111 +28,24 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Services",
|
|
|
|
|
id: "services",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "About",
|
|
|
|
|
id: "about",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Testimonials",
|
|
|
|
|
id: "testimonials",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Contact",
|
|
|
|
|
id: "contact",
|
|
|
|
|
},
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Neighborhood Plumbing"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Call Now",
|
|
|
|
|
href: "tel:5550123456",
|
|
|
|
|
}}
|
|
|
|
|
brandName="Hupp Painting"
|
|
|
|
|
button={{ text: "(727) 330-1821", href: "tel:7273301821" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlayTestimonial
|
|
|
|
|
title="Fast, Reliable Plumbing — When You Need It Most."
|
|
|
|
|
description="Licensed and insured local experts serving our community for over 15 years. We take care of your home as if it were our own."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "John D.",
|
|
|
|
|
handle: "Downtown",
|
|
|
|
|
testimonial: "Excellent service, fast and reliable.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=1",
|
|
|
|
|
imageAlt: "professional plumber at work",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Sarah K.",
|
|
|
|
|
handle: "West Side",
|
|
|
|
|
testimonial: "Very professional and friendly plumber.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1",
|
|
|
|
|
imageAlt: "professional plumber at work",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Mike R.",
|
|
|
|
|
handle: "Northwood",
|
|
|
|
|
testimonial: "Fixed my leak in under an hour. Great team!",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
|
|
|
|
|
imageAlt: "professional plumber at work",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Emily P.",
|
|
|
|
|
handle: "Riverside",
|
|
|
|
|
testimonial: "Professional, clean, and honest pricing.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1",
|
|
|
|
|
imageAlt: "professional plumber at work",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "David L.",
|
|
|
|
|
handle: "Oak Creek",
|
|
|
|
|
testimonial: "Top quality work on our water heater install.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-80653.jpg?_wi=1",
|
|
|
|
|
imageAlt: "professional plumber at work",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Call Now",
|
|
|
|
|
href: "tel:5550123456",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: "Get a Free Quote",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=2"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
|
|
|
|
|
alt: "Happy woman smiling",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg",
|
|
|
|
|
alt: "Young customer",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
|
|
|
|
alt: "Satisfied homeowner",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg",
|
|
|
|
|
alt: "Happy couple",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
|
|
|
|
|
alt: "Local resident",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Trusted by over 500+ local families"
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
title="Professional Painting for Dunedin Homes"
|
|
|
|
|
description="Transform your home's appearance with Dunedin's most trusted, 5-star rated painting professionals."
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]}
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&q=80&w=2000"
|
|
|
|
|
imageAlt="Nicely painted urban house"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -143,45 +55,14 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "24/7 Emergency Service",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Available when disaster strikes.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-80653.jpg?_wi=2",
|
|
|
|
|
imageAlt: "professional local plumber portrait",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "Upfront Pricing",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"No hidden fees or surprises.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=3",
|
|
|
|
|
imageAlt: "professional local plumber portrait",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "Licensed & Insured",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Full peace of mind for you.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2",
|
|
|
|
|
imageAlt: "professional local plumber portrait",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
title: "Same-Day Appointments",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Quick help when you need it.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
|
|
|
|
|
imageAlt: "professional local plumber portrait",
|
|
|
|
|
},
|
|
|
|
|
{ id: "1", title: "Dependability", descriptions: ["Finding a contractor you can actually rely on is harder than it should be. Hupp Painting was built on being the exception to that. Nathan shows up on time, communicates clearly from estimate to final coat, and sees every job through to completion without cutting corners or disappearing mid-project. When you hand someone the keys to your home, that kind of dependability isn't a bonus — it's the bare minimum you deserve. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/tmp/give-me-a-picture-of-a-regular-painted-h-1778263984664-628a33c4.png" },
|
|
|
|
|
{ id: "2", title: "Attention to Detail", descriptions: ["The difference between a good paint job and a great one lives in the details — the crisp edges, the even coverage, the surfaces that were properly prepped before anyone picked up a brush. Nathan has built his reputation on exactly that. Customers routinely comment that they couldn't find a single drip, brushstroke, or missed spot when the job was done. That kind of precision doesn't happen by accident. It's the standard every project is held to, from the first wall to the final walkthrough. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/tmp/a-nicely-painted-interior-home-1778263730243-39a5b6ca.png" },
|
|
|
|
|
{ id: "3", title: "Fair Pricing", descriptions: ["Fair pricing has always been part of how Hupp Painting operates. You'll get an honest estimate based on what the job actually takes — not an inflated number padded for negotiation. Customers consistently call out Hupp's pricing as one of the reasons they'd hire him again, and that's something he takes real pride in. "], imageSrc: "https://images.unsplash.com/photo-1516455590571-18256e5bb9ff?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
{ id: "4", title: "5-Star Reputation", descriptions: ["Don't just take our word for it. Hupp Painting has earned a perfect 5-star rating from every customer we've worked with — homeowners across Dunedin and the Tampa Bay area who trusted us with their space and were kind enough to share their experience. That track record isn't an accident. It's the result of showing up on time, sweating the details, and not leaving until the job is done right."], imageSrc: "https://images.unsplash.com/photo-1522771739844-6a9f6d5f14af?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
]}
|
|
|
|
|
title="Why Choose Us?"
|
|
|
|
|
description="Local trust matters. Here is why your neighbors choose us."
|
|
|
|
|
title="Why Choose Hupp Painting?"
|
|
|
|
|
description="We pride ourselves on providing a premium painting experience for every customer."
|
|
|
|
|
cardClassName="border border-accent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -190,50 +71,24 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="Residential & Commercial"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "s1",
|
|
|
|
|
title: "Drain Cleaning",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Advanced equipment for fast clearing.",
|
|
|
|
|
"Safe for all pipe types.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=3",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "s2",
|
|
|
|
|
title: "Leak Repair",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Detection and permanent sealing.",
|
|
|
|
|
"Prevents water damage.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "s3",
|
|
|
|
|
title: "Water Heater Installation",
|
|
|
|
|
descriptions: [
|
|
|
|
|
"Expert sizing and install.",
|
|
|
|
|
"Top-tier efficiency.",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2",
|
|
|
|
|
},
|
|
|
|
|
{ id: "s1", title: "Interior Painting", descriptions: ["From living rooms to bedrooms to full home interiors, Hupp Painting delivers clean, precise results that make your space feel brand new. Expert color consultation included — because the right paint choice makes all the difference. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/uploaded-1778265824848-shf02fay.webp" },
|
|
|
|
|
{ id: "s2", title: "Exterior Painting", descriptions: ["Boost your home's curb appeal with a professional exterior paint job done right. From prep to final coat, Hupp Painting protects and beautifies your home's exterior with results built to last in the Florida climate."], imageSrc: "https://images.unsplash.com/photo-1513584684374-8bab748fbf90?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["Transform your kitchen or bathroom without the price tag of a full remodel. Cabinet refinishing by Hupp Painting delivers a clean, durable finish that looks brand new — at a fraction of the cost of replacement. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/tmp/nicley-painted-cabinets-1778265932056-4e80ba10.png" },
|
|
|
|
|
]}
|
|
|
|
|
title="Our Core Services"
|
|
|
|
|
description="Comprehensive plumbing solutions for every situation."
|
|
|
|
|
title="Our Services"
|
|
|
|
|
description="We provide durable, high-quality finishes designed to enhance curb appeal and ensure long-lasting protection for your home."
|
|
|
|
|
cardClassName="border border-accent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextAbout
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Your Neighborhood Plumbing Experts"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Contact Us",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Hupp Painting - Dunedin's Painting Experts"
|
|
|
|
|
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
|
|
|
|
|
className="bg-background-accent text-foreground"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -243,122 +98,39 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1",
|
|
|
|
|
name: "Alice M.",
|
|
|
|
|
handle: "Oakwood",
|
|
|
|
|
testimonial: "Fantastic job with my kitchen sink repair.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-standing-with-box-new-house-apartment_74855-10349.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t2",
|
|
|
|
|
name: "Bob B.",
|
|
|
|
|
handle: "Pine Creek",
|
|
|
|
|
testimonial: "Professional, clean, and knowledgeable.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-woman-organic-sustainable-garden-harvesting-produce_23-2151463009.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t3",
|
|
|
|
|
name: "Charlie C.",
|
|
|
|
|
handle: "Maple Hill",
|
|
|
|
|
testimonial: "Fastest plumber in the city by far.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t4",
|
|
|
|
|
name: "Dana D.",
|
|
|
|
|
handle: "Downtown",
|
|
|
|
|
testimonial: "Great upfront pricing and service.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t5",
|
|
|
|
|
name: "Evan E.",
|
|
|
|
|
handle: "West End",
|
|
|
|
|
testimonial: "Would definitely hire them again.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg",
|
|
|
|
|
},
|
|
|
|
|
{ id: "t1", name: "Happy Homeowner", handle: "Dunedin", testimonial: "Perfect results and very fair pricing!", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200" },
|
|
|
|
|
{ id: "t2", name: "Satisfied Client", handle: "Gulf View Blvd", testimonial: "Professional from start to finish.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=200" },
|
|
|
|
|
{ id: "t3", name: "David R.", handle: "Dunedin", testimonial: "They painted our whole interior, and it looks brand new. Amazing attention to detail.", imageSrc: "https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?auto=format&fit=crop&q=80&w=200" },
|
|
|
|
|
{ id: "t4", name: "Sarah K.", handle: "Dunedin", testimonial: "Hupp Painting is our go-to. Nathan and his crew are truly pros at what they do.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?auto=format&fit=crop&q=80&w=200" },
|
|
|
|
|
{ id: "t5", name: "Mike & Linda", handle: "Pinellas County", testimonial: "Fair price, excellent quality, and completed right on schedule!", imageSrc: "https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&q=80&w=200" }
|
|
|
|
|
]}
|
|
|
|
|
title="What Our Neighbors Say"
|
|
|
|
|
description="Read real stories from our satisfied customers."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "f1",
|
|
|
|
|
title: "Do you provide weekend service?",
|
|
|
|
|
content: "Yes, we are open 24/7 for emergencies.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f2",
|
|
|
|
|
title: "Are you licensed?",
|
|
|
|
|
content: "Yes, we are fully licensed and insured.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f3",
|
|
|
|
|
title: "How quickly can you come?",
|
|
|
|
|
content: "We offer same-day appointments for urgent issues.",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="Common Questions"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
title="5.0 Star Reputation"
|
|
|
|
|
description="Our neighbors trust us with their homes."
|
|
|
|
|
cardClassName="bg-card border border-accent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
tag="Get in touch"
|
|
|
|
|
title="Ready to get started?"
|
|
|
|
|
description="Call us at 555-0123-456 or book a service below. Business hours: M-F 8am-6pm."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Call Now",
|
|
|
|
|
href: "tel:5550123456",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
tag="Contact Us"
|
|
|
|
|
title="Get Your Free Estimate Today"
|
|
|
|
|
description="Nathan Hupp and the Hupp Painting team are dedicated to serving the Dunedin, FL community with integrity and artisan quality. Reach out today to schedule your consultation."
|
|
|
|
|
buttons={[{ text: "Call Now: (727) 330-1821", href: "tel:7273301821" }]}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
className="relative bg-gradient-to-br from-blue-50 to-white"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About",
|
|
|
|
|
href: "#about",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Services",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Support",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Contact",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Privacy Policy",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{ title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
{ title: "Location", items: [{ label: "Dunedin, FL", href: "#" }, { label: "Serving Pinellas County", href: "#" }] },
|
|
|
|
|
{ title: "Connect", items: [{ label: "(727) 330-1821", href: "tel:7273301821" }, { label: "hupppainting.com", href: "https://hupppainting.com" }] }
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2024 Neighborhood Plumbing."
|
|
|
|
|
bottomRightText="All rights reserved."
|
|
|
|
|
bottomLeftText="© 2024 Hupp Painting. Owned by Nathan Hupp."
|
|
|
|
|
bottomRightText="Professional Painting Services"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|