Compare commits
17 Commits
version_17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9822be2de | |||
| c7aa93ec0e | |||
| c5467b9e5a | |||
| 3d623a936d | |||
| aebb633d5f | |||
| 26ceb601d9 | |||
| e0f35ecae8 | |||
| 8e8798dd27 | |||
| 96795ad6a4 | |||
| 4fbadf991c | |||
| 694413b054 | |||
| 0522a93fd2 | |||
| 74683ba5bf | |||
| 00bf6d96d4 | |||
| ed1b7aa18a | |||
| 3c5c112ab7 | |||
| 6da5556e99 |
@@ -54,10 +54,6 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
|
||||||
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,
|
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"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=1"
|
||||||
@@ -172,10 +168,6 @@ export default function LandingPage() {
|
|||||||
id: "1", name: "AJ Kessler", 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: "David R.", role: "Business Owner", 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: "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"
|
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">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<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="Transform your outdoor space with a free consultation. Ready to get started? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Quote Today", href: "#" },
|
{ text: "Schedule Your Free Estimate", href: "#" },
|
||||||
{ text: "Call Now", href: "tel:(555) 123-4567" }
|
{ text: "Call Now", href: "tel:(555) 123-4567" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user