Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0da0445908 | |||
| 6248634475 | |||
| 8ae6654bc6 | |||
| 8fc2e348ec | |||
| 97ee4b52a3 | |||
| b51ea39600 | |||
| 638d203e98 | |||
| e0c12a49f1 | |||
| bcb46d1a8e | |||
| 1c45a3cabf | |||
| a8e92770d8 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { DM_Sans } from "next/font/google";
|
import { DM_Sans } from "next/font/google";
|
||||||
|
|
||||||
@@ -37,7 +36,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Why Choose Hupp Painting?"
|
title="Why Choose Hupp Painting?"
|
||||||
description="We pride ourselves on providing a premium painting experience for every customer."
|
description="We pride ourselves on providing a premium painting experience for every customer."
|
||||||
|
cardClassName="border border-accent"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,7 +79,8 @@ export default function LandingPage() {
|
|||||||
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."] },
|
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."] },
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -87,6 +89,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Hupp Painting - Dunedin's Painting Experts"
|
title="Hupp Painting - Dunedin's Painting Experts"
|
||||||
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
|
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
|
||||||
|
className="bg-background-accent text-foreground"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,6 +104,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="5.0 Star Reputation"
|
title="5.0 Star Reputation"
|
||||||
description="Our neighbors trust us with their homes."
|
description="Our neighbors trust us with their homes."
|
||||||
|
cardClassName="bg-card border border-accent"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,25 +112,25 @@ 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: "plain" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fbfaf8;
|
||||||
--card: #f9f9f9;
|
--card: #f2efe9;
|
||||||
--foreground: #000612;
|
--foreground: #2f3640;
|
||||||
--primary-cta: #FF7B05;
|
--primary-cta: #2f3640;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #15479c;
|
--secondary-cta: #d1d5db;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #e2e2e2;
|
--accent: #b3b9c4;
|
||||||
--background-accent: #f9f9f9;
|
--background-accent: #e5e7eb;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user