|
|
|
|
@@ -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>
|
|
|
|
|
|
|
|
|
|
@@ -57,10 +59,10 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{ id: "1", title: "Dependability", descriptions: ["On time, every time."] },
|
|
|
|
|
{ id: "2", title: "Attention to Detail", descriptions: ["Precision in every stroke."] },
|
|
|
|
|
{ id: "3", title: "Fair Pricing", descriptions: ["Transparent, competitive estimates."] },
|
|
|
|
|
{ id: "4", title: "5-Star Reputation", descriptions: ["Proudly serving Dunedin since inception."] },
|
|
|
|
|
{ id: "1", title: "Dependability", descriptions: ["On time, every time."], imageSrc: "https://images.unsplash.com/photo-1589939705384-518518f97805?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
{ id: "2", title: "Attention to Detail", descriptions: ["Precision in every stroke."], imageSrc: "https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
{ id: "3", title: "Fair Pricing", descriptions: ["Transparent, competitive estimates."], imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22561230e0?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
{ id: "4", title: "5-Star Reputation", descriptions: ["Proudly serving Dunedin since inception."], imageSrc: "https://images.unsplash.com/photo-1503387762-592deb58e4e2?auto=format&fit=crop&q=80&w=800" },
|
|
|
|
|
]}
|
|
|
|
|
title="Why Choose Hupp Painting?"
|
|
|
|
|
description="We pride ourselves on providing a premium painting experience for every customer."
|
|
|
|
|
@@ -101,6 +103,9 @@ export default function LandingPage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "t1", name: "Happy Homeowner", handle: "Dunedin", testimonial: "Perfect results and very fair pricing!" },
|
|
|
|
|
{ id: "t2", name: "Satisfied Client", handle: "Gulf View Blvd", testimonial: "Professional from start to finish." },
|
|
|
|
|
{ id: "t3", name: "David R.", handle: "Dunedin", testimonial: "They painted our whole interior, and it looks brand new. Amazing attention to detail." },
|
|
|
|
|
{ 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." },
|
|
|
|
|
{ id: "t5", name: "Mike & Linda", handle: "Pinellas County", testimonial: "Fair price, excellent quality, and completed right on schedule!" }
|
|
|
|
|
]}
|
|
|
|
|
title="5.0 Star Reputation"
|
|
|
|
|
description="Our neighbors trust us with their homes."
|
|
|
|
|
@@ -133,4 +138,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|