diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ecdeb0..e05e9be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file