|
|
|
|
@@ -54,14 +54,6 @@ export default function LandingPage() {
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
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-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,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Tom", handle: "Long-time Client", testimonial: "Exceptional service year after year. Maddscape treats my property like their own. Highly recommended!", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
|
|
|
|
|
@@ -177,11 +169,11 @@ export default function LandingPage() {
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Jennifer M.", role: "Homeowner", company: "West Bloomington", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=1"
|
|
|
|
|
id: "3", name: "Tom", role: "Long-time Client", company: "Bloomington", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Tom", role: "Long-time Client", company: "Bloomington", rating: 5,
|
|
|
|
|
id: "4", name: "Nino Emmanuelle", role: "Satisfied Customer", company: "Bloomington", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -229,12 +221,12 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Ready to transform your outdoor space? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
|
|
|
|
|
text="No obligation. Response within 24 hours. Ready to transform your outdoor space? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Get Free Quote Today", href: "#" },
|
|
|
|
|
{ text: "Schedule Your Free Estimate", href: "#" },
|
|
|
|
|
{ text: "Call Now", href: "tel:(555) 123-4567" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -281,4 +273,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|