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 +} 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() {