Compare commits

...

7 Commits

Author SHA1 Message Date
f1f2e8d8cb Update theme colors 2026-05-08 17:43:57 +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
97ee4b52a3 Merge version_4 into main
Merge version_4 into main
2026-05-08 17:37:31 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ name: "Local Customer", handle: "Dunedin, FL", testimonial: "The best painting experience we've ever had.", rating: 5 }, { 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 } { 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" avatarText="Trusted by Dunedin homeowners"
/> />
</div> </div>
@@ -112,7 +112,7 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
tag="Contact Us" tag="Contact Us"
title="Get Your Free Estimate Today" 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" }]} buttons={[{ text: "Call Now: (727) 330-1821", href: "tel:7273301821" }]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -122,12 +122,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Company", items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }] }, { title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Painting", href: "#services" }] }, { title: "Location", items: [{ label: "Dunedin, FL", href: "#" }, { label: "Serving Pinellas County", href: "#" }] },
{ title: "Contact", items: [{ label: "(727) 330-1821", href: "tel:7273301821" }, { label: "918 Gulf View Blvd, Dunedin", href: "#" }] } { title: "Connect", items: [{ label: "(727) 330-1821", href: "tel:7273301821" }, { label: "hupppainting.com", href: "https://hupppainting.com" }] }
]} ]}
bottomLeftText="© 2024 Hupp Painting." bottomLeftText="© 2024 Hupp Painting. Owned by Nathan Hupp."
bottomRightText="hupppainting.com" bottomRightText="Professional Painting Services"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612; --foreground: #000612e6;
--primary-cta: #15479c; --primary-cta: #15479c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #FF7B05; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #f1f8ff; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);