6 Commits

Author SHA1 Message Date
cf2e455eb0 Merge version_3 into main
Merge version_3 into main
2026-03-05 21:37:22 +00:00
f48e2eb45c Update theme colors 2026-03-05 21:37:16 +00:00
1efbf21b8e Merge version_3 into main
Merge version_3 into main
2026-03-05 09:47:41 +00:00
1977961e83 Update src/app/page.tsx 2026-03-05 09:47:37 +00:00
4adb34b1d2 Update src/app/layout.tsx 2026-03-05 09:47:37 +00:00
329a87a550 Merge version_2 into main
Merge version_2 into main
2026-03-05 09:46:14 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -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" }
@@ -73,13 +73,13 @@ export default function LandingPage() {
tag="Services" tag="Services"
features={[ features={[
{ {
id: "01", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2", imageAlt: "Emergency repair service" id: "01", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=2", imageAlt: "AC installation service"
}, },
{ {
id: "02", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=2", imageAlt: "AC installation service" id: "02", title: "Heating Systems", description: "Furnace repair, maintenance, and installation for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Heating service"
}, },
{ {
id: "03", title: "Heating Systems", description: "Furnace repair, maintenance, and installation for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Heating service" id: "03", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2", imageAlt: "Emergency repair service"
}, },
{ {
id: "04", title: "Maintenance Plans", description: "Regular maintenance to keep your system running efficiently all year", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg?_wi=2", imageAlt: "Maintenance service" id: "04", title: "Maintenance Plans", description: "Regular maintenance to keep your system running efficiently all year", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg?_wi=2", imageAlt: "Maintenance service"

View File

@@ -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);