From e25016a33fb97f55167cf98353b41b3075a29684 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 08:58:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdf079e..f1e9c5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building, CheckCircle, FileText, Lightbulb, MessageSquare, ShieldCheck, Tool, Zap } from "lucide-react"; +import { Building, CheckCircle, FileText, Lightbulb, MessageSquare, ShieldCheck, Zap, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -18,27 +18,22 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -94,18 +65,9 @@ export default function LandingPage() { title="Craftsmanship Built on 30 Years of Trust" description="Electrical work in older homes and modern spaces demands more than skill—it demands precision, patience, and respect for the property. Every project is handled with care, clarity, and excellence." bulletPoints={[ - { - title: "Licensed & Insured", - description: "Fully bonded protection for your safety and peace of mind.", - }, - { - title: "Expert Problem Solving", - description: "Diagnosing complex issues others cannot find.", - }, - { - title: "Inspection-Ready", - description: "Code-compliant work that passes every time.", - }, + { title: "Licensed & Insured", description: "Fully bonded protection for your safety and peace of mind." }, + { title: "Expert Problem Solving", description: "Diagnosing complex issues others cannot find." }, + { title: "Inspection-Ready", description: "Code-compliant work that passes every time." }, ]} imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176705.jpg" mediaAnimation="slide-up" @@ -118,26 +80,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Zap, - title: "Residential Rewiring", - description: "Full home rewiring and panel upgrades for modern reliability.", - }, - { - icon: Lightbulb, - title: "Lighting Systems", - description: "Indoor, outdoor, and energy-efficient lighting design.", - }, - { - icon: Building, - title: "Commercial Fit-outs", - description: "Full business electrical design, installation, and code upgrades.", - }, - { - icon: ShieldCheck, - title: "Backup Power", - description: "Generator hookups and reliable energy solutions.", - }, + { icon: Zap, title: "Residential Rewiring", description: "Full home rewiring and panel upgrades for modern reliability." }, + { icon: Lightbulb, title: "Lighting Systems", description: "Indoor, outdoor, and energy-efficient lighting design." }, + { icon: Building, title: "Commercial Fit-outs", description: "Full business electrical design, installation, and code upgrades." }, + { icon: ShieldCheck, title: "Backup Power", description: "Generator hookups and reliable energy solutions." }, ]} title="Comprehensive Electrical Solutions" description="Tailored expertise for residential, commercial, and specialty electrical needs." @@ -150,21 +96,9 @@ export default function LandingPage() { title="Our Proven Track Record" tag="Expertise" metrics={[ - { - id: "m1", - value: "30+", - description: "Years of hands-on experience", - }, - { - id: "m2", - value: "100%", - description: "Inspection pass rate", - }, - { - id: "m3", - value: "24/7", - description: "Reliable scheduling & support", - }, + { id: "m1", value: "30+", description: "Years of hands-on experience" }, + { id: "m2", value: "100%", description: "Inspection pass rate" }, + { id: "m3", value: "24/7", description: "Reliable scheduling & support" }, ]} metricsAnimation="slide-up" /> @@ -176,26 +110,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: MessageSquare, - title: "1. Consultation", - description: "We understand your needs and evaluate scope clearly.", - }, - { - icon: FileText, - title: "2. Transparent Estimate", - description: "Receive a fair, detailed quote with no surprises.", - }, - { - icon: Tool, - title: "3. Professional Execution", - description: "Clean, code-compliant work finished on schedule.", - }, - { - icon: CheckCircle, - title: "4. Final Walkthrough", - description: "We ensure every detail is perfect before leaving.", - }, + { icon: MessageSquare, title: "1. Consultation", description: "We understand your needs and evaluate scope clearly." }, + { icon: FileText, title: "2. Transparent Estimate", description: "Receive a fair, detailed quote with no surprises." }, + { icon: Wrench, title: "3. Professional Execution", description: "Clean, code-compliant work finished on schedule." }, + { icon: CheckCircle, title: "4. Final Walkthrough", description: "We ensure every detail is perfect before leaving." }, ]} title="Our Simple, Transparent Process" description="We ensure clear communication and professional execution at every stage." @@ -209,46 +127,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah J.", - role: "Homeowner", - company: "Residential", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", - }, - { - id: "t2", - name: "Michael D.", - role: "Homeowner", - company: "Older Home", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", - }, - { - id: "t3", - name: "Elena R.", - role: "Business Owner", - company: "Commercial", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", - }, - { - id: "t4", - name: "David K.", - role: "Homeowner", - company: "Residential", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216689.jpg", - }, - { - id: "t5", - name: "Robert B.", - role: "Property Manager", - company: "Commercial", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/focused-plant-manager-hardhat-walking-warehouse-talking-cellphone_74855-16380.jpg", - }, + { id: "t1", name: "Sarah J.", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg" }, + { id: "t2", name: "Michael D.", role: "Homeowner", company: "Older Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg" }, + { id: "t3", name: "Elena R.", role: "Business Owner", company: "Commercial", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" }, + { id: "t4", name: "David K.", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216689.jpg" }, + { id: "t5", name: "Robert B.", role: "Property Manager", company: "Commercial", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/focused-plant-manager-hardhat-walking-warehouse-talking-cellphone_74855-16380.jpg" }, ]} title="What Our Clients Say" description="Reliable work, neat workmanship, and honest pricing are our standards." @@ -258,9 +141,7 @@ export default function LandingPage() {
-- 2.49.1