From 92d417d49dbc8d82de70ab569ff0916b900f2e4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:34:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++----------------------------------------- 1 file changed, 41 insertions(+), 275 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f646250..17f7869 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 { Star, ShieldCheck, Clock, PaintBucket, Home } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; @@ -29,111 +30,26 @@ export default function LandingPage() {
@@ -143,45 +59,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "24/7 Emergency Service", - descriptions: [ - "Available when disaster strikes.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-80653.jpg?_wi=2", - imageAlt: "professional local plumber portrait", - }, - { - id: "2", - title: "Upfront Pricing", - descriptions: [ - "No hidden fees or surprises.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=3", - imageAlt: "professional local plumber portrait", - }, - { - id: "3", - title: "Licensed & Insured", - descriptions: [ - "Full peace of mind for you.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", - imageAlt: "professional local plumber portrait", - }, - { - id: "4", - title: "Same-Day Appointments", - descriptions: [ - "Quick help when you need it.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", - imageAlt: "professional local plumber portrait", - }, + { id: "1", title: "Dependability", descriptions: ["On time, every time."] }, + { id: "2", title: "Attention to Detail", descriptions: ["Precision in every stroke."] }, + { id: "3", title: "Fair Pricing", descriptions: ["Transparent, competitive estimates."] }, + { id: "4", title: "5-Star Reputation", descriptions: ["Proudly serving Dunedin since inception."] }, ]} - title="Why Choose Us?" - description="Local trust matters. Here is why your neighbors choose us." + title="Why Choose Hupp Painting?" + description="We pride ourselves on providing a premium painting experience for every customer." /> @@ -191,49 +75,21 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "s1", - title: "Drain Cleaning", - descriptions: [ - "Advanced equipment for fast clearing.", - "Safe for all pipe types.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=3", - }, - { - id: "s2", - title: "Leak Repair", - descriptions: [ - "Detection and permanent sealing.", - "Prevents water damage.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3", - }, - { - id: "s3", - title: "Water Heater Installation", - descriptions: [ - "Expert sizing and install.", - "Top-tier efficiency.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2", - }, + { id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."] }, + { id: "s2", title: "Exterior Painting", descriptions: ["Weather-resistant protection for your Dunedin home."] }, + { id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."] }, ]} - title="Our Core Services" - description="Comprehensive plumbing solutions for every situation." + title="Our Services" + description="Professional solutions to maintain and improve your home's aesthetic value." />
@@ -243,122 +99,32 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alice M.", - handle: "Oakwood", - testimonial: "Fantastic job with my kitchen sink repair.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-standing-with-box-new-house-apartment_74855-10349.jpg", - }, - { - id: "t2", - name: "Bob B.", - handle: "Pine Creek", - testimonial: "Professional, clean, and knowledgeable.", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-woman-organic-sustainable-garden-harvesting-produce_23-2151463009.jpg", - }, - { - id: "t3", - name: "Charlie C.", - handle: "Maple Hill", - testimonial: "Fastest plumber in the city by far.", - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", - }, - { - id: "t4", - name: "Dana D.", - handle: "Downtown", - testimonial: "Great upfront pricing and service.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg", - }, - { - id: "t5", - name: "Evan E.", - handle: "West End", - testimonial: "Would definitely hire them again.", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg", - }, + { id: "t1", name: "Happy Homeowner", handle: "Dunedin", testimonial: "Perfect results and very fair pricing!" }, + { id: "t2", name: "Satisfied Client", handle: "Gulf View Blvd", testimonial: "Professional from start to finish." }, ]} - title="What Our Neighbors Say" - description="Read real stories from our satisfied customers." - /> - - -
-