Compare commits
25 Commits
version_5
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 493a3dfd7a | |||
| b51295038e | |||
| 7a1f544bb8 | |||
| 69af158a75 | |||
| 95863534ec | |||
| edf722b735 | |||
| 2df81cb7fa | |||
| 196816b0f8 | |||
| bbbe0b697b | |||
| eb91e0bdec | |||
| 91ea25e995 | |||
| ef6376c11d | |||
| 0ee8667b79 | |||
| 4b301c3ebb | |||
| 6fa246d2fc | |||
| 18ae176981 | |||
| 07893d8947 | |||
| 8dc3e06d6e | |||
| cd12b95d4d | |||
| ebe31071d0 | |||
| 5e9809cf99 | |||
| 540d18bd4f | |||
| 1c294cc68b | |||
| 186786d09e | |||
| 96d0a9ff11 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", rating: 5,
|
name: "Jennifer M.", handle: "Homeowner", testimonial: "Maddscape completely transformed our backyard. Professional, reliable, and attention to detail is outstanding!", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=1"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "David R.", handle: "Business Owner", testimonial: "We've been using Maddscape for our commercial property for 3 years. Consistent quality and excellent service.", rating: 5,
|
name: "David R.", handle: "Business Owner", testimonial: "We've been using Maddscape for our commercial property for 3 years. Consistent quality and excellent service.", rating: 5,
|
||||||
@@ -110,10 +110,6 @@ export default function LandingPage() {
|
|||||||
icon: Sprout,
|
icon: Sprout,
|
||||||
title: "Seasonal Cleanup", description: "Spring and fall cleanup services including leaf removal, debris management, and seasonal preparation."
|
title: "Seasonal Cleanup", description: "Spring and fall cleanup services including leaf removal, debris management, and seasonal preparation."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: Bug,
|
|
||||||
title: "Pest & Disease Control", description: "Integrated pest management and plant health care to protect your landscape from damage and disease."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
icon: Droplets,
|
||||||
title: "Mulch & Soil Services", description: "Professional mulching and soil amendment services to enhance soil health and plant growth."
|
title: "Mulch & Soil Services", description: "Professional mulching and soil amendment services to enhance soil health and plant growth."
|
||||||
@@ -143,15 +139,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5,
|
id: "1", brand: "Residential", name: "Complete Yard Transformation", price: "Featured", rating: 5,
|
||||||
reviewCount: "3 weeks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-aa7iq37g.jpg?_wi=1", imageAlt: "Complete yard transformation with new landscaping design"
|
reviewCount: "3 weeks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485926428-04tdo594.jpg", imageAlt: "Complete yard transformation with new landscaping design"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Commercial", name: "Office Building Grounds", price: "Featured", rating: 5,
|
id: "2", brand: "Commercial", name: "Lawn care ", price: "Featured", rating: 5,
|
||||||
reviewCount: "Ongoing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg?_wi=2", imageAlt: "Professional commercial landscaping maintenance"
|
reviewCount: "Ongoing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485939171-702nszjk.jpg", imageAlt: "Professional commercial landscaping maintenance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5,
|
id: "3", brand: "Residential", name: "Tree Removal & Stump", price: "Featured", rating: 5,
|
||||||
reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=2", imageAlt: "Safe tree removal and stump grinding project"
|
reviewCount: "2 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772485914611-e56lxnof.jpg", imageAlt: "Safe tree removal and stump grinding project"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -173,20 +169,12 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5,
|
id: "1", name: "AJ Kessler", role: "Homeowner", company: "North Bloomington", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5,
|
id: "2", name: "Michael Chen", role: "Property Manager", company: "Corporate Office Park", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-aa7iq37g.jpg?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-aa7iq37g.jpg?_wi=2"
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown Bloomington", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717110-xc7k6n8c.jpg?_wi=3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Kim", role: "Business Owner", company: "Retail Center Manager", rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -226,9 +214,6 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "Can you help with landscape design?", content: "Absolutely! Our landscape design team can create custom designs tailored to your vision, budget, and property. We handle everything from conceptual drawings to full installation and maintenance."
|
id: "5", title: "Can you help with landscape design?", content: "Absolutely! Our landscape design team can create custom designs tailored to your vision, budget, and property. We handle everything from conceptual drawings to full installation and maintenance."
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6", title: "Do you offer eco-friendly options?", content: "Yes, we're committed to sustainable practices. We offer organic fertilizers, integrated pest management, mulching, and other eco-friendly solutions to keep your landscape healthy and environmentally responsible."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user