Compare commits

...

8 Commits

Author SHA1 Message Date
35e1d8fa9a Update src/app/page.tsx 2026-05-08 17:56:55 +00:00
90c7caaa34 Merge version_15 into main
Merge version_15 into main
2026-05-08 17:53:41 +00:00
012bffe212 Update src/app/page.tsx 2026-05-08 17:53:35 +00:00
6ea664c115 Merge version_14 into main
Merge version_14 into main
2026-05-08 17:52:48 +00:00
09a1499b81 Update src/app/page.tsx 2026-05-08 17:52:45 +00:00
13149cfb19 Merge version_13 into main
Merge version_13 into main
2026-05-08 17:51:10 +00:00
7f52d1bf3e Update src/app/page.tsx 2026-05-08 17:51:06 +00:00
2b5fc89e18 Merge version_12 into main
Merge version_12 into main
2026-05-08 17:49:11 +00:00

View File

@@ -59,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."
@@ -75,6 +75,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
tag="Residential & Commercial"
features={[
{ id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."] },
{ id: "s2", title: "Exterior Painting", descriptions: ["Weather-resistant protection for your Dunedin home."] },
@@ -101,8 +102,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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: "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="5.0 Star Reputation"
description="Our neighbors trust us with their homes."
@@ -118,6 +122,7 @@ export default function LandingPage() {
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>