From db421d3fa5bd46305a7852d55f2f2109a21ec315 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:17 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2255e73..4118748 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,7 +40,7 @@ export default function AboutPage() { description="For over 20 years, Pasquarello Plumbing has been serving South Philadelphia with honest, reliable plumbing and heating services. Founded on principles of integrity, quality workmanship, and customer care, we've built our reputation one satisfied customer at a time. We believe in showing up on time, doing the job right, and treating every home like our own." tag="Since 2004" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { value: "20+", title: "Years of Trusted Service" }, { value: "Thousands", title: "Happy Local Customers" }, @@ -48,7 +48,7 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg" imageAlt="Our plumbing team" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="none" useInvertedBackground={false} ariaLabel="About our company" /> @@ -60,7 +60,7 @@ export default function AboutPage() { description="Our reputation is built on consistent delivery of quality service and customer satisfaction" tag="Local Authority" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { id: "1", value: "4.6★", title: "Customer Rating", description: "Highly rated by South Philadelphia residents", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Customer satisfaction"}, @@ -82,7 +82,7 @@ export default function AboutPage() { description="Read what South Philadelphia homeowners and business owners say about working with us" tag="Real Reviews" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "Pasquarello Plumbing is exactly what every homeowner needs. They fixed our water heater quickly, left no mess, and the pricing was completely transparent. We've already recommended them to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Rodriguez"}, -- 2.49.1 From 5f668a3add7bed240058aff113aca3821ceae582 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:19 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da65fc1..da43a76 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { description="Multiple ways to reach us for your plumbing needs" tag="Contact Options" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { id: "1", value: "(215)", title: "279-7789", description: "Call us for fast response", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Call for service"}, @@ -84,7 +84,7 @@ export default function ContactPage() { description="Common questions to help you prepare for your service appointment" tag="Helpful Info" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="none" faqs={[ { id: "1", title: "How should I prepare for a service visit?", content: "Ensure easy access to the affected area. Shut off water at the main valve if there's active leaking. Have your address and phone number ready. If it's an emergency, don't delay calling us—we'll guide you through immediate safety steps."}, @@ -98,7 +98,7 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" imageAlt="Professional consultation" mediaAnimation="slide-up" - faqsAnimation="entrance-slide" + faqsAnimation="none" textboxLayout="default" useInvertedBackground={false} mediaPosition="left" -- 2.49.1 From 449e0bb8b2f73f792b095575c8611f1aaa588fa8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:21 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d09ca8e..4ae6c84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function HomePage() { description="Fast, clean, reliable service — done right the first time. We show up on time, fix your problem, and leave your space clean." tag="Highly Recommended" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="none" background={{ variant: "glowing-orb" }} leftCarouselItems={[ { @@ -72,7 +72,7 @@ export default function HomePage() { { text: "Call Now: (215) 279-7789", href: "tel:(215) 279-7789" }, { text: "Request Service", href: "/contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" ariaLabel="Hero section showcasing plumbing and heating services" /> @@ -83,7 +83,7 @@ export default function HomePage() { description="Comprehensive plumbing and heating solutions for your South Philadelphia home" tag="Full Service" tagIcon={Wrench} - tagAnimation="entrance-slide" + tagAnimation="none" features={[ { title: "Plumbing Repairs", description: "Quick diagnosis and reliable fixes for all plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing repair service", buttonIcon: ArrowRight, @@ -106,7 +106,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="entrance-slide" + buttonAnimation="none" ariaLabel="Services section featuring plumbing and heating options" /> @@ -117,7 +117,7 @@ export default function HomePage() { description="We're not just another contractor. We're your local neighbors who show up on time, listen to your concerns, provide honest pricing, and leave your home cleaner than we found it. With 4.6 stars from 10 local reviews, we've earned the trust of South Philadelphia homeowners." tag="Locally Owned" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { value: "4.6★", title: "Highly Rated by Local Customers" }, { value: "10+", title: "Verified Local Reviews" }, @@ -125,7 +125,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg" imageAlt="Our trusted plumbing team" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="none" useInvertedBackground={false} ariaLabel="Why choose us section" /> @@ -137,7 +137,7 @@ export default function HomePage() { description="Highly recommended by South Philadelphia homeowners and business owners" tag="4.6 Stars" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "They showed up exactly on time, fixed our water heater quickly, and left the space spotless. Honest pricing, no surprises. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Rodriguez"}, @@ -161,7 +161,7 @@ export default function HomePage() { description="We proudly serve South Philadelphia and surrounding neighborhoods with fast, reliable plumbing and heating services" tag="Local Service Area" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { id: "1", value: "20+", title: "Years in Business", description: "Trusted local contractor since 2004", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Years of trusted service"}, @@ -181,7 +181,7 @@ export default function HomePage() { description="Get answers to questions homeowners in South Philadelphia frequently ask about our plumbing and heating services" tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="none" faqs={[ { id: "1", title: "How quickly can you respond to emergency calls?", content: "We understand plumbing emergencies can't wait. We aim to respond to emergency calls within 1-2 hours in the South Philadelphia area. Call us at (215) 279-7789 to dispatch an emergency technician."}, @@ -199,7 +199,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" imageAlt="Professional support and consultation" mediaAnimation="slide-up" - faqsAnimation="entrance-slide" + faqsAnimation="none" textboxLayout="default" useInvertedBackground={false} mediaPosition="left" -- 2.49.1 From 6e45f227931b969d632093c72f397940b268ff8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:23 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 60787bd..bc66243 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -40,7 +40,7 @@ export default function ServicesPage() { description="Expert plumbing and heating solutions tailored to your South Philadelphia home's unique needs" tag="Professional Services" tagIcon={Wrench} - tagAnimation="entrance-slide" + tagAnimation="none" features={[ { title: "Emergency Plumbing", description: "24/7 emergency response for urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Emergency plumbing service", buttonIcon: ArrowRight, @@ -63,7 +63,7 @@ export default function ServicesPage() { ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="entrance-slide" + buttonAnimation="none" ariaLabel="Complete service offerings" /> @@ -74,7 +74,7 @@ export default function ServicesPage() { description="Each service is backed by our commitment to quality, professionalism, and customer satisfaction" tag="Service Excellence" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { id: "1", value: "Same-Day", title: "Service Available", description: "We prioritize quick response to your plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Fast service response"}, @@ -96,7 +96,7 @@ export default function ServicesPage() { description="Learn more about how our services work and what to expect" tag="Information" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="none" faqs={[ { id: "1", title: "What is included in a service call?", content: "Our service calls include a thorough inspection, diagnosis of the issue, explanation of repair options, and a clear quote before we begin work. We pride ourselves on transparency and ensuring you understand the recommended solution."}, @@ -108,7 +108,7 @@ export default function ServicesPage() { imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" imageAlt="Professional service consultation" mediaAnimation="slide-up" - faqsAnimation="entrance-slide" + faqsAnimation="none" textboxLayout="default" useInvertedBackground={false} mediaPosition="left" -- 2.49.1