2 Commits

Author SHA1 Message Date
7f85c6cd4f Update src/app/page.tsx 2026-03-10 20:39:46 +00:00
612d798f32 Merge version_3 into main
Merge version_3 into main
2026-03-10 20:38:07 +00:00

View File

@@ -75,16 +75,16 @@ export default function HomePage() {
tagIcon={Leaf} tagIcon={Leaf}
features={[ 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" gridVariant="two-columns-alternating-heights"
@@ -241,7 +241,7 @@ export default function HomePage() {
tagIcon={Clock} tagIcon={Clock}
plans={[ 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: { 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" 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: { 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" text: "Request Free Quote", href: "#contact"
}, },
@@ -365,4 +365,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }