From 5254500dba2985eebc2c71d0647e3eeea43bd7d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:43:25 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 46 +++++++++++------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f948c7..4edcb2e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,19 +25,13 @@ export default function LandingPage() { @@ -48,12 +42,9 @@ export default function LandingPage() { title="Meet Robert, Your Lawn Care Expert" description="Robert founded American Lawns on the principles of reliability and attention to detail. He believes every customer deserves a yard they can be proud of and is dedicated to clear, consistent communication for every project." bulletPoints={[ - { - title: "Hardworking", description: "Focused on quality service."}, - { - title: "Dependable", description: "Timely and professional."}, - { - title: "Detail-Oriented", description: "We treat your lawn like our own."}, + { title: "Hardworking", description: "Focused on quality service." }, + { title: "Dependable", description: "Timely and professional." }, + { title: "Detail-Oriented", description: "We treat your lawn like our own." }, ]} imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg" mediaAnimation="blur-reveal" @@ -65,29 +56,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Our History" description={[ - "We started as a small local business.", "Our mission is to help home owners keep their property beautiful."]} + "We started as a small local business.", "Our mission is to help home owners keep their property beautiful." + ]} /> @@ -116,10 +91,8 @@ export default function LandingPage() { description="Everything you need to know." faqsAnimation="slide-up" faqs={[ - { - id: "f1", title: "Do you offer quotes?", content: "Yes, we provide free quotes for all our services."}, - { - id: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area."}, + { id: "f1", title: "Do you offer quotes?", content: "Yes, we provide free quotes for all our services." }, + { id: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area." }, ]} /> @@ -130,8 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Local Partner" description="Serving residential communities throughout the county." - names={[ - "Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]} + names={["Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]} /> @@ -144,10 +116,8 @@ export default function LandingPage() { title="Maintenance Plans" description="Choose a plan that fits your yard." products={[ - { - id: "p1", name: "Starter Plan", price: "$50/mo", imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg"}, - { - id: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg"}, + { id: "p1", name: "Starter Plan", price: "$50/mo", imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg" }, + { id: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg" }, ]} /> @@ -155,22 +125,8 @@ export default function LandingPage() { @@ -89,22 +73,8 @@ export default function LandingPage() { @@ -82,22 +68,8 @@ export default function LandingPage() {