From 72c1a98a9ae3e2cb9d76f95c299a183ff3d3ca09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:34:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b339e97..62904c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { CheckCircle, Zap, Lightbulb, Star, Phone } from 'lucide-react'; +import { CheckCircle, Zap, Lightbulb, Star, Phone, Building2 } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Trusted Electricians" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Request a Quote", href: "#contact" }, { text: "Learn More", href: "#services" }, @@ -53,15 +53,20 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16058.jpg", imageAlt: "Professional electrical installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16058.jpg", imageAlt: "Professional electrical installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/voltage-distributor-with-automatic-switches-electrical-background_169016-24809.jpg", imageAlt: "Industrial electrical panel"}, + imageSrc: "http://img.b2bpic.net/free-photo/voltage-distributor-with-automatic-switches-electrical-background_169016-24809.jpg", imageAlt: "Industrial electrical panel" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg?_wi=1", imageAlt: "Commercial wiring installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg", imageAlt: "Commercial wiring installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg", imageAlt: "Residential electrical work"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg", imageAlt: "Residential electrical work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg", imageAlt: "Electrical testing and inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg", imageAlt: "Electrical testing and inspection" + }, ]} mediaAnimation="slide-up" className="hero-section" @@ -73,7 +78,7 @@ export default function LandingPage() {