From 8e491fda8308d302ab97def9a1e2cbdeb51ecab7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 04:01:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++-------------------------------------- 1 file changed, 39 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24370c8..14aca41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -71,42 +54,22 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - title: "Experienced & Knowledgeable", - description: "Decades of industry experience ensuring safe, high-quality results.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-with-beard-overalls-installation-sockets-home-renovation-concept_169016-7329.jpg", - imageAlt: "Electrician construction worker with a beard in overalls during the installation of sockets. Home renovation concept.", - }, - { - title: "Honest & Straightforward", - description: "Fair pricing and clear communication on every electrical project.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-construction-worker-with-light-bulb_23-2148813406.jpg?_wi=2", - imageAlt: "Electrician construction worker with a beard in overalls during the installation of sockets. Home renovation concept.", - }, - { - title: "Reliable & Professional", - description: "On-time arrival and respectful service for every home property.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-electric-holding-charger_23-2149458111.jpg?_wi=1", - imageAlt: "Electrician construction worker with a beard in overalls during the installation of sockets. Home renovation concept.", - }, - { - title: "Trusted Local Service", - description: "Consistently dependable work that locals rely on year after year.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-house-repair-installation_53876-64979.jpg?_wi=1", - imageAlt: "Electrician construction worker with a beard in overalls during the installation of sockets. Home renovation concept.", - }, - ]} title="Why Choose JL Electric" description="Experience, honesty, and reliability are at the core of everything we do." + features={[ + { + title: "Experienced & Knowledgeable", description: "Decades of industry experience ensuring safe, high-quality results.", bentoComponent: "reveal-icon", icon: Award, + }, + { + title: "Honest & Straightforward", description: "Fair pricing and clear communication on every electrical project.", bentoComponent: "reveal-icon", icon: CheckCircle, + }, + { + title: "Reliable & Professional", description: "On-time arrival and respectful service for every home property.", bentoComponent: "reveal-icon", icon: Shield, + }, + { + title: "Trusted Local Service", description: "Consistently dependable work that locals rely on year after year.", bentoComponent: "reveal-icon", icon: Users, + }, + ]} /> @@ -114,50 +77,15 @@ export default function LandingPage() { @@ -255,16 +140,8 @@ export default function LandingPage() { logoText="JL Electric" copyrightText="© 2025 JL Electric. All rights reserved." socialLinks={[ - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} />