From 12bf905b6d571410e20e0a8eb01288c0943ecaaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:24:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb5f6f2..ba9dc73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { ShieldCheck, Phone, Wrench, Clock, Droplets, MapPin } from "lucide-react"; +import { ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Tildenville Plumbing" + button={{ text: "Contact", href: "#contact" }} /> @@ -50,9 +51,11 @@ export default function LandingPage() { { value: "1hr", label: "Response Time" }, { value: "100%", label: "Satisfaction" } ]} + enableKpiAnimation={true} imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg" buttons={[{ text: "Call (407) 863-0689", href: "tel:4078630689" }]} background={{ variant: "downward-rays-static" }} + mediaAnimation="opacity" /> @@ -72,6 +75,7 @@ export default function LandingPage() { description="From emergency pipe repairs to full-system repiping, we handle it all with professional precision." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Sewer Line Repair", description: "Advanced trenchless and traditional sewer repair services.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721522.jpg" }, { title: "Full House Repiping", description: "Replace old, failing pipes with modern, durable materials.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg" }, @@ -89,6 +93,7 @@ export default function LandingPage() { icon={ShieldCheck} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" useInvertedBackground={true} + mediaAnimation="opacity" /> @@ -98,6 +103,8 @@ export default function LandingPage() { description="See how we restore functionality to homes across Winter Garden." gridVariant="asymmetric-60-wide-40-narrow" animationType="slide-up" + textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Complete Repipe", price: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg" }, { id: "2", name: "Sewer Line Restoration", price: "Eco-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg" } @@ -111,6 +118,8 @@ export default function LandingPage() { description="Hear from your neighbors about their experience with our team." animationType="slide-up" gridVariant="three-columns-all-equal-width" + textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alex R.", role: "Homeowner", company: "Winter Garden", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37449.jpg" }, { id: "2", name: "Monica L.", role: "Homeowner", company: "Windermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" } @@ -124,6 +133,7 @@ export default function LandingPage() { description="Ready for a reliable plumber? Fill out this form and we'll contact you within the hour." inputs={[{ name: "Name", type: "text", placeholder: "Full Name" }, { name: "Email", type: "email", placeholder: "Email" }]} imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg" + useInvertedBackground={false} /> -- 2.49.1