Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 06:45:36 +00:00

View File

@@ -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}