From 86f40114bc46e08d5e7a846e116de2cd270f3750 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:45:31 +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 73f6520..66d52fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,18 +83,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Create an Evacuation Plan", description: "Develop a clear escape route from your home or business. Identify multiple exits, meeting points, and ensure all family members know the plan. Practice regularly to ensure everyone can execute it quickly under pressure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2047.jpg", imageAlt: "evacuation plan emergency exit safety procedure" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2047.jpg", imageAlt: "evacuation plan emergency exit safety procedure" } + title: "Create an Evacuation Plan", description: "Develop a clear escape route from your home or business. Identify multiple exits, meeting points, and ensure all family members know the plan. Practice regularly to ensure everyone can execute it quickly under pressure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2047.jpg?_wi=1", imageAlt: "evacuation plan emergency exit safety procedure" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2047.jpg?_wi=2", imageAlt: "evacuation plan emergency exit safety procedure" } }, { id: 2, - title: "Install & Maintain Fire Extinguishers", description: "Keep fire extinguishers in accessible locations such as kitchens and near high-risk areas. Ensure all household and business members know how to use them properly. Check pressure gauges monthly and replace when needed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-red-fire-extinguishers_53876-147842.jpg", imageAlt: "fire extinguisher safety equipment fire prevention" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-red-fire-extinguishers_53876-147842.jpg", imageAlt: "fire extinguisher safety equipment fire prevention" } + title: "Install & Maintain Fire Extinguishers", description: "Keep fire extinguishers in accessible locations such as kitchens and near high-risk areas. Ensure all household and business members know how to use them properly. Check pressure gauges monthly and replace when needed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-red-fire-extinguishers_53876-147842.jpg?_wi=1", imageAlt: "fire extinguisher safety equipment fire prevention" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-red-fire-extinguishers_53876-147842.jpg?_wi=2", imageAlt: "fire extinguisher safety equipment fire prevention" } }, { id: 3, - title: "Install Smoke Detectors", description: "Place smoke detectors on every level of your home and in sleeping areas. Test them monthly and replace batteries twice yearly. Working smoke detectors can cut the risk of dying in a fire in half.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg", imageAlt: "smoke detector fire alarm home safety" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg", imageAlt: "smoke detector fire alarm home safety" } + title: "Install Smoke Detectors", description: "Place smoke detectors on every level of your home and in sleeping areas. Test them monthly and replace batteries twice yearly. Working smoke detectors can cut the risk of dying in a fire in half.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg?_wi=1", imageAlt: "smoke detector fire alarm home safety" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg?_wi=2", imageAlt: "smoke detector fire alarm home safety" } } ]} showStepNumbers={true} -- 2.49.1