17 Commits

Author SHA1 Message Date
a9822be2de Switch to version 21: modified src/app/page.tsx 2026-03-02 22:30:21 +00:00
c7aa93ec0e Switch to version 21: modified src/app/layout.tsx 2026-03-02 22:30:21 +00:00
c5467b9e5a Switch to version 20: modified src/app/page.tsx 2026-03-02 22:30:00 +00:00
3d623a936d Switch to version 19: modified src/app/page.tsx 2026-03-02 22:29:47 +00:00
aebb633d5f Switch to version 20: modified src/app/page.tsx 2026-03-02 22:29:29 +00:00
26ceb601d9 Switch to version 20: modified src/app/layout.tsx 2026-03-02 22:29:28 +00:00
e0f35ecae8 Merge version_21 into main
Merge version_21 into main
2026-03-02 22:17:18 +00:00
8e8798dd27 Update src/app/page.tsx 2026-03-02 22:17:14 +00:00
96795ad6a4 Update src/app/layout.tsx 2026-03-02 22:17:13 +00:00
4fbadf991c Merge version_20 into main
Merge version_20 into main
2026-03-02 22:14:05 +00:00
694413b054 Update src/app/page.tsx 2026-03-02 22:14:01 +00:00
0522a93fd2 Merge version_19 into main
Merge version_19 into main
2026-03-02 22:10:29 +00:00
74683ba5bf Update src/app/page.tsx 2026-03-02 22:10:24 +00:00
00bf6d96d4 Update src/app/layout.tsx 2026-03-02 22:10:23 +00:00
ed1b7aa18a Merge version_18 into main
Merge version_18 into main
2026-03-02 22:08:39 +00:00
3c5c112ab7 Update src/app/page.tsx 2026-03-02 22:08:35 +00:00
6da5556e99 Merge version_17 into main
Merge version_17 into main
2026-03-02 22:05:50 +00:00

View File

@@ -54,10 +54,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
useInvertedBackground={false}
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,
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,
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,
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="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"
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" }
]}
/>