Merge version_1 into main #2
193
src/app/page.tsx
193
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Story",
|
||||
id: "#story",
|
||||
},
|
||||
name: "Story", id: "#story"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#reserve",
|
||||
},
|
||||
name: "Reservations", id: "#reserve"},
|
||||
]}
|
||||
brandName="Masquerade"
|
||||
/>
|
||||
@@ -55,51 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Brooklyn's Best Kept Secret."
|
||||
description="Indulge in a sensory journey of Persian-inspired flavors, handcrafted cocktails, and moody luxury. Your table awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#reserve",
|
||||
},
|
||||
text: "Reserve Now", href: "#reserve"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-chairs-close-up_250224-373.jpg",
|
||||
imageAlt: "Moody interior red leather seating",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/colorful-chairs-close-up_250224-373.jpg", imageAlt: "Moody interior red leather seating"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728873.jpg",
|
||||
imageAlt: "Exposed brick and bar",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728873.jpg", imageAlt: "Exposed brick and bar"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg",
|
||||
imageAlt: "Gourmet plated shared dish",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", imageAlt: "Gourmet plated shared dish"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-restaurant-date-drinking-wine_1157-52133.jpg",
|
||||
imageAlt: "Intimate cozy table",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-restaurant-date-drinking-wine_1157-52133.jpg", imageAlt: "Intimate cozy table"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132219.jpg",
|
||||
imageAlt: "Craft cocktail presentation",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132219.jpg", imageAlt: "Craft cocktail presentation"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-sitting-table-medium-shot_23-2149655604.jpg",
|
||||
imageAlt: "Beautiful patio backyard",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-sitting-table-medium-shot_23-2149655604.jpg", imageAlt: "Beautiful patio backyard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,29 +85,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="love" data-section="love">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Intimate Vibe",
|
||||
description: "Atmospheric lighting, brick walls, and plush seating create the perfect date night backdrop.",
|
||||
},
|
||||
title: "Intimate Vibe", description: "Atmospheric lighting, brick walls, and plush seating create the perfect date night backdrop."},
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Crafted Cocktails",
|
||||
description: "Signature drinks infused with Persian botanicals and fresh, refined ingredients.",
|
||||
},
|
||||
title: "Crafted Cocktails", description: "Signature drinks infused with Persian botanicals and fresh, refined ingredients."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Social Atmosphere",
|
||||
description: "A lively yet cozy space, perfect for spontaneous gatherings and meaningful conversations.",
|
||||
},
|
||||
title: "Social Atmosphere", description: "A lively yet cozy space, perfect for spontaneous gatherings and meaningful conversations."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Shareable Plates",
|
||||
description: "Modern interpretations of heritage-inspired flavors made for the table to enjoy together.",
|
||||
},
|
||||
title: "Shareable Plates", description: "Modern interpretations of heritage-inspired flavors made for the table to enjoy together."},
|
||||
]}
|
||||
title="Why Guests Wander In"
|
||||
description="From spontaneous dates to curated nights with friends, discover what makes Masquerade a local favorite."
|
||||
@@ -153,23 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pomegranate Glazed Lamb",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-nut-salad-with-lemon-slice_140725-1029.jpg",
|
||||
},
|
||||
id: "1", name: "Pomegranate Glazed Lamb", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/tomato-nut-salad-with-lemon-slice_140725-1029.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Saffron Gin Sour",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-lemon_23-2149407470.jpg",
|
||||
},
|
||||
id: "2", name: "Saffron Gin Sour", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-lemon_23-2149407470.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Persian Rose Petal Wine",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-with-cup-drink-near-smartphone-dessert-table-cafe_23-2148071600.jpg",
|
||||
},
|
||||
id: "3", name: "Persian Rose Petal Wine", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-with-cup-drink-near-smartphone-dessert-table-cafe_23-2148071600.jpg"},
|
||||
]}
|
||||
title="Curated Flavors"
|
||||
description="A journey of spice, spirit, and soul."
|
||||
@@ -183,59 +133,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Regular",
|
||||
company: "Brooklyn Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "Regular", company: "Brooklyn Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
role: "Foodie",
|
||||
company: "Manhattan Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah L.", role: "Foodie", company: "Manhattan Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael T.",
|
||||
role: "Date Night",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
id: "3", name: "Michael T.", role: "Date Night", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily C.",
|
||||
role: "Socialite",
|
||||
company: "Frequent Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg",
|
||||
},
|
||||
id: "4", name: "Emily C.", role: "Socialite", company: "Frequent Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jordan P.",
|
||||
role: "Critic",
|
||||
company: "NYC Dining Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jordan P.", role: "Critic", company: "NYC Dining Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.9", label: "Google Rating"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Cocktails Poured",
|
||||
},
|
||||
value: "5k+", label: "Cocktails Poured"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Good Vibes",
|
||||
},
|
||||
value: "100%", label: "Good Vibes"},
|
||||
]}
|
||||
title="Words from Our Guests"
|
||||
description="See why our neighbors call us the neighborhood's favorite hidden gem."
|
||||
@@ -246,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reservations"
|
||||
title="Join Us Tonight"
|
||||
description="Secure your table at Masquerade and experience the magic of our Brooklyn hideaway."
|
||||
@@ -262,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "Yes, we always save space for spontaneous visitors at our bar.",
|
||||
},
|
||||
id: "1", title: "Do you accept walk-ins?", content: "Yes, we always save space for spontaneous visitors at our bar."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the patio open?",
|
||||
content: "Our patio is open weather-permitting. Check our Instagram for daily updates.",
|
||||
},
|
||||
id: "2", title: "Is the patio open?", content: "Our patio is open weather-permitting. Check our Instagram for daily updates."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I host an event?",
|
||||
content: "We love hosting small gatherings. Reach out via email for private booking inquiries.",
|
||||
},
|
||||
id: "3", title: "Can I host an event?", content: "We love hosting small gatherings. Reach out via email for private booking inquiries."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know about your evening at Masquerade."
|
||||
@@ -287,33 +196,21 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Masquerade",
|
||||
items: [
|
||||
title: "Masquerade", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#story",
|
||||
},
|
||||
label: "About Us", href: "#story"},
|
||||
{
|
||||
label: "Menus",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menus", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#reserve",
|
||||
},
|
||||
label: "Contact", href: "#reserve"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user