Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b47ec41711 | |||
| 0f977a440d | |||
| 0d79d888ba | |||
| 515955ea54 |
@@ -84,24 +84,24 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Residential Wiring", description: "Complete home electrical systems, repairs, and upgrades for safety and efficiency.", bentoComponent: "icon-info-cards", items: [
|
title: "Safe, Code-Compliant Home Wiring", description: "Complete home electrical systems, repairs, and upgrades for safety and efficiency.", bentoComponent: "icon-info-cards", items: [
|
||||||
{ icon: Zap, label: "Panel Upgrades", value: "Fast & Safe" },
|
{ icon: Zap, label: "Panel Upgrades", value: "Fast & Safe" },
|
||||||
{ icon: Home, label: "Rewiring", value: "Code Compliant" },
|
{ icon: Home, label: "Rewiring", value: "Code Compliant" },
|
||||||
{ icon: Lightbulb, label: "Lighting", value: "Modern Design" }
|
{ icon: Lightbulb, label: "Lighting", value: "Modern Design" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Commercial Solutions", description: "Industrial-grade electrical systems for businesses of all sizes.", bentoComponent: "icon-info-cards", items: [
|
title: "Professional-Grade Commercial Systems", description: "Industrial-grade electrical systems for businesses of all sizes.", bentoComponent: "icon-info-cards", items: [
|
||||||
{ icon: Building2, label: "Installation", value: "Professional" },
|
{ icon: Building2, label: "Installation", value: "Professional" },
|
||||||
{ icon: Wrench, label: "Maintenance", value: "24/7 Support" },
|
{ icon: Wrench, label: "Maintenance", value: "24/7 Support" },
|
||||||
{ icon: Zap, label: "Emergency", value: "Quick Response" }
|
{ icon: Zap, label: "Emergency", value: "Quick Response" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Emergency Repairs", description: "Fast response to electrical emergencies, available when you need us most.", bentoComponent: "globe"
|
title: "Rapid Emergency Electrical Response", description: "Fast response to electrical emergencies, available when you need us most.", bentoComponent: "globe"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "One-Year Warranty", description: "Peace of mind backed by our comprehensive warranty on all work performed.", bentoComponent: "animated-bar-chart"
|
title: "Comprehensive One-Year Warranty Protection", description: "Peace of mind backed by our comprehensive warranty on all work performed.", bentoComponent: "animated-bar-chart"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user