From 6b0b51f6d10e238383b69526c5144ca11918d540 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce223d3..223b04e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,48 +71,48 @@ export default function LandingPage() { title="Our Plumbing Services" description="From emergency repairs to routine maintenance, we handle all your plumbing needs with speed and professionalism." tag="Expert Solutions" - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { title: "Leak Repair", description: "Quick detection and repair of water leaks in pipes, fixtures, and walls. Prevent costly water damage.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-design-concept_98292-2640.jpg?_wi=1", imageAlt: "Leak repair service icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-design-concept_98292-2640.jpg?_wi=2", imageAlt: "Leak repair service icon" } + { imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-design-concept_98292-2640.jpg", imageAlt: "Leak repair service icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-design-concept_98292-2640.jpg", imageAlt: "Leak repair service icon" } ] }, { title: "Pipe Bursts", description: "Emergency response for burst pipes. We'll stop the damage and restore your water supply fast.", icon: AlertTriangle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-collection_1346-56.jpg?_wi=1", imageAlt: "Pipe burst emergency icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-collection_1346-56.jpg?_wi=2", imageAlt: "Pipe burst emergency icon" } + { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-collection_1346-56.jpg", imageAlt: "Pipe burst emergency icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-collection_1346-56.jpg", imageAlt: "Pipe burst emergency icon" } ] }, { title: "Faucet Installation", description: "Professional installation of new faucets. Modern fixtures that save water and look great.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-service-composition_1284-48443.jpg?_wi=1", imageAlt: "Faucet installation icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-service-composition_1284-48443.jpg?_wi=2", imageAlt: "Faucet installation icon" } + { imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-service-composition_1284-48443.jpg", imageAlt: "Faucet installation icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-service-composition_1284-48443.jpg", imageAlt: "Faucet installation icon" } ] }, { title: "Running Toilet Repair", description: "Fix running toilets quickly. Save money on your water bill with a properly functioning toilet.", icon: Droplet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/working-toilet_1098-14696.jpg?_wi=1", imageAlt: "Running toilet repair icon" }, - { imageSrc: "http://img.b2bpic.net/free-photo/working-toilet_1098-14696.jpg?_wi=2", imageAlt: "Running toilet repair icon" } + { imageSrc: "http://img.b2bpic.net/free-photo/working-toilet_1098-14696.jpg", imageAlt: "Running toilet repair icon" }, + { imageSrc: "http://img.b2bpic.net/free-photo/working-toilet_1098-14696.jpg", imageAlt: "Running toilet repair icon" } ] }, { title: "Drain Cleaning", description: "Clear clogged drains using professional equipment. Fast relief from slow or backed-up drains.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-solutions-logo-design_742173-26651.jpg?_wi=1", imageAlt: "Drain cleaning service icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-solutions-logo-design_742173-26651.jpg?_wi=2", imageAlt: "Drain cleaning service icon" } + { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-solutions-logo-design_742173-26651.jpg", imageAlt: "Drain cleaning service icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/plumbing-solutions-logo-design_742173-26651.jpg", imageAlt: "Drain cleaning service icon" } ] }, { title: "Emergency & Weekend Service", description: "Available for emergencies 24/7. Weekends and holidays — we're here when you need us most.", icon: Clock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-collection_1270-65.jpg?_wi=1", imageAlt: "Emergency service 24/7 icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-collection_1270-65.jpg?_wi=2", imageAlt: "Emergency service 24/7 icon" } + { imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-collection_1270-65.jpg", imageAlt: "Emergency service 24/7 icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/medical-elements-collection_1270-65.jpg", imageAlt: "Emergency service 24/7 icon" } ] } ]} @@ -134,7 +134,7 @@ export default function LandingPage() { title="Why Choose Atlanta Plumber For Less?" description="We're a locally-owned plumbing company dedicated to serving Atlanta homeowners with honest pricing and reliable service. When you call, you get a real person who cares about fixing your problem fast." tag="Local Expertise" - tagAnimation="entrance-slide" + tagAnimation="slide-up" bulletPoints={[ { title: "Affordable Pricing", description: "Fair, transparent rates with no hidden fees. You'll know the cost before we start work.", icon: DollarSign @@ -168,7 +168,7 @@ export default function LandingPage() { title="Real Reviews from Happy Customers" description="See what Atlanta homeowners are saying about our fast, affordable service." tag="Trusted by Locals" - tagAnimation="entrance-slide" + tagAnimation="slide-up" showRating={true} testimonials={[ { @@ -217,7 +217,7 @@ export default function LandingPage() { title="Trusted by Atlanta Since Day One" description="Our track record speaks for itself. Fast service, fair pricing, satisfied customers." tag="By The Numbers" - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { id: "metric-reviews", value: "4.3", title: "Star Rating", items: ["Based on 63 Google reviews", "Real customers, real feedback"] @@ -250,7 +250,7 @@ export default function LandingPage() {