diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c20f0f..3639e0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,65 +44,40 @@ export default function LandingPage() {
@@ -122,46 +89,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Heating", - description: "Repair and installation of furnaces and boilers with clear, honest pricing.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", - imageAlt: "Heating Service", - }, + title: "Expert Heating", description: "Repair and installation of furnaces and boilers with clear, honest pricing.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", - imageAlt: "Heating Inspection", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg", - imageAlt: "luxury hvac modern home", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Inspection"} }, { - title: "Cooling Systems", - description: "AC repair and high-efficiency cooling upgrades for maximum home comfort.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=1", - imageAlt: "AC Service", - }, + title: "Cooling Systems", description: "AC repair and high-efficiency cooling upgrades for maximum home comfort.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=2", - imageAlt: "AC Installation", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=3", - imageAlt: "professional hvac technician furnace", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Installation"} }, { - title: "Air Quality", - description: "Smart thermostats and filtration systems to keep your home healthy and efficient.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=4", - imageAlt: "Air Quality", - }, + title: "Air Quality", description: "Smart thermostats and filtration systems to keep your home healthy and efficient.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Air Quality"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=3", - imageAlt: "Filtration", - }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=4", - imageAlt: "modern home air conditioning unit", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "Filtration"} }, ]} showStepNumbers={false} @@ -177,31 +120,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "p1", - value: "1", - title: "Reach Out", - items: [ - "Call or book online", - "Fast scheduling", - ], + id: "p1", value: "1", title: "Reach Out", items: [ + "Call or book online", "Fast scheduling"], }, { - id: "p2", - value: "2", - title: "Diagnosis", - items: [ - "Clear, accurate results", - "Upfront options", - ], + id: "p2", value: "2", title: "Diagnosis", items: [ + "Clear, accurate results", "Upfront options"], }, { - id: "p3", - value: "3", - title: "Execution", - items: [ - "Clean, expert work", - "Follow-up support", - ], + id: "p3", value: "3", title: "Execution", items: [ + "Clean, expert work", "Follow-up support"], }, ]} title="A Seamless Fix" @@ -218,27 +146,12 @@ export default function LandingPage() { description="Simple, no-nonsense pricing plans for your home comfort needs." plans={[ { - id: "basic", - badge: "Standard", - price: "$89", - subtitle: "Essential maintenance checkup", - features: [ - "Full system inspection", - "Filter replacement", - "Clear report", - ], + id: "basic", badge: "Standard", price: "$89", subtitle: "Essential maintenance checkup", features: [ + "Full system inspection", "Filter replacement", "Clear report"], }, { - id: "pro", - badge: "Popular", - price: "$189", - subtitle: "Complete system tune-up", - features: [ - "All basic features", - "Coil cleaning", - "Performance test", - "Priority booking", - ], + id: "pro", badge: "Popular", price: "$189", subtitle: "Complete system tune-up", features: [ + "All basic features", "Coil cleaning", "Performance test", "Priority booking"], }, ]} /> @@ -248,8 +161,7 @@ export default function LandingPage() {