Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f48e2eb45c | |||
| 1977961e83 | |||
| 4adb34b1d2 | |||
| 329a87a550 | |||
| dff978582f | |||
| 19cb42141a |
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Eagle AIR HVAC"
|
logoText="Eagle AIR HVAC"
|
||||||
description="Fast, reliable HVAC repairs and installation for your home. Available 24/7 for emergencies."
|
description="✓ Licensed & Insured — Fast, reliable HVAC repairs and installation for your home. Available 24/7 for emergencies."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call for Service", href: "tel:+1-555-HVAC-NOW" },
|
{ text: "Call for Service", href: "tel:+1-555-HVAC-NOW" },
|
||||||
{ text: "Schedule Visit", href: "#contact" }
|
{ text: "Schedule Visit", href: "#contact" }
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1f3251;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #15479c;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8cce8;
|
--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);
|
||||||
|
|||||||
Reference in New Issue
Block a user