From 0067a741131ee14e4936b7b4bf6782e718d35c20 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:04:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46c9836..f97a9ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Maraca NYC Experience", logoIcon: Music, - imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg?_wi=1", imageAlt: "Maraca NYC rooftop venue aerial view", searchPlaceholder: "Search events...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg", imageAlt: "Maraca NYC rooftop venue aerial view", searchPlaceholder: "Search events...", sidebarItems: [ { icon: Home, active: true }, { icon: Calendar }, { icon: Users } @@ -98,6 +98,7 @@ export default function LandingPage() { imageAlt="Maraca NYC venue interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -114,10 +115,10 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "friday", name: "Rooftop Garden Fridays", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-nightclub_23-2147718212.jpg?_wi=1", imageAlt: "Friday rooftop garden party" + id: "friday", name: "Rooftop Garden Fridays", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-nightclub_23-2147718212.jpg", imageAlt: "Friday rooftop garden party" }, { - id: "saturday", name: "Alta Gama Saturdays", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg?_wi=1", imageAlt: "Saturday exclusive party" + id: "saturday", name: "Alta Gama Saturdays", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg", imageAlt: "Saturday exclusive party" }, { id: "brunch", name: "Sunday Brunch Experience", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-glass-champagne-wooden-surface-wedding_181624-21249.jpg", imageAlt: "Sunday rooftop brunch" @@ -162,7 +163,7 @@ export default function LandingPage() { }, { id: "3", title: "VIP Tables & Premium Service", description: "Reserve an exclusive VIP table with bottle service for an elevated experience. Our professional staff ensures impeccable service and attention to detail throughout the night.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-three-girl-lying-down_23-2147714227.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-three-girl-lying-down_23-2147714227.jpg" }, items: [ { icon: Crown, text: "Exclusive VIP seating" }, @@ -187,16 +188,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "Wed-Sun", title: "Operating Hours", description: "Open late for your nightlife pleasure", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg?_wi=2" + id: "1", value: "Wed-Sun", title: "Operating Hours", description: "Open late for your nightlife pleasure", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg" }, { - id: "2", value: "21+", title: "Age Requirement", description: "Valid ID required at entrance", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-nightclub_23-2147718212.jpg?_wi=2" + id: "2", value: "21+", title: "Age Requirement", description: "Valid ID required at entrance", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-nightclub_23-2147718212.jpg" }, { - id: "3", value: "Upscale", title: "Dress Code", description: "Trendy and elegant attire required", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg?_wi=2" + id: "3", value: "Upscale", title: "Dress Code", description: "Trendy and elegant attire required", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg" }, { - id: "4", value: "Available", title: "Valet Parking", description: "Premium parking service available", imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-three-girl-lying-down_23-2147714227.jpg?_wi=2" + id: "4", value: "Available", title: "Valet Parking", description: "Premium parking service available", imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-three-girl-lying-down_23-2147714227.jpg" } ]} animationType="slide-up" -- 2.49.1