Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-03-17 02:58:05 +00:00

View File

@@ -70,20 +70,20 @@ export default function LandingPage() {
{
id: 1,
title: "Residential Electrical", description: "Complete electrical services for homes including installations, repairs, and upgrades. From panel replacements to outlet installations, we handle it all.", buttons: [{ text: "Learn More", href: "#contact" }],
phoneOne: { videoSrc: "https://placeholder-video.mp4" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4" }
phoneOne: { videoSrc: "https://placeholder-video.mp4?_wi=1" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4?_wi=2" }
},
{
id: 2,
title: "Commercial Solutions", description: "Professional electrical infrastructure for businesses. We provide design, installation, and maintenance for commercial properties of all sizes.", buttons: [{ text: "Learn More", href: "#contact" }],
phoneOne: { videoSrc: "https://placeholder-video.mp4" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4" }
phoneOne: { videoSrc: "https://placeholder-video.mp4?_wi=3" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4?_wi=4" }
},
{
id: 3,
title: "24/7 Emergency Service", description: "Electrical emergencies don't wait—neither do we. Our rapid response team is available around the clock for urgent repairs and troubleshooting.", buttons: [{ text: "Learn More", href: "#contact" }],
phoneOne: { videoSrc: "https://placeholder-video.mp4" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4" }
phoneOne: { videoSrc: "https://placeholder-video.mp4?_wi=5" },
phoneTwo: { videoSrc: "https://placeholder-video.mp4?_wi=6" }
}
]}
/>