Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:53:06 +00:00

View File

@@ -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"