Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0c12a49f1 | |||
| bcb46d1a8e | |||
| 1c45a3cabf | |||
| a8e92770d8 |
@@ -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>
|
||||||
|
|
||||||
@@ -79,6 +80,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Professional solutions to maintain and improve your home's aesthetic value."
|
description="Professional solutions to maintain and improve your home's aesthetic value."
|
||||||
|
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>
|
||||||
|
|
||||||
@@ -110,8 +114,8 @@ export default function LandingPage() {
|
|||||||
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="Visit us at 918 Gulf View Blvd, Dunedin, FL, or call (727) 330-1821 to get started."
|
||||||
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>
|
||||||
|
|
||||||
@@ -129,4 +133,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #000612;
|
--foreground: #000612;
|
||||||
--primary-cta: #FF7B05;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #15479c;
|
--secondary-cta: #FF7B05;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #e2e2e2;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #f9f9f9;
|
--background-accent: #f1f8ff;
|
||||||
|
|
||||||
/* 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