From 7f85c6cd4fd4a575ff052ef49c78e53026066adf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:39:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 404ac70..24274ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,16 +75,16 @@ export default function HomePage() { tagIcon={Leaf} features={[ { - title: "Landscaping Design", description: "Custom designs that increase curb appeal and property value", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Professional landscaping design" + title: "Landscaping Design", description: "Custom landscape designs tailored to your vision and property needs", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Professional landscaping design" }, { - title: "Fence Installation", description: "Durable fences that enhance security, privacy, and property aesthetics", imageSrc: "http://img.b2bpic.net/free-photo/closeup-base-green-barrier-overpass-bridge_181624-22816.jpg?_wi=1", imageAlt: "Fence installation services" + title: "Fence Installation", description: "Premium fence installation with high-quality materials and expert craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/closeup-base-green-barrier-overpass-bridge_181624-22816.jpg?_wi=1", imageAlt: "Fence installation services" }, { - title: "Gate Installation", description: "Professional gates that boost home security and create stunning entrances", imageSrc: "http://img.b2bpic.net/free-photo/closeup-base-green-barrier-overpass-bridge_181624-22816.jpg?_wi=2", imageAlt: "Gate installation services" + title: "Gate Installation", description: "Professional gate installation for security and curb appeal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-base-green-barrier-overpass-bridge_181624-22816.jpg?_wi=2", imageAlt: "Gate installation services" }, { - title: "Backyard Renovation", description: "Complete outdoor transformations that expand living space and lifestyle enjoyment", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803953.jpg", imageAlt: "Backyard renovation project" + title: "Backyard Renovation", description: "Complete backyard transformations with custom outdoor living spaces", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803953.jpg", imageAlt: "Backyard renovation project" }, ]} gridVariant="two-columns-alternating-heights" @@ -241,7 +241,7 @@ export default function HomePage() { tagIcon={Clock} plans={[ { - id: "consultation", tag: "Free Consultation", tagIcon: Phone, + id: "consultation", tag: "Call Today", tagIcon: Phone, price: "Call", period: "Today", description: "Speak directly with our landscaping experts about your project needs and vision.", button: { text: "Schedule Free Call", href: "tel:+12023618677" }, @@ -250,7 +250,7 @@ export default function HomePage() { ], }, { - id: "quote", tag: "Free Quote Request", tagIcon: FileText, + id: "quote", tag: "Get Quote Online", tagIcon: FileText, price: "Online", period: "24-48 hrs", description: "Submit your project details online and receive a detailed quote from our team within 24-48 hours.", button: { text: "Request Free Quote", href: "#contact" }, @@ -365,4 +365,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}