From 87882a935afa71963d4a4a8ab0ebf354763dcc79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad15c00..63e3c41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "fluid" }} 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" } ], @@ -140,9 +140,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" } ]} /> @@ -177,8 +177,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" } ]} /> -- 2.49.1