16 Commits

Author SHA1 Message Date
eb91e0bdec Update src/app/page.tsx 2026-03-02 20:55:20 +00:00
91ea25e995 Merge version_9 into main
Merge version_9 into main
2026-03-02 20:51:44 +00:00
ef6376c11d Update src/app/page.tsx 2026-03-02 20:51:39 +00:00
0ee8667b79 Update src/app/layout.tsx 2026-03-02 20:51:38 +00:00
4b301c3ebb Merge version_8 into main
Merge version_8 into main
2026-03-02 20:48:37 +00:00
6fa246d2fc Update src/app/page.tsx 2026-03-02 20:48:32 +00:00
18ae176981 Update src/app/layout.tsx 2026-03-02 20:48:32 +00:00
07893d8947 Merge version_7 into main
Merge version_7 into main
2026-03-02 20:45:42 +00:00
8dc3e06d6e Update src/app/page.tsx 2026-03-02 20:45:38 +00:00
cd12b95d4d Update src/app/layout.tsx 2026-03-02 20:45:37 +00:00
ebe31071d0 Merge version_6 into main
Merge version_6 into main
2026-03-02 20:40:22 +00:00
5e9809cf99 Update src/app/page.tsx 2026-03-02 20:40:17 +00:00
540d18bd4f Merge version_6 into main
Merge version_6 into main
2026-03-02 20:39:06 +00:00
1c294cc68b Update src/app/page.tsx 2026-03-02 20:39:01 +00:00
186786d09e Merge version_5 into main
Merge version_5 into main
2026-03-02 20:36:52 +00:00
96d0a9ff11 Merge version_5 into main
Merge version_5 into main
2026-03-02 20:36:02 +00:00
2 changed files with 10 additions and 6 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
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-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,
@@ -151,7 +151,7 @@ export default function LandingPage() {
},
{
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-1772484296862-9cqh86nu.jpg", imageAlt: "Safe tree removal and stump grinding project"
}
]}
buttons={[
@@ -173,7 +173,7 @@ export default function LandingPage() {
animationType="slide-up"
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"
},
{
@@ -182,11 +182,15 @@ export default function LandingPage() {
},
{
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"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483901119-6g4fddno.png?_wi=2"
},
{
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"
},
{
id: "5", name: "Todd M Simmons", role: "Homeowner", company: "South Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-ln3lfosh.jpg?_wi=3"
}
]}
kpiItems={[
@@ -288,4 +292,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}