From bd4ade569c50845a26323a55c8d1aebda0a2d5e2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:59:35 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 67 +++++++--------------------------------- 1 file changed, 11 insertions(+), 56 deletions(-) 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() {
-- 2.49.1 From f4241931224069ae8a84b2667841e9f17c80019e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:59:35 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++---------------------------------------- 1 file changed, 24 insertions(+), 141 deletions(-) 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() {
- +
-- 2.49.1 From e3d7f61204ffb3e5497bc96efc141bcb3f8bd530 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:59:36 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 89 ++++++--------------------------------- 1 file changed, 14 insertions(+), 75 deletions(-) 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" ]} />
-- 2.49.1