Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 00:04:21 +00:00

View File

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