From 5f11056d46ff68e74e3510fc46e7fd642ea877ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 00:28:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24904ad..2a28225 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="none" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -46,18 +46,18 @@ export default function LandingPage() { description="Professional, licensed electricians providing fast, reliable electrical solutions. From installations to emergency repairs, Thunderbolt Electric keeps your power flowing safely." tag="Professional & Trusted" tagIcon={Zap} - background={{ variant: "none" }} + background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=1", imageAlt: "Professional electrical outlet installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg?_wi=1", imageAlt: "Commercial electrical contractor service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg?_wi=1", imageAlt: "Residential electrical installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Professional electrical outlet installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg", imageAlt: "Commercial electrical contractor service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg", imageAlt: "Residential electrical installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/it-students-fixing-hardware-equipment-s_23-2147883652.jpg", imageAlt: "Advanced electrical system installation" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-works-with-tablet-near-electrical-panel-digital-control_169016-71089.jpg", imageAlt: "Modern LED lighting installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "Emergency electrical repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg?_wi=2", imageAlt: "Industrial electrical maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=2", imageAlt: "Electrical panel inspection and safety" } + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Emergency electrical repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg", imageAlt: "Industrial electrical maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Electrical panel inspection and safety" } ]} buttons={[ { text: "Schedule Service", href: "contact" }, @@ -88,16 +88,16 @@ export default function LandingPage() { tagIcon={Lightbulb} features={[ { - title: "Residential Electrical", description: "Home installations, repairs, rewiring, and upgrades with safety as our priority", imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg?_wi=2", imageAlt: "Residential electrical installation service", button: { text: "Learn More", href: "#" } + title: "Residential Electrical", description: "Home installations, repairs, rewiring, and upgrades with safety as our priority", imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg", imageAlt: "Residential electrical installation service", button: { text: "Learn More", href: "#" } }, { title: "Commercial Services", description: "Office and business electrical systems, maintenance plans, and system upgrades", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg", imageAlt: "Commercial electrical contractor service", button: { text: "Learn More", href: "#" } }, { - title: "Emergency Repairs", description: "24/7 emergency response for power outages and critical electrical failures", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=2", imageAlt: "Emergency electrical repair service", button: { text: "Call Now", href: "#" } + title: "Emergency Repairs", description: "24/7 emergency response for power outages and critical electrical failures", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Emergency electrical repair service", button: { text: "Call Now", href: "#" } }, { - title: "Safety Inspections", description: "Comprehensive electrical safety inspections and compliance certifications", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=3", imageAlt: "Electrical inspection and compliance", button: { text: "Schedule Inspection", href: "#" } + title: "Safety Inspections", description: "Comprehensive electrical safety inspections and compliance certifications", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Electrical inspection and compliance", button: { text: "Schedule Inspection", href: "#" } } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1