From 1cbb25b03e623e8bbaeea81a55201f20285fe5a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 +++++------------------------------------------- 1 file changed, 6 insertions(+), 53 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e6fb86..b411f69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,11 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { AlertTriangle, Building2, Eye, Gauge, Home, Lightbulb, Mail, Shield, Star, TrendingUp, Zap } from "lucide-react"; +import { Building2, Eye, Gauge, Home, Lightbulb, Mail, Shield, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +56,7 @@ export default function LandingPage() { } ]} rating={5} - ratingText="Trusted by 500+ customers" + ratingText="Trusted by our customers" buttons={[ { text: "Book Estimate Now", href: "#contact" }, { text: "Learn More", href: "#services" } @@ -98,15 +97,11 @@ export default function LandingPage() { title: "Commercial Electrical", description: "Professional commercial electrical services for businesses, offices, and industrial facilities." }, { - icon: AlertTriangle, + icon: Zap, title: "Emergency Repairs", description: "24/7 emergency electrical repair service. Fast response to power outages and urgent electrical issues." }, { icon: Gauge, - title: "Panel Upgrades", description: "Electrical panel upgrades and replacements to meet modern power demands safely and efficiently." - }, - { - icon: Zap, title: "Wiring & Installation", description: "Expert wiring installation for new construction, renovations, and safety code compliance." }, { @@ -121,41 +116,6 @@ export default function LandingPage() { /> -
- -
-
@@ -213,8 +167,7 @@ export default function LandingPage() { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, - { label: "Book Estimate", href: "#contact" }, - { label: "Testimonials", href: "#testimonials" } + { label: "Book Estimate", href: "#contact" } ] }, { -- 2.49.1