5 Commits

Author SHA1 Message Date
fa02e3106b Merge version_3 into main
Merge version_3 into main
2026-03-11 09:09:00 +00:00
b47ec41711 Update src/app/page.tsx 2026-03-11 09:08:50 +00:00
0f977a440d Merge version_2 into main
Merge version_2 into main
2026-03-11 09:08:13 +00:00
0d79d888ba Merge version_2 into main
Merge version_2 into main
2026-03-11 09:07:49 +00:00
515955ea54 Merge version_2 into main
Merge version_2 into main
2026-03-11 09:07:04 +00:00

View File

@@ -84,24 +84,24 @@ export default function LandingPage() {
useInvertedBackground={false}
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: Home, label: "Rewiring", value: "Code Compliant" },
{ 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: Wrench, label: "Maintenance", value: "24/7 Support" },
{ 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"
}
]}
/>
@@ -207,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}