diff --git a/src/app/page.tsx b/src/app/page.tsx
index edded8a..f7f1b1c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Home, Lightbulb, Power, ShieldCheck, Tool, Zap } from "lucide-react";
+import { Home, Lightbulb, Power, ShieldCheck, Zap, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,30 +30,12 @@ export default function LandingPage() {
@@ -61,47 +43,18 @@ export default function LandingPage() {
@@ -112,8 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Committed to Quality and Safety"
description={[
- "At VoltEdge, we believe that electrical integrity is the cornerstone of a safe environment. Our team of certified professionals ensures every project meets the highest safety standards.",
- "With over 20 years of collective experience, we specialize in everything from simple residential troubleshooting to large-scale commercial electrical maintenance.",
+ "At VoltEdge, we believe that electrical integrity is the cornerstone of a safe environment. Our team of certified professionals ensures every project meets the highest safety standards.", "With over 20 years of collective experience, we specialize in everything from simple residential troubleshooting to large-scale commercial electrical maintenance."
]}
/>
@@ -124,36 +76,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "Wiring & Rewiring",
- description: "Full electrical upgrades to meet modern standards.",
- },
- {
- icon: Lightbulb,
- title: "Lighting Installations",
- description: "Professional indoor and outdoor lighting setup.",
- },
- {
- icon: ShieldCheck,
- title: "Safety Inspections",
- description: "Periodic checks to ensure fire and electrical safety.",
- },
- {
- icon: Power,
- title: "Breaker Panels",
- description: "Installation and maintenance of breaker boards.",
- },
- {
- icon: Home,
- title: "Smart Home Wiring",
- description: "Seamless integration of smart lighting and controls.",
- },
- {
- icon: Tool,
- title: "Emergency Repairs",
- description: "Rapid response team for all electrical faults.",
- },
+ { icon: Zap, title: "Wiring & Rewiring", description: "Full electrical upgrades to meet modern standards." },
+ { icon: Lightbulb, title: "Lighting Installations", description: "Professional indoor and outdoor lighting setup." },
+ { icon: ShieldCheck, title: "Safety Inspections", description: "Periodic checks to ensure fire and electrical safety." },
+ { icon: Power, title: "Breaker Panels", description: "Installation and maintenance of breaker boards." },
+ { icon: Home, title: "Smart Home Wiring", description: "Seamless integration of smart lighting and controls." },
+ { icon: Wrench, title: "Emergency Repairs", description: "Rapid response team for all electrical faults." }
]}
title="Full-Service Electrical Solutions"
description="Comprehensive range of electrical services tailored to your specific needs."
@@ -167,48 +95,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Premium Wall Socket",
- price: "$12.00",
- variant: "White/Modern",
- imageSrc: "http://img.b2bpic.net/free-photo/triple-switches-blue-door-key-lock_169016-68876.jpg",
- },
- {
- id: "2",
- name: "Eco LED Bulb",
- price: "$8.50",
- variant: "Cool White",
- imageSrc: "http://img.b2bpic.net/free-photo/led-wall-spotlight-black-cylinder-minimal-glow_169016-69051.jpg",
- },
- {
- id: "3",
- name: "Smart Module",
- price: "$45.00",
- variant: "WiFi Enabled",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg",
- },
- {
- id: "4",
- name: "Industrial Cable Roll",
- price: "$85.00",
- variant: "50m Pack",
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg",
- },
- {
- id: "5",
- name: "LED Floodlight",
- price: "$65.00",
- variant: "50W IP65",
- imageSrc: "http://img.b2bpic.net/free-photo/lights-night-city_23-2148139614.jpg",
- },
- {
- id: "6",
- name: "Power Extension",
- price: "$22.00",
- variant: "3-Outlet 2m",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-paper-craft-art-charging-battery_53876-75047.jpg",
- },
+ { id: "1", name: "Premium Wall Socket", price: "$12.00", variant: "White/Modern", imageSrc: "http://img.b2bpic.net/free-photo/triple-switches-blue-door-key-lock_169016-68876.jpg" },
+ { id: "2", name: "Eco LED Bulb", price: "$8.50", variant: "Cool White", imageSrc: "http://img.b2bpic.net/free-photo/led-wall-spotlight-black-cylinder-minimal-glow_169016-69051.jpg" },
+ { id: "3", name: "Smart Module", price: "$45.00", variant: "WiFi Enabled", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg" },
+ { id: "4", name: "Industrial Cable Roll", price: "$85.00", variant: "50m Pack", imageSrc: "http://img.b2bpic.net/free-photo/man-using-cutters-cut-wires_23-2148254114.jpg" },
+ { id: "5", name: "LED Floodlight", price: "$65.00", variant: "50W IP65", imageSrc: "http://img.b2bpic.net/free-photo/lights-night-city_23-2148139614.jpg" },
+ { id: "6", name: "Power Extension", price: "$22.00", variant: "3-Outlet 2m", imageSrc: "http://img.b2bpic.net/free-photo/3d-paper-craft-art-charging-battery_53876-75047.jpg" }
]}
title="Shop Premium Components"
description="High-grade electrical parts direct to you."
@@ -220,26 +112,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Do you provide free consultations?",
- content: "Yes, we offer free site visits for initial assessments.",
- },
- {
- id: "2",
- title: "Are your electricians certified?",
- content: "All our technicians are fully licensed, bonded, and insured.",
- },
- {
- id: "3",
- title: "What areas do you serve?",
- content: "We operate within a 50-mile radius of the city center.",
- },
- {
- id: "4",
- title: "Do you offer emergency services?",
- content: "Yes, our team is available 24/7 for urgent electrical faults.",
- },
+ { id: "1", title: "Do you provide free consultations?", content: "Yes, we offer free site visits for initial assessments." },
+ { id: "2", title: "Are your electricians certified?", content: "All our technicians are fully licensed, bonded, and insured." },
+ { id: "3", title: "What areas do you serve?", content: "We operate within a 50-mile radius of the city center." },
+ { id: "4", title: "Do you offer emergency services?", content: "Yes, our team is available 24/7 for urgent electrical faults." }
]}
title="Frequently Asked Questions"
description="Common inquiries regarding our electrical services."
@@ -250,13 +126,11 @@ export default function LandingPage() {
@@ -265,56 +139,26 @@ export default function LandingPage() {