Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17333df510 | |||
| af2502ce3a | |||
| 35a32425ec | |||
| 8b37c8b890 | |||
| 599f7689fa | |||
| 16c00750c3 | |||
| 104e5ba3ec | |||
| 830d45fa1d |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
@@ -42,6 +43,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero-overlay" data-section="hero-overlay">
|
||||||
|
<HeroOverlay
|
||||||
|
title="Mahadev Electricals"
|
||||||
|
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"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=1"
|
||||||
|
imageAlt="Professional electrician providing 24/7 emergency electrical service"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Mahadev Electricals"
|
logoText="Mahadev Electricals"
|
||||||
@@ -52,7 +67,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=2"
|
||||||
imageAlt="Professional electrician providing 24/7 emergency electrical service"
|
imageAlt="Professional electrician providing 24/7 emergency electrical service"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
|
|||||||
Reference in New Issue
Block a user