Compare commits

..

4 Commits

Author SHA1 Message Date
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 13 additions and 13 deletions

View File

@@ -112,7 +112,7 @@ 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: "sparkles-gradient" }}
useInvertedBackground={true}
@@ -122,12 +122,12 @@ export default function LandingPage() {
<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

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612;
--primary-cta: #15479c;
--background: #fbfaf8;
--card: #f2efe9;
--foreground: #2f3640;
--primary-cta: #2f3640;
--primary-cta-text: #ffffff;
--secondary-cta: #FF7B05;
--secondary-cta: #d1d5db;
--secondary-cta-text: #ffffff;
--accent: #e2e2e2;
--background-accent: #f1f8ff;
--accent: #b3b9c4;
--background-accent: #e5e7eb;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);