Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 05:13:31 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
dashboard={{
title: "Transformation Showcase", logoIcon: Leaf,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", buttons: [
{ text: "Browse Services", href: "#services" },
{ text: "View Pricing", href: "#booking" }
],
@@ -141,9 +141,9 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", brand: "Estate Collection", name: "Mediterranean Garden Retreat", price: "$85,000", rating: 5, reviewCount: "12 transformations", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", imageAlt: "Mediterranean garden with stone features" },
{ id: "2", brand: "Modern Collection", name: "Contemporary Outdoor Oasis", price: "$120,000", rating: 5, reviewCount: "8 installations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Modern luxury patio with seating" },
{ id: "3", brand: "Classic Collection", name: "English Garden Sanctuary", price: "$95,000", rating: 5, reviewCount: "15 completed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Lush English-style garden landscape" }
{ id: "1", brand: "Estate Collection", name: "Mediterranean Garden Retreat", price: "$85,000", rating: 5, reviewCount: "12 transformations", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=1", imageAlt: "Mediterranean garden with stone features" },
{ id: "2", brand: "Modern Collection", name: "Contemporary Outdoor Oasis", price: "$120,000", rating: 5, reviewCount: "8 installations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "Modern luxury patio with seating" },
{ id: "3", brand: "Classic Collection", name: "English Garden Sanctuary", price: "$95,000", rating: 5, reviewCount: "15 completed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=3", imageAlt: "Lush English-style garden landscape" }
]}
/>
</div>
@@ -178,8 +178,8 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{ id: "1", value: "680+", title: "Projects Completed", description: "Luxury landscapes delivered nationwide", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", imageAlt: "Completed project showcase" },
{ id: "2", value: "98.8%", title: "Client Satisfaction", description: "Consistently 5-star rated experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Satisfied client testimonial" }
{ id: "1", value: "680+", title: "Projects Completed", description: "Luxury landscapes delivered nationwide", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=2", imageAlt: "Completed project showcase" },
{ id: "2", value: "98.8%", title: "Client Satisfaction", description: "Consistently 5-star rated experiences", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=4", imageAlt: "Satisfied client testimonial" }
]}
/>
</div>