From 1d8d928e03d63a03bc91df916927cbf44a895868 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:44 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 69 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5118275..4dde31e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -98,21 +68,9 @@ export default function LandingPage() { title="Our Values" tag="Company Standards" metrics={[ - { - id: "1", - value: "100%", - description: "Quality Commitment", - }, - { - id: "2", - value: "24/7", - description: "Reliable Availability", - }, - { - id: "3", - value: "Local", - description: "Family Operated", - }, + { id: "1", value: "100%", description: "Quality Commitment" }, + { id: "2", value: "24/7", description: "Reliable Availability" }, + { id: "3", value: "Local", description: "Family Operated" }, ]} metricsAnimation="slide-up" /> @@ -121,14 +79,8 @@ export default function LandingPage() { -- 2.49.1 From b1a00d31b52d32df6fed71652620c841f3104e4e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:44 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 ++++++++++------------------------------ 1 file changed, 20 insertions(+), 63 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b3fbe77..436d86d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -74,13 +55,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Professional Affiliations" description="Recognized by industry leaders for our professional standard." - names={[ - "Plumbing Board Assoc", - "HVAC Safety Council", - "City Business Chamber", - "Community First Alliance", - "Service Excellence Guild", - ]} + names={["Plumbing Board Assoc", "HVAC Safety Council", "City Business Chamber", "Community First Alliance", "Service Excellence Guild"]} /> @@ -90,21 +65,9 @@ export default function LandingPage() { title="Ready to Help" tag="Quick Response" metrics={[ - { - id: "1", - value: "60m", - description: "Avg Response Time", - }, - { - id: "2", - value: "24/7", - description: "Expert Availability", - }, - { - id: "3", - value: "1", - description: "Trusted Point of Contact", - }, + { id: "1", value: "60m", description: "Avg Response Time" }, + { id: "2", value: "24/7", description: "Expert Availability" }, + { id: "3", value: "1", description: "Trusted Point of Contact" }, ]} metricsAnimation="slide-up" /> @@ -113,14 +76,8 @@ export default function LandingPage() { -- 2.49.1 From 0028b998569d6800b13ccb1461d875890cda2315 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:45 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 175 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d05584..5c5b043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -90,24 +61,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - negativeCard={{ - items: [ - "No Hidden Fees", - "No Unfinished Work", - "No Unprofessional Technicians", - "No Mess Left Behind", - "No Guesswork Repairs", - ], - }} - positiveCard={{ - items: [ - "Licensed & Insured", - "Same-Day Appointments", - "Transparent Fair Pricing", - "24/7 Emergency Support", - "Certified Technicians", - ], - }} + negativeCard={{ items: ["No Hidden Fees", "No Unfinished Work", "No Unprofessional Technicians", "No Mess Left Behind", "No Guesswork Repairs"] }} + positiveCard={{ items: ["Licensed & Insured", "Same-Day Appointments", "Transparent Fair Pricing", "24/7 Emergency Support", "Certified Technicians"] }} title="Why Choose Patterson?" description="We treat every home like our own." /> @@ -119,41 +74,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Homeowner", - testimonial: "Richard and Carl were incredibly fast and honest. They fixed my heat on a Sunday night!", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg", - }, - { - id: "2", - name: "Mike D.", - role: "Local Business", - testimonial: "Expert diagnosis and very fair pricing. Patterson is our go-to for HVAC.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg", - }, - { - id: "3", - name: "Elena M.", - role: "Homeowner", - testimonial: "They did the job right the first time. Excellent warranty support too.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", - }, - { - id: "4", - name: "David W.", - role: "Homeowner", - testimonial: "Friendly, professional, and very dependable. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg", - }, - { - id: "5", - name: "Lisa B.", - role: "Homeowner", - testimonial: "The best plumbing service in town. Honest technicians who really know their stuff.", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", - }, + { id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Richard and Carl were incredibly fast and honest. They fixed my heat on a Sunday night!", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg" }, + { id: "2", name: "Mike D.", role: "Local Business", testimonial: "Expert diagnosis and very fair pricing. Patterson is our go-to for HVAC.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg" }, + { id: "3", name: "Elena M.", role: "Homeowner", testimonial: "They did the job right the first time. Excellent warranty support too.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg" }, + { id: "4", name: "David W.", role: "Homeowner", testimonial: "Friendly, professional, and very dependable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg" }, + { id: "5", name: "Lisa B.", role: "Homeowner", testimonial: "The best plumbing service in town. Honest technicians who really know their stuff.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg" }, ]} title="What Our Neighbors Say" description="Trusted by our community for years." @@ -166,13 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Local Partnerships" description="Proudly serving our local community with excellence." - names={[ - "HomeBuilder Guild", - "Local Chamber of Commerce", - "Better Business Bureau", - "Green Energy Initiative", - "Municipal Water Safety Board", - ]} + names={["HomeBuilder Guild", "Local Chamber of Commerce", "Better Business Bureau", "Green Energy Initiative", "Municipal Water Safety Board"]} /> @@ -182,31 +101,11 @@ export default function LandingPage() { sideTitle="Common Questions" sideDescription="We've compiled answers to help you understand our process." faqs={[ - { - id: "1", - title: "Do you offer emergency services?", - content: "Yes, we are available 24/7 for emergency plumbing and heating issues.", - }, - { - id: "2", - title: "Are your technicians licensed?", - content: "All our team members are fully licensed, insured, and certified professionals.", - }, - { - id: "3", - title: "Do you provide free estimates?", - content: "We offer transparent, fair pricing and provide upfront estimates for all projects.", - }, - { - id: "4", - title: "Do you service weekends?", - content: "Yes, we work 7 days a week including weekends and holidays at no extra stress.", - }, - { - id: "5", - title: "Is your work guaranteed?", - content: "We stand by our quality and guarantee all our work with a comprehensive warranty.", - }, + { id: "1", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for emergency plumbing and heating issues." }, + { id: "2", title: "Are your technicians licensed?", content: "All our team members are fully licensed, insured, and certified professionals." }, + { id: "3", title: "Do you provide free estimates?", content: "We offer transparent, fair pricing and provide upfront estimates for all projects." }, + { id: "4", title: "Do you service weekends?", content: "Yes, we work 7 days a week including weekends and holidays at no extra stress." }, + { id: "5", title: "Is your work guaranteed?", content: "We stand by our quality and guarantee all our work with a comprehensive warranty." }, ]} faqsAnimation="slide-up" /> @@ -215,14 +114,8 @@ export default function LandingPage() { -- 2.49.1 From 9419560ade51a1f89c9e12ece2b0474c85514277 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:45 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 145 +++++++------------------------------- 1 file changed, 27 insertions(+), 118 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 06d5d13..63940bc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >