diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0eb3a3..0e8c9a6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Shield, Award, Star } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,22 +31,10 @@ export default function LandingPage() {
@@ -53,33 +42,16 @@ export default function LandingPage() {
@@ -90,12 +62,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Professional Care for Every Home"
tag="About Us"
- buttons={[
- {
- text: "Our Story",
- href: "#",
- },
- ]}
+ buttons={[{ text: "Our Story", href: "#" }]}
/>
@@ -105,40 +72,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "AC Repair",
- description: "Quick, professional fixes for all AC brands.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg",
- imageAlt: "air conditioning repair professional",
- },
+ title: "AC Repair", description: "Quick, professional fixes for all AC brands.", buttonIcon: Zap,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg", imageAlt: "air conditioning repair professional"},
{
- title: "Electrical Inspections",
- description: "Ensure your home remains safe and efficient.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=2",
- imageAlt: "air conditioning repair professional",
- },
+ title: "Electrical Inspections", description: "Ensure your home remains safe and efficient.", buttonIcon: Shield,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "air conditioning repair professional"},
{
- title: "Preventive Maintenance",
- description: "Extend unit lifespan and save on energy bills.",
- buttonIcon: "Award",
- imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=2",
- imageAlt: "air conditioning repair professional",
- },
+ title: "Preventive Maintenance", description: "Extend unit lifespan and save on energy bills.", buttonIcon: Award,
+ imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg", imageAlt: "air conditioning repair professional"},
{
- title: "Emergency Support",
- description: "Available when you need us the most.",
- buttonIcon: "Star",
- imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg?_wi=2",
- imageAlt: "air conditioning repair professional",
- },
+ title: "Emergency Support", description: "Available when you need us the most.", buttonIcon: Star,
+ imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg", imageAlt: "air conditioning repair professional"},
{
- title: "Panel Upgrades",
- description: "Modernizing electrical systems for better safety.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-people-shaking-hands_23-2147668802.jpg?_wi=1",
- imageAlt: "air conditioning repair professional",
- },
+ title: "Panel Upgrades", description: "Modernizing electrical systems for better safety.", buttonIcon: Zap,
+ imageSrc: "http://img.b2bpic.net/free-photo/crop-people-shaking-hands_23-2147668802.jpg", imageAlt: "air conditioning repair professional"},
]}
title="Our Expert Services"
description="Comprehensive maintenance and installation packages for all your air conditioning and electrical needs."
@@ -151,26 +98,10 @@ export default function LandingPage() {
title="Trusted by the Community"
tag="Proven Results"
metrics={[
- {
- id: "m1",
- value: "1000+",
- description: "Satisfied Customers",
- },
- {
- id: "m2",
- value: "500+",
- description: "Units Serviced",
- },
- {
- id: "m3",
- value: "24/7",
- description: "Availability",
- },
- {
- id: "m4",
- value: "10+",
- description: "Years Experience",
- },
+ { id: "m1", value: "1000+", description: "Satisfied Customers" },
+ { id: "m2", value: "500+", description: "Units Serviced" },
+ { id: "m3", value: "24/7", description: "Availability" },
+ { id: "m4", value: "10+", description: "Years Experience" },
]}
metricsAnimation="slide-up"
/>
@@ -180,31 +111,11 @@ export default function LandingPage() {
@@ -283,4 +163,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file