Update src/app/page.tsx

This commit is contained in:
2026-03-21 07:38:14 +00:00
parent 16c00750c3
commit 8b37c8b890

View File

@@ -46,15 +46,14 @@ export default function LandingPage() {
<div id="hero-overlay" data-section="hero-overlay">
<HeroOverlay
title="Mahadev Electricals"
subtitle="Fast, safe, and professional electrical solutions—delivered with precision and care. Available 24/7 for all your emergency and routine electrical needs."
description="Fast, safe, and professional electrical solutions—delivered with precision and care. Available 24/7 for all your emergency and routine electrical needs."
buttons={[
{ text: "Call Now Get Immediate Help", href: "tel:973122083" },
{ text: "Request a Service", href: "#contact" }
]}
buttonAnimation="slide-up"
backgroundImage="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg"
backgroundImageAlt="Professional electrician providing 24/7 emergency electrical service"
overlayOpacity={0.5}
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg"
imageAlt="Professional electrician providing 24/7 emergency electrical service"
/>
</div>