From 1795feefb06dbe8cabf765ff3b00de7411026d08 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:08:00 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb62a9b..c96ecd1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function AboutPage() { { value: "Fair", title: "Honest Pricing" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg" imageAlt="Professional plumbing team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -63,21 +63,13 @@ export default function AboutPage() { author="Sarah & Mike Thompson, Grand Island Homeowner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -93,7 +85,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Need a Plumber Today?" description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service" @@ -106,8 +98,7 @@ export default function AboutPage() { Date: Sun, 8 Mar 2026 21:08:00 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 88845ee..2c4c25a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,24 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { - Wrench, - Pipe, - Zap, - Droplet, - AlertCircle, - Clock, - CheckCircle, - Phone, -} from "lucide-react"; +import { Phone } from "lucide-react"; export default function ContactPage() { return ( @@ -29,7 +15,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -55,7 +41,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Need a Plumber Today?" description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service" @@ -68,8 +54,7 @@ export default function ContactPage() { Date: Sun, 8 Mar 2026 21:08:01 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 106 +++++++++++++---------------------------------- 1 file changed, 28 insertions(+), 78 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22b9f61..d05cebd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,6 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; import { Wrench, - Pipe, Zap, Droplet, AlertCircle, @@ -30,7 +29,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -53,7 +52,7 @@ export default function HomePage() {