Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:53:00 +00:00
parent 21af13350b
commit 01155971dd

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
]} ]}
dashboard={{ dashboard={{
title: "Rental Dashboard", logoIcon: Zap, 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: Calendar },
{ icon: MapPin, active: true }, { icon: MapPin, active: true },
{ icon: Settings }, { icon: Settings },
@@ -94,7 +94,7 @@ export default function LandingPage() {
products={[ 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: "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: "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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"