diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1bd835a..ade4f47 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
+import { Zap, Flame, Droplets, Settings, AlertTriangle, Building } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,143 +30,60 @@ export default function LandingPage() {
@@ -175,42 +93,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Expert Repairs",
- description: "Rapid response diagnostic and precision repair for all plumbing systems.",
- imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=4",
- buttonIcon: "Zap",
- },
- {
- title: "Heating Systems",
- description: "High-efficiency boiler installations and maintenance services.",
- imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=4",
- buttonIcon: "Flame",
- },
- {
- title: "Drain & Sewer",
- description: "Advanced camera inspections and deep cleaning for reliable flow.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=4",
- buttonIcon: "Droplets",
- },
- {
- title: "Installations",
- description: "Custom fixture fitting with meticulous attention to detail.",
- imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=5",
- buttonIcon: "Settings",
- },
- {
- title: "Emergency Support",
- description: "Available 24/7 for urgent plumbing and heating crisis resolution.",
- imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=5",
- buttonIcon: "AlertTriangle",
- },
- {
- title: "Commercial Projects",
- description: "Scaling elite standards to large-scale business operations.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=5",
- buttonIcon: "Building",
- },
+ { title: "Expert Repairs", description: "Rapid response diagnostic and precision repair for all plumbing systems.", imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", buttonIcon: Zap },
+ { title: "Heating Systems", description: "High-efficiency boiler installations and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", buttonIcon: Flame },
+ { title: "Drain & Sewer", description: "Advanced camera inspections and deep cleaning for reliable flow.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", buttonIcon: Droplets },
+ { title: "Installations", description: "Custom fixture fitting with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", buttonIcon: Settings },
+ { title: "Emergency Support", description: "Available 24/7 for urgent plumbing and heating crisis resolution.", imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", buttonIcon: AlertTriangle },
+ { title: "Commercial Projects", description: "Scaling elite standards to large-scale business operations.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", buttonIcon: Building }
]}
title="Elite Professional Services"
description="Comprehensive plumbing and heating solutions tailored for luxury residential and commercial properties."
@@ -222,10 +110,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Trust & Excellence"
buttons={[
- {
- text: "Schedule Service",
- href: "#contact",
- },
+ { text: "Schedule Service", href: "#contact" }
]}
/>
@@ -237,26 +122,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M., Homeowner"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
- alt: "Sarah M.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg",
- alt: "John D.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
- alt: "Mike P.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg",
- alt: "Anna K.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg",
- alt: "James L.",
- },
+ { src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", alt: "Sarah M." },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg", alt: "John D." },
+ { src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", alt: "Mike P." },
+ { src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", alt: "Anna K." },
+ { src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", alt: "James L." }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -266,9 +136,7 @@ export default function LandingPage() {