Compare commits

...

29 Commits

Author SHA1 Message Date
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
f13f7ab6f2 Update src/app/styles/variables.css 2026-05-08 17:49:08 +00:00
96afcda24d Merge version_11 into main
Merge version_11 into main
2026-05-08 17:47:22 +00:00
9ddeb9c380 Update src/app/page.tsx 2026-05-08 17:47:19 +00:00
7a249d5200 Merge version_10 into main
Merge version_10 into main
2026-05-08 17:45:23 +00:00
ea058883f4 Update src/app/page.tsx 2026-05-08 17:45:20 +00:00
5ae8bf3f17 Merge version_9 into main
Merge version_9 into main
2026-05-08 17:44:32 +00:00
797fc88044 Update theme colors 2026-05-08 17:44:28 +00:00
c420b3f79b Merge version_8 into main
Merge version_8 into main
2026-05-08 17:44:07 +00:00
ab5c26660e Update theme colors 2026-05-08 17:44:04 +00:00
c6de8a0f30 Merge version_7 into main
Merge version_7 into main
2026-05-08 17:44:00 +00:00
f1f2e8d8cb Update theme colors 2026-05-08 17:43:57 +00:00
7f6c6da467 Merge version_6 into main
Merge version_6 into main
2026-05-08 17:43:18 +00:00
0cfa402ac8 Update src/app/page.tsx 2026-05-08 17:43:15 +00:00
e64f0f1a49 Merge version_5 into main
Merge version_5 into main
2026-05-08 17:42:29 +00:00
0da0445908 Update src/app/styles/variables.css 2026-05-08 17:42:26 +00:00
6248634475 Update src/app/page.tsx 2026-05-08 17:42:25 +00:00
8ae6654bc6 Merge version_4 into main
Merge version_4 into main
2026-05-08 17:39:33 +00:00
8fc2e348ec Remove watermark 2026-05-08 17:39:30 +00:00
97ee4b52a3 Merge version_4 into main
Merge version_4 into main
2026-05-08 17:37:31 +00:00
b51ea39600 Update src/app/page.tsx 2026-05-08 17:37:25 +00:00
638d203e98 Merge version_3 into main
Merge version_3 into main
2026-05-08 17:36:37 +00:00
e0c12a49f1 Update src/app/styles/variables.css 2026-05-08 17:36:34 +00:00
bcb46d1a8e Update src/app/page.tsx 2026-05-08 17:36:33 +00:00
1c45a3cabf Merge version_2 into main
Merge version_2 into main
2026-05-08 17:35:06 +00:00
a8e92770d8 Merge version_2 into main
Merge version_2 into main
2026-05-08 17:34:39 +00:00
3 changed files with 30 additions and 22 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
@@ -37,7 +36,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -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,13 +59,14 @@ 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."
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>
@@ -98,9 +103,13 @@ 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."
cardClassName="bg-card border border-accent"
/>
</div>
@@ -108,22 +117,22 @@ 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>

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612;
--primary-cta: #FF7B05;
--foreground: #0a0a0a;
--primary-cta: #1e293b;
--primary-cta-text: #ffffff;
--secondary-cta: #15479c;
--secondary-cta-text: #ffffff;
--accent: #e2e2e2;
--background-accent: #f9f9f9;
--secondary-cta: #f1f5f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e8f0;
--background-accent: #f8fafc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);