Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04852a54fe | |||
| 4ce4f09035 | |||
| 2930ae7048 |
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call Us Today", href: "tel:+16122943727"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?id=13377218"
|
||||
imageAlt="Modern HVAC outdoor unit for residential home"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
title: "Transparent Pricing", description: "Enjoy clear, upfront costs with no hidden fees. We believe in honest and fair service.", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg"
|
||||
imageSrc="https://img.b2bpic.net/premium-photo/hvac-system-advanced-maintenance-precision-servicing-efficient-climate-control-technical-expertise-contemporary-hvac-care-generated-by-ai_855332-4550.jpg?id=115782007"
|
||||
imageAlt="HVAC technician working on a furnace"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #e3deea;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #1f2027;
|
||||
--primary-cta: #1f2027;
|
||||
--primary-cta-text: #e3deea;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1f2027;
|
||||
--accent: #627dc6;
|
||||
--background-accent: #627dc6;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user