Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-17 03:01:31 +00:00

View File

@@ -125,16 +125,16 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us"> <div id="why-us" data-section="why-us">
<ProductCardThree <ProductCardThree
title="Why Choose Daylight Electrical Contractors" title="Why Choose Daylight Electrical Contractors"
description="What sets us apart: fast response times, honest transparent pricing, expert diagnosis, professional workmanship, and a commitment to customer satisfaction." description="What sets us apart: expert diagnosis, honest transparent pricing, fast response times, professional workmanship, and a commitment to customer satisfaction."
products={[ products={[
{ {
id: "fast-response", name: "Fast Response Times", price: "", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53978.jpg?_wi=2", imageAlt: "Fast professional electrical service" id: "expert-diagnosis", name: "Expert Diagnosis", price: "", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg?_wi=2", imageAlt: "Expert electrical diagnostics"
}, },
{ {
id: "honest-pricing", name: "Honest, Transparent Pricing", price: "$", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-3867.jpg", imageAlt: "Fair pricing electrical service" id: "honest-pricing", name: "Honest, Transparent Pricing", price: "$", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-3867.jpg", imageAlt: "Fair pricing electrical service"
}, },
{ {
id: "expert-diagnosis", name: "Expert Diagnosis", price: "", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg?_wi=2", imageAlt: "Expert electrical diagnostics" id: "fast-response", name: "Fast Response Times", price: "", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53978.jpg?_wi=2", imageAlt: "Fast professional electrical service"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"