9 Commits

Author SHA1 Message Date
4acccadaf7 Update src/app/page.tsx 2026-03-02 21:55:41 +00:00
b52ac722a0 Merge version_13 into main
Merge version_13 into main
2026-03-02 21:53:19 +00:00
493a3dfd7a Update src/app/page.tsx 2026-03-02 21:53:15 +00:00
b51295038e Merge version_12 into main
Merge version_12 into main
2026-03-02 21:13:01 +00:00
7a1f544bb8 Update src/app/page.tsx 2026-03-02 21:12:49 +00:00
69af158a75 Merge version_12 into main
Merge version_12 into main
2026-03-02 21:05:23 +00:00
95863534ec Update src/app/page.tsx 2026-03-02 21:05:17 +00:00
edf722b735 Update src/app/layout.tsx 2026-03-02 21:05:15 +00:00
2df81cb7fa Merge version_11 into main
Merge version_11 into main
2026-03-02 21:02:13 +00:00
2 changed files with 6 additions and 25 deletions

View File

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

View File

@@ -139,15 +139,15 @@ export default function LandingPage() {
products={[
{
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,
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"
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-1772485939171-702nszjk.jpg", imageAlt: "Professional commercial landscaping maintenance"
},
{
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-1772484296862-9cqh86nu.jpg", 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={[
@@ -171,22 +171,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: "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"
},
{
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-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={[
@@ -226,9 +210,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: "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."
}
]}
/>
@@ -288,4 +269,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}