From 01155971dd64b9b00a09fa8e75565e33659bbe00 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3b42a7..b543fa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Rental Dashboard", logoIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg", searchPlaceholder: "Search available units...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg?_wi=1", searchPlaceholder: "Search available units...", sidebarItems: [ { icon: Calendar }, { icon: MapPin, active: true }, { icon: Settings }, @@ -94,7 +94,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Classic 8ft Bounce Castle", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-women-with-holi-color-their-face-looking-each-other_23-2148129179.jpg", imageAlt: "Classic 8ft Bounce Castle" }, { id: "2", name: "12ft Water Slide Combo", price: "$149/day", imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-by-pool_23-2149492529.jpg", imageAlt: "12ft Water Slide Combo" }, - { id: "3", name: "Deluxe Obstacle Course", price: "$199/day", imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg", imageAlt: "Deluxe Obstacle Course" }, + { id: "3", name: "Deluxe Obstacle Course", price: "$199/day", imageSrc: "http://img.b2bpic.net/free-vector/many-children-jumping-bouncing-castle_1308-30580.jpg?_wi=2", imageAlt: "Deluxe Obstacle Course" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1