Update src/app/page.tsx

This commit is contained in:
2026-03-17 02:44:12 +00:00
parent d6c35f1aa4
commit e465ea696d

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Lightstone Electric"
description="Professional electrical solutions for residential, commercial, and industrial properties. Reliable service, expert technicians, and emergency support 24/7."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get Free Quote", href: "#contact" },
{ text: "Call Now", href: "tel:+1234567890" }
@@ -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?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sad-cute-woman-near-power-control-panel_1398-1289.jpg?_wi=2" }
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" }
},
{
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?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-matches-blueprint-switchgear-paper-audit_169016-71193.jpg?_wi=2" }
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" }
},
{
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?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-18333.jpg?_wi=2" }
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" }
}
]}
/>