3 Commits

Author SHA1 Message Date
26885835b7 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:05:51 +00:00
e16b640206 Update src/app/page.tsx 2026-03-03 22:05:47 +00:00
883415d13f Merge version_1 into main
Merge version_1 into main
2026-03-03 22:02:03 +00:00

View File

@@ -81,21 +81,21 @@ export default function LandingPage() {
description="Comprehensive HVAC solutions for every season. From installation and maintenance to emergency repairs, we've got your home covered."
features={[
{
title: "Heating Solutions", description: "Professional furnace installation, repair, and maintenance to keep your home warm during harsh Minnesota winters.", bentoComponent: "icon-info-cards", items: [
title: "Heating Solutions", description: "Professional furnace installation, repair, and maintenance to keep your home warm during harsh Minnesota winters.", bentoComponent: "icon-info-cards", button: { text: "Learn More", href: "contact" }, items: [
{ icon: Flame, label: "Installation", value: "Expert" },
{ icon: Wrench, label: "Repair", value: "24/7" },
{ icon: CheckCircle, label: "Maintenance", value: "Annual" }
]
},
{
title: "Cooling & AC", description: "State-of-the-art air conditioning systems installed and maintained to keep you cool and comfortable all summer long.", bentoComponent: "icon-info-cards", items: [
title: "Cooling & AC", description: "State-of-the-art air conditioning systems installed and maintained to keep you cool and comfortable all summer long.", bentoComponent: "icon-info-cards", button: { text: "Learn More", href: "contact" }, items: [
{ icon: Wind, label: "AC Units", value: "Latest" },
{ icon: Zap, label: "Efficiency", value: "High" },
{ icon: Shield, label: "Protection", value: "Full" }
]
},
{
title: "Emergency Service", description: "When your system fails during extreme weather, our emergency technicians are ready to respond quickly and professionally.", bentoComponent: "icon-info-cards", items: [
title: "Emergency Service", description: "When your system fails during extreme weather, our emergency technicians are ready to respond quickly and professionally.", bentoComponent: "icon-info-cards", button: { text: "Learn More", href: "contact" }, items: [
{ icon: AlertCircle, label: "24/7 Response", value: "Always" },
{ icon: Clock, label: "Fast Arrival", value: "Quick" },
{ icon: Phone, label: "Easy Contact", value: "Ready" }