From 83787977cf80698eae38f3ce1eb828586be4d3d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d49629..3ce220d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { features={[ { icon: Snowflake, - title: "AC Installation", description: "Professional air conditioner installation for homes across San Jose and the South Bay" + title: "AC Installation", description: "Professional air conditioner installation for homes across San Jose and the South Bay", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, { icon: Zap, - title: "AC Repair", description: "Fast diagnosis and repair to restore cooling quickly when you need it most" + title: "AC Repair", description: "Fast diagnosis and repair to restore cooling quickly when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, { icon: Flame, - title: "Furnace Installation", description: "High-efficiency heating systems installed professionally for winter comfort" + title: "Furnace Installation", description: "High-efficiency heating systems installed professionally for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, { icon: Thermometer, - title: "Heating Repair", description: "Reliable repairs to keep your home warm during colder months" + title: "Heating Repair", description: "Reliable repairs to keep your home warm during colder months", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, { icon: Wind, - title: "Ductwork Installation & Repair", description: "Proper airflow and duct solutions to improve comfort and efficiency" + title: "Ductwork Installation & Repair", description: "Proper airflow and duct solutions to improve comfort and efficiency", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, { icon: Settings, - title: "HVAC Maintenance", description: "Seasonal tune-ups to extend system life and prevent costly breakdowns" + title: "HVAC Maintenance", description: "Seasonal tune-ups to extend system life and prevent costly breakdowns", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" } ]} textboxLayout="default" -- 2.49.1