|
|
|
|
@@ -46,8 +46,10 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Local Customer", handle: "Dunedin, FL", testimonial: "The best painting experience we've ever had.", rating: 5 },
|
|
|
|
|
{ name: "Homeowner", handle: "Dunedin, FL", testimonial: "Reliable, punctual, and amazing quality.", rating: 5 }
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
|
|
|
|
buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]}
|
|
|
|
|
avatarText="Trusted by Dunedin homeowners"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&q=80&w=2000"
|
|
|
|
|
imageAlt="Nicely painted urban house"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -64,6 +66,7 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
title="Why Choose Hupp Painting?"
|
|
|
|
|
description="We pride ourselves on providing a premium painting experience for every customer."
|
|
|
|
|
cardClassName="border border-accent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -78,7 +81,8 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."] },
|
|
|
|
|
]}
|
|
|
|
|
title="Our Services"
|
|
|
|
|
description="Professional solutions to maintain and improve your home's aesthetic value."
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
@@ -87,6 +91,7 @@ export default function LandingPage() {
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
@@ -101,6 +106,7 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
title="5.0 Star Reputation"
|
|
|
|
|
description="Our neighbors trust us with their homes."
|
|
|
|
|
cardClassName="bg-card border border-accent"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -108,25 +114,25 @@ export default function LandingPage() {
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Contact Us"
|
|
|
|
|
title="Get Your Free Estimate Today"
|
|
|
|
|
description="Visit us at 918 Gulf View Blvd, Dunedin, FL, or call (727) 330-1821 to get started."
|
|
|
|
|
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: "plain" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Company", items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }] },
|
|
|
|
|
{ title: "Services", items: [{ label: "Painting", href: "#services" }] },
|
|
|
|
|
{ title: "Contact", items: [{ label: "(727) 330-1821", href: "tel:7273301821" }, { label: "918 Gulf View Blvd, Dunedin", 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 Hupp Painting."
|
|
|
|
|
bottomRightText="hupppainting.com"
|
|
|
|
|
bottomLeftText="© 2024 Hupp Painting. Owned by Nathan Hupp."
|
|
|
|
|
bottomRightText="Professional Painting Services"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|