diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a8ce62..0c0066e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,92 +30,58 @@ export default function LandingPage() {
@@ -130,25 +96,13 @@ export default function LandingPage() { description="Numbers speak for our quality." metrics={[ { - id: "m1", - value: "100+", - title: "Lawns Maintained", - description: "Happy clients across the area.", - icon: Users, + id: "m1", value: "100+", title: "Lawns Maintained", description: "Happy clients across the area.", icon: Users, }, { - id: "m2", - value: "5*", - title: "Customer Rating", - description: "Average review score.", - icon: Star, + id: "m2", value: "5*", title: "Customer Rating", description: "Average review score.", icon: Star, }, { - id: "m3", - value: "5yrs", - title: "Experience", - description: "Years of professional care.", - icon: Calendar, + id: "m3", value: "5yrs", title: "Experience", description: "Years of professional care.", icon: Calendar, }, ]} /> @@ -163,15 +117,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "f1", - title: "Do you offer quotes?", - content: "Yes, we provide free quotes for all our services.", - }, + 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: "f2", title: "Do you serve my area?", content: "We currently serve the greater Texas City area."}, ]} /> @@ -183,11 +131,7 @@ export default function LandingPage() { 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", - ]} + "Texas City Homeowner Association", "Main Street Gardeners", "Local Green Initiative", "Texas Turf Collective"]} /> @@ -201,17 +145,9 @@ export default function LandingPage() { 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: "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: "p2", name: "Full Care", price: "$120/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg"}, ]} /> @@ -220,29 +156,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file