Update src/app/page.tsx

This commit is contained in:
2026-03-17 02:43:48 +00:00
parent fea67354db
commit d6c35f1aa4

View File

@@ -72,20 +72,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: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cute-woman-near-power-control-panel_1398-1289.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cute-woman-near-power-control-panel_1398-1289.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cute-woman-near-power-control-panel_1398-1289.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cute-woman-near-power-control-panel_1398-1289.jpg?_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: { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-matches-blueprint-switchgear-paper-audit_169016-71193.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-matches-blueprint-switchgear-paper-audit_169016-71193.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-matches-blueprint-switchgear-paper-audit_169016-71193.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-matches-blueprint-switchgear-paper-audit_169016-71193.jpg?_wi=2" }
},
{
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: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18333.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18333.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18333.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18333.jpg?_wi=2" }
}
]}
/>