diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7b40ff0..ea19a2a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,89 +29,56 @@ export default function LandingPage() {
@@ -123,47 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Electrical Repairs",
- subtitle: "Expert troubleshooting and fixing.",
- category: "Repair",
- value: "24/7",
- },
+ id: "s1", title: "Electrical Repairs", subtitle: "Expert troubleshooting and fixing.", category: "Repair", value: "24/7"},
{
- id: "s2",
- title: "Lighting Installation",
- subtitle: "Modern LED and custom lighting.",
- category: "Installation",
- value: "100%",
- },
+ id: "s2", title: "Lighting Installation", subtitle: "Modern LED and custom lighting.", category: "Installation", value: "100%"},
{
- id: "s3",
- title: "Wiring & Rewiring",
- subtitle: "Safety-first residential wiring.",
- category: "Infrastructure",
- value: "Code",
- },
+ id: "s3", title: "Wiring & Rewiring", subtitle: "Safety-first residential wiring.", category: "Infrastructure", value: "Code"},
{
- id: "s4",
- title: "Generators",
- subtitle: "Reliable whole-home backup power.",
- category: "Backup",
- value: "Ready",
- },
+ id: "s4", title: "Generators", subtitle: "Reliable whole-home backup power.", category: "Backup", value: "Ready"},
{
- id: "s5",
- title: "Panel Upgrades",
- subtitle: "Modernize your electrical capacity.",
- category: "Capacity",
- value: "Safe",
- },
+ id: "s5", title: "Panel Upgrades", subtitle: "Modernize your electrical capacity.", category: "Capacity", value: "Safe"},
{
- id: "s6",
- title: "Emergency Service",
- subtitle: "When you need help right now.",
- category: "Support",
- value: "Fast",
- },
+ id: "s6", title: "Emergency Service", subtitle: "When you need help right now.", category: "Support", value: "Fast"},
]}
title="Complete Electrical Solutions"
description="No shortcuts. No surprises. Just reliable, high-quality work done right the first time."
@@ -172,44 +109,20 @@ export default function LandingPage() {
@@ -245,20 +152,15 @@ export default function LandingPage() {
@@ -268,50 +170,31 @@ export default function LandingPage() {
logoText="Empire Electrical"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Repairs",
- href: "#services",
- },
+ label: "Repairs", href: "#services"},
{
- label: "Lighting",
- href: "#services",
- },
+ label: "Lighting", href: "#services"},
{
- label: "Generators",
- href: "#services",
- },
+ label: "Generators", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Reviews",
- href: "#testimonials",
- },
+ label: "Reviews", href: "#testimonials"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Emergency Service",
- href: "tel:5550123",
- },
+ label: "Emergency Service", href: "tel:5550123"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}