diff --git a/src/app/page.tsx b/src/app/page.tsx index 95c1125..10658b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }