diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index de952b0..b2a9036 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,37 +25,20 @@ export default function LandingPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e121a7b..1dd17be 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, Droplets, Thermometer, Shield } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -28,66 +29,26 @@ export default function LandingPage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 6cbd22f..50db497 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Search, Wrench, Home, AlertTriangle } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -25,28 +26,13 @@ export default function LandingPage() {
@@ -55,30 +41,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Leak Detection",
- description: "Identify hidden leaks fast.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg",
- buttonIcon: "Search",
- },
- {
- title: "System Upgrades",
- description: "Modernize your pipes and appliances.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work_23-2150697628.jpg",
- buttonIcon: "Wrench",
- },
- {
- title: "Full Bathroom Install",
- description: "Complete bathroom plumbing overhaul.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg",
- buttonIcon: "Home",
- },
- {
- title: "Emergency Callouts",
- description: "Available 24/7 for urgent issues.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg",
- buttonIcon: "AlertTriangle",
- },
+ { title: "Leak Detection", description: "Identify hidden leaks fast.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", buttonIcon: Search },
+ { title: "System Upgrades", description: "Modernize your pipes and appliances.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work_23-2150697628.jpg", buttonIcon: Wrench },
+ { title: "Full Bathroom Install", description: "Complete bathroom plumbing overhaul.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", buttonIcon: Home },
+ { title: "Emergency Callouts", description: "Available 24/7 for urgent issues.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", buttonIcon: AlertTriangle }
]}
title="Professional Services"
description="Comprehensive plumbing maintenance and repair."
@@ -92,45 +58,18 @@ export default function LandingPage() {
title="Trusted by the Austin Community"
description="Partnering with the best brands and builders in Texas."
names={[
- "Austin Construction Group",
- "Hill Country Homes",
- "Texas Pipe & Supply",
- "Reliable Realty",
+ "Austin Construction Group", "Hill Country Homes", "Texas Pipe & Supply", "Reliable Realty"
]}
/>