diff --git a/src/app/page.tsx b/src/app/page.tsx
index 79a2db6..f4e8c75 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import { Building2, Clock, Lightbulb, Sparkles, Tool, Users, Wind, Zap } from "lucide-react";
+import { Building2, Clock, Lightbulb, Sparkles, Users, Wrench, Wind, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -54,107 +42,34 @@ export default function LandingPage() {
@@ -165,31 +80,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Lightbulb,
- title: "Lighting Design",
- description: "Expertly placed lighting that elevates your space.",
- },
- {
- icon: Building2,
- title: "Apartment Specialists",
- description: "Masters of strata rules and complex CBD access.",
- },
- {
- icon: Zap,
- title: "Power & Switches",
- description: "Safe, clean, and perfectly integrated installations.",
- },
- {
- icon: Wind,
- title: "Ventilation & Fans",
- description: "Quiet, efficient systems installed seamlessly.",
- },
- {
- icon: Tool,
- title: "Renovation Fit-Outs",
- description: "Full-scale upgrades with attention to detail.",
- },
+ { icon: Lightbulb, title: "Lighting Design", description: "Expertly placed lighting that elevates your space." },
+ { icon: Building2, title: "Apartment Specialists", description: "Masters of strata rules and complex CBD access." },
+ { icon: Zap, title: "Power & Switches", description: "Safe, clean, and perfectly integrated installations." },
+ { icon: Wind, title: "Ventilation & Fans", description: "Quiet, efficient systems installed seamlessly." },
+ { icon: Wrench, title: "Renovation Fit-Outs", description: "Full-scale upgrades with attention to detail." },
]}
title="Premium Electrical Services"
description="Expert solutions for your home, apartment, and renovation needs."
@@ -198,34 +93,15 @@ export default function LandingPage() {
@@ -315,26 +143,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "How quickly can you attend?",
- content: "Often within the same week, sometimes next day depending on availability.",
- },
- {
- id: "f2",
- title: "Do you work in apartments?",
- content: "Yes—CBD and complex access jobs are a specialty.",
- },
- {
- id: "f3",
- title: "Do you help with lighting design?",
- content: "Absolutely. We’ll recommend placement and fittings for the best result.",
- },
- {
- id: "f4",
- title: "Are you licensed and insured?",
- content: "Yes, fully compliant with all Victorian regulations.",
- },
+ { id: "f1", title: "How quickly can you attend?", content: "Often within the same week, sometimes next day depending on availability." },
+ { id: "f2", title: "Do you work in apartments?", content: "Yes—CBD and complex access jobs are a specialty." },
+ { id: "f3", title: "Do you help with lighting design?", content: "Absolutely. We’ll recommend placement and fittings for the best result." },
+ { id: "f4", title: "Are you licensed and insured?", content: "Yes, fully compliant with all Victorian regulations." },
]}
title="Frequently Asked Questions"
description="Common questions about our electrical services."
@@ -345,19 +157,11 @@ export default function LandingPage() {
@@ -366,37 +170,17 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file