From 51ac0b68f8a292e1dca137209ed3ed9cab93fc40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:12:14 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9be6e96..f07479d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,9 +42,7 @@ export default function AboutPage() { @@ -92,15 +75,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Apartment Complexes", - "Commercial Enterprises", - "Property Management", - "Local Business Network", - "Real Estate Partnerships", - "Service Excellence Certified", - "Google Verified", - "Community Endorsed", - ]} + "Apartment Complexes", "Commercial Enterprises", "Property Management", "Local Business Network", "Real Estate Partnerships", "Service Excellence Certified", "Google Verified", "Community Endorsed"]} showCard={true} speed={40} /> @@ -139,4 +114,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From de903b15293d8b027f4c4e1b98b76eb6c9abd238 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:12:14 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dacd443..f278113 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,9 +53,7 @@ export default function ContactPage() { { name: "service", type: "text", placeholder: "Service Needed (e.g., Leak Repair, Drain Cleaning)", required: true }, ]} textarea={{ - name: "message", - placeholder: "Describe your plumbing issue in detail...", - rows: 4, + name: "message", placeholder: "Describe your plumbing issue in detail...", rows: 4, required: true, }} useInvertedBackground={false} @@ -72,35 +70,17 @@ export default function ContactPage() {