From c31bfbee9b6f74450e0e120297221b8a037437b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:04:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b03516c..ca247f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Award, ShieldCheck, Zap } from "lucide-react"; +import { Zap, Award, ShieldCheck, Lightbulb, Smartphone, Shield, AlertTriangle, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -29,86 +29,30 @@ export default function LandingPage() {
@@ -121,27 +65,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "2500+", - title: "Projects Completed", - description: "Expert solutions provided across the region.", - icon: Zap, - }, - { - id: "m2", - value: "98%", - title: "Satisfaction Rate", - description: "Consistently exceeding customer expectations.", - icon: Award, - }, - { - id: "m3", - value: "24/7", - title: "Emergency Support", - description: "Always there when you need us most.", - icon: ShieldCheck, - }, + { id: "m1", value: "2500+", title: "Projects Completed", description: "Expert solutions provided across the region.", icon: Zap }, + { id: "m2", value: "98%", title: "Satisfaction Rate", description: "Consistently exceeding customer expectations.", icon: Award }, + { id: "m3", value: "24/7", title: "Emergency Support", description: "Always there when you need us most.", icon: ShieldCheck }, ]} title="Proven Reliability" description="Our commitment to quality ensures safety and performance in every project we touch." @@ -153,42 +79,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Panel Upgrades", - description: "Modernize your circuit board for safety and efficiency.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png?_wi=1", - buttonIcon: "Zap", - }, - { - title: "LED Lighting", - description: "Smart, energy-efficient interior and exterior lighting design.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/modern-led-lighting-installation-in-luxu-1774677813413-58a5b9fa.png?_wi=1", - buttonIcon: "Lightbulb", - }, - { - title: "Smart Automation", - description: "Control your home with advanced smart switch integrations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/smart-home-integration-home-automation-t-1774677813625-644870f5.png?_wi=1", - buttonIcon: "Smartphone", - }, - { - title: "Wiring Inspection", - description: "Comprehensive safety checks for older properties.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png?_wi=2", - buttonIcon: "Shield", - }, - { - title: "24/7 Emergency", - description: "Fast-response electrical repairs at any hour.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/modern-led-lighting-installation-in-luxu-1774677813413-58a5b9fa.png?_wi=2", - buttonIcon: "AlertTriangle", - }, - { - title: "Electrical Repairs", - description: "Expert troubleshooting and fixing of electrical faults.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/smart-home-integration-home-automation-t-1774677813625-644870f5.png?_wi=2", - buttonIcon: "Wrench", - }, + { title: "Panel Upgrades", description: "Modernize your circuit board for safety and efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png", buttonIcon: Zap }, + { title: "LED Lighting", description: "Smart, energy-efficient interior and exterior lighting design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/modern-led-lighting-installation-in-luxu-1774677813413-58a5b9fa.png", buttonIcon: Lightbulb }, + { title: "Smart Automation", description: "Control your home with advanced smart switch integrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/smart-home-integration-home-automation-t-1774677813625-644870f5.png", buttonIcon: Smartphone }, + { title: "Wiring Inspection", description: "Comprehensive safety checks for older properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png", buttonIcon: Shield }, + { title: "24/7 Emergency", description: "Fast-response electrical repairs at any hour.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/modern-led-lighting-installation-in-luxu-1774677813413-58a5b9fa.png", buttonIcon: AlertTriangle }, + { title: "Electrical Repairs", description: "Expert troubleshooting and fixing of electrical faults.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/smart-home-integration-home-automation-t-1774677813625-644870f5.png", buttonIcon: Wrench }, ]} title="Comprehensive Electrical Solutions" description="From emergency repairs to smart home automation, VoltEdge handles it all with professional integrity." @@ -200,28 +96,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "p1", - title: "1. Consultation", - content: "Schedule your free initial consultation to discuss your specific needs.", - }, - { - id: "p2", - title: "2. Inspection", - content: "Our experts visit and assess your current electrical infrastructure.", - }, - { - id: "p3", - title: "3. Execution", - content: "Detailed work performed with safety-first standards.", - }, - { - id: "p4", - title: "4. Final Review", - content: "Comprehensive testing and sign-off on all project components.", - }, + { id: "p1", title: "1. Consultation", content: "Schedule your free initial consultation to discuss your specific needs." }, + { id: "p2", title: "2. Inspection", content: "Our experts visit and assess your current electrical infrastructure." }, + { id: "p3", title: "3. Execution", content: "Detailed work performed with safety-first standards." }, + { id: "p4", title: "4. Final Review", content: "Comprehensive testing and sign-off on all project components." }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BVpndqMF74UiY3e05nckkhef3A/close-up-of-electrical-panel-repair-clea-1774677813697-37944caa.png" mediaAnimation="blur-reveal" title="How We Work" description="Our 4-step process ensures a smooth, stress-free electrical upgrade for your home or business." @@ -232,9 +112,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1