From 3ffbb812baca6d08d41364fab46969918b0489d6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 11:34:11 +0000 Subject: [PATCH] Bob AI: Update business name to M E Electrical, phone to 07875769584, hours to 8am-5pm ( --- src/pages/HomePage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index eb11356..dd5d1f5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -62,7 +62,7 @@ export default function HomePage() { metrics={[ { value: "10+ Years", title: "Experience", features: ["Licensed professionals", "Background-checked", "Quality certified"] }, { value: "5,000+", title: "Projects Completed", features: ["Residential experts", "Small & large jobs", "Satisfaction guaranteed"] }, - { value: "24/7", title: "Support Availability", features: ["Emergency response", "Flexible scheduling", "Always available"] }, + { value: "8am-5pm", title: "Operating Hours", features: ["Monday to Friday", "Flexible scheduling", "Reliable service"] }, ]} /> @@ -73,13 +73,13 @@ export default function HomePage() { @@ -93,7 +93,7 @@ export default function HomePage() { description="Have questions? We have the answers to help you stay safe." items={[ { question: "Are you licensed and insured?", answer: "Yes, we are fully licensed and insured professionals." }, - { question: "Do you offer emergency service?", answer: "Yes, we provide 24/7 emergency electrical assistance." }, + { question: "What are your operating hours?", answer: "We are open from 8am to 5pm. You can reach us at 07875769584 or via email for any inquiries." }, { question: "Do you provide free estimates?", answer: "Absolutely. Reach out for a free quote on any job." }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-light-bulb-background_23-2148882610.jpg" -- 2.49.1