From 0997bd469afbb64b8754208cd4deca7fa80b5d0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:20:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a09088..93fe17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,47 +45,26 @@ export default function LandingPage() {
@@ -106,7 +77,7 @@ export default function LandingPage() { description="With years of experience serving Flourtown, we provide full-service landscaping, from routine mowing to complete property management and garden center support." subdescription="Our commitment is your satisfaction. Whether it's mosquito extermination or tree pruning, we handle every detail with care." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803955.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803955.jpg" mediaAnimation="slide-up" /> @@ -118,52 +89,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Lawn Maintenance", - description: "Weekly cutting, fertilizing, and aeration for healthy grass.", - bentoComponent: "reveal-icon", - icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=7", - imageAlt: "professional landscaping garden maintenance", + title: "Lawn Maintenance", description: "Weekly cutting, fertilizing, and aeration for healthy grass.", bentoComponent: "reveal-icon", icon: Scissors, }, { - title: "Landscaping Design", - description: "Custom designs and installations for beautiful outdoor spaces.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803955.jpg?_wi=2", - imageAlt: "lawn mowing and lawn care", + title: "Landscaping Design", description: "Custom designs and installations for beautiful outdoor spaces.", bentoComponent: "reveal-icon", icon: Leaf, }, { - title: "Garden & Tree Care", - description: "Pruning, planting, and disease treatment programs.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg?_wi=1", - imageAlt: "gardener landscaping tools on grass", + title: "Garden & Tree Care", description: "Pruning, planting, and disease treatment programs.", bentoComponent: "reveal-icon", icon: Star, }, { - title: "Cleanup & Removal", - description: "Spring/fall cleanups, branch removal, and debris disposal.", - bentoComponent: "reveal-icon", - icon: Trash2, - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=8", - imageAlt: "professional landscaping garden maintenance", + title: "Cleanup & Removal", description: "Spring/fall cleanups, branch removal, and debris disposal.", bentoComponent: "reveal-icon", icon: Trash2, }, { - title: "Commercial Services", - description: "Complete care for commercial properties.", - bentoComponent: "reveal-icon", - icon: Building2, - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803955.jpg?_wi=3", - imageAlt: "lawn mowing and lawn care", + title: "Commercial Services", description: "Complete care for commercial properties.", bentoComponent: "reveal-icon", icon: Building2, }, { - title: "Pest Control", - description: "Tick and mosquito extermination to keep your space comfortable.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pool-plants_23-2149684499.jpg?_wi=2", - imageAlt: "gardener landscaping tools on grass", + title: "Pest Control", description: "Tick and mosquito extermination to keep your space comfortable.", bentoComponent: "reveal-icon", icon: Star, }, ]} title="Our Professional Services" @@ -176,25 +117,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What areas do you serve?", - content: "We serve Flourtown, Lafayette Hill, and surrounding areas.", - }, + id: "1", title: "What areas do you serve?", content: "We serve Flourtown, Lafayette Hill, and surrounding areas."}, { - id: "2", - title: "Do you offer commercial landscaping?", - content: "Yes, we handle complete landscape care for commercial properties.", - }, + id: "2", title: "Do you offer commercial landscaping?", content: "Yes, we handle complete landscape care for commercial properties."}, { - id: "3", - title: "Can I get a one-time service?", - content: "We offer both regular routine maintenance and special projects.", - }, + id: "3", title: "Can I get a one-time service?", content: "We offer both regular routine maintenance and special projects."}, { - id: "4", - title: "Are you open on weekends?", - content: "Please contact us at (267) 844-3733 for our current availability.", - }, + id: "4", title: "Are you open on weekends?", content: "Please contact us at (267) 844-3733 for our current availability."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about our lawn and garden services." @@ -206,12 +135,11 @@ export default function LandingPage() {