Merge version_1 into main #1
346
src/app/page.tsx
346
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Spirits",
|
||||
id: "spirits",
|
||||
},
|
||||
name: "Spirits", id: "spirits"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Booster's Bar"
|
||||
/>
|
||||
@@ -59,118 +49,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Fusion of Italy and Thailand"
|
||||
description="Experience the harmony of Mediterranean classics and bold Southeast Asian aromatics in the heart of our fine dining sanctuary."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-red-sauce-mint-side-view_141793-4516.jpg",
|
||||
imageAlt: "Italian pasta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25733.jpg",
|
||||
imageAlt: "Thai curry",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg",
|
||||
imageAlt: "Fine dining interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-different-colors-with-lemon-slices_140725-2318.jpg",
|
||||
imageAlt: "Artisan cocktail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232841.jpg",
|
||||
imageAlt: "Booster's bar atmosphere",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rice-with-meat-red-sauce-mint-side-view_141793-4516.jpg", imageAlt: "Italian pasta" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25733.jpg", imageAlt: "Thai curry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Fine dining interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shot-different-colors-with-lemon-slices_140725-2318.jpg", imageAlt: "Artisan cocktail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232841.jpg", imageAlt: "Booster's bar atmosphere" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728013.jpg",
|
||||
imageAlt: "Chef at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebrating-relationship-with-red-wine-kitchen_482257-7770.jpg",
|
||||
imageAlt: "Wine collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg",
|
||||
imageAlt: "Table setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24810.jpg",
|
||||
imageAlt: "Thai spices",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheese-snacks-near-olives-plates_23-2148037580.jpg",
|
||||
imageAlt: "Italian antipasti",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125749.jpg",
|
||||
imageAlt: "Bar service",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728013.jpg", imageAlt: "Chef at work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/celebrating-relationship-with-red-wine-kitchen_482257-7770.jpg", imageAlt: "Wine collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", imageAlt: "Table setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24810.jpg", imageAlt: "Thai spices" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheese-snacks-near-olives-plates_23-2148037580.jpg", imageAlt: "Italian antipasti" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125749.jpg", imageAlt: "Bar service" }
|
||||
]}
|
||||
buttons={[{ text: "Reserve Table", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232838.jpg",
|
||||
alt: "Chef Maria",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-kitchen_23-2148006181.jpg",
|
||||
alt: "Chef Somchai",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-separating-eggs-bowl_23-2149720740.jpg",
|
||||
alt: "Chef Isabella",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-male-chef-chopping-vegetables-kitchen_23-2148763208.jpg",
|
||||
alt: "Chef Marco",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-male-chef-preparing-food-kitchen_23-2147863763.jpg",
|
||||
alt: "Chef Luca",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232838.jpg", alt: "Chef Maria" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chef-kitchen_23-2148006181.jpg", alt: "Chef Somchai" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-separating-eggs-bowl_23-2149720740.jpg", alt: "Chef Isabella" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-male-chef-chopping-vegetables-kitchen_23-2148763208.jpg", alt: "Chef Marco" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-male-chef-preparing-food-kitchen_23-2147863763.jpg", alt: "Chef Luca" }
|
||||
]}
|
||||
avatarText="Our expert culinary team"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg",
|
||||
alt: "Award winning logo",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wine-bottles-display-restaurant_23-2152024846.jpg",
|
||||
alt: "Wine magazine feature",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7854.jpg",
|
||||
alt: "Food critic seal",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199416.jpg",
|
||||
alt: "Design excellence",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-men-wine-cellar_23-2149428764.jpg",
|
||||
alt: "Culinary heritage",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,18 +87,9 @@ export default function LandingPage() {
|
||||
title="Culinary Artistry Redefined"
|
||||
description="Booster's Bar isn't just a place to dine; it's a destination where the soul of Italian tradition meets the vibrancy of Thai spices. Our chefs meticulously craft every dish, bridging continents with flavors that surprise and delight."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisanal Ingredients",
|
||||
description: "Sourced daily for maximum freshness.",
|
||||
},
|
||||
{
|
||||
title: "Fusion Philosophy",
|
||||
description: "Respecting roots while embracing innovation.",
|
||||
},
|
||||
{
|
||||
title: "Extensive Spirits",
|
||||
description: "A world-class cellar curated for harmony.",
|
||||
},
|
||||
{ title: "Artisanal Ingredients", description: "Sourced daily for maximum freshness." },
|
||||
{ title: "Fusion Philosophy", description: "Respecting roots while embracing innovation." },
|
||||
{ title: "Extensive Spirits", description: "A world-class cellar curated for harmony." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/loving-people-enjoying-dinner-with-candles_23-2147736680.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -206,42 +103,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Truffle Pad Thai",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Risotto Lemongrass",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushed-potatoes-with-greens-sliced-tomatoes-grey-table_140725-104281.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Basil Pesto Curry",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-with-sliced-kiwis-custard-inside-white-desk-along-with-wooden-spoons-plants-white-table-fruit-exotic-sweet_140725-22386.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gnocchi Tom Yum",
|
||||
price: "$34",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-soup-chicken-arrangement_23-2148725071.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thai Basil Ravioli",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-pasta-meal-dough_140725-82188.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Coconut Carbonara",
|
||||
price: "$31",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-portion-penne-pasta-marble-surface_114579-63725.jpg",
|
||||
},
|
||||
{ id: "1", name: "Truffle Pad Thai", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg" },
|
||||
{ id: "2", name: "Risotto Lemongrass", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushed-potatoes-with-greens-sliced-tomatoes-grey-table_140725-104281.jpg" },
|
||||
{ id: "3", name: "Basil Pesto Curry", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-with-sliced-kiwis-custard-inside-white-desk-along-with-wooden-spoons-plants-white-table-fruit-exotic-sweet_140725-22386.jpg" },
|
||||
{ id: "4", name: "Gnocchi Tom Yum", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-soup-chicken-arrangement_23-2148725071.jpg" },
|
||||
{ id: "5", name: "Thai Basil Ravioli", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-pasta-meal-dough_140725-82188.jpg" },
|
||||
{ id: "6", name: "Coconut Carbonara", price: "$31", imageSrc: "http://img.b2bpic.net/free-photo/small-portion-penne-pasta-marble-surface_114579-63725.jpg" }
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Discover our uniquely paired dishes."
|
||||
@@ -253,21 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rare Thai Spirits",
|
||||
description: "Authentic rice whiskies and botanical spirits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg",
|
||||
},
|
||||
{
|
||||
title: "Italian Vintages",
|
||||
description: "A hand-selected collection of Tuscany's finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fusion Cocktails",
|
||||
description: "Signature drinks balancing bitter and spice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg",
|
||||
},
|
||||
{ title: "Rare Thai Spirits", description: "Authentic rice whiskies and botanical spirits.", imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg" },
|
||||
{ title: "Italian Vintages", description: "A hand-selected collection of Tuscany's finest.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg" },
|
||||
{ title: "Fusion Cocktails", description: "Signature drinks balancing bitter and spice.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg" }
|
||||
]}
|
||||
title="The Spirits Cellar"
|
||||
description="Our bar serves as the backbone of the Booster's experience, featuring rare spirits from both regions."
|
||||
@@ -278,47 +133,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
handle: "@mrossi",
|
||||
testimonial: "A dream come true. The fusion is so subtle yet so powerful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pim S.",
|
||||
handle: "@pims",
|
||||
testimonial: "Never thought curry and risotto could work this well.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018744.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "The spirits collection is unmatched in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena B.",
|
||||
handle: "@elenab",
|
||||
testimonial: "Impeccable service and sophisticated atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Somsak K.",
|
||||
handle: "@somsakk",
|
||||
testimonial: "A bold new standard for fine dining.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-photo-with-his-smartphone_23-2149239021.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco Rossi", handle: "@mrossi", testimonial: "A dream come true. The fusion is so subtle yet so powerful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg" },
|
||||
{ id: "2", name: "Pim S.", handle: "@pims", testimonial: "Never thought curry and risotto could work this well.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018744.jpg" },
|
||||
{ id: "3", name: "James L.", handle: "@jamesl", testimonial: "The spirits collection is unmatched in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg" },
|
||||
{ id: "4", name: "Elena B.", handle: "@elenab", testimonial: "Impeccable service and sophisticated atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg" },
|
||||
{ id: "5", name: "Somsak K.", handle: "@somsakk", testimonial: "A bold new standard for fine dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-photo-with-his-smartphone_23-2149239021.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guests Experience"
|
||||
@@ -332,36 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120+",
|
||||
title: "Spirits Available",
|
||||
items: [
|
||||
"Rare Finds",
|
||||
"Small Batch",
|
||||
"Direct Imports",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20",
|
||||
title: "Fusion Masterpieces",
|
||||
items: [
|
||||
"Chef Signature",
|
||||
"Guest Favorites",
|
||||
"Seasonals",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "Stars Awarded",
|
||||
items: [
|
||||
"Culinary Excellence",
|
||||
"Guest Satisfaction",
|
||||
"Top Hospitality",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "120+", title: "Spirits Available", items: ["Rare Finds", "Small Batch", "Direct Imports"] },
|
||||
{ id: "m2", value: "20", title: "Fusion Masterpieces", items: ["Chef Signature", "Guest Favorites", "Seasonals"] },
|
||||
{ id: "m3", value: "5", title: "Stars Awarded", items: ["Culinary Excellence", "Guest Satisfaction", "Top Hospitality"] }
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to quality service and atmosphere."
|
||||
@@ -373,21 +167,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is reservation required?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer private dining?",
|
||||
content: "We have two intimate rooms available for private events.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is it spicy?",
|
||||
content: "Our Thai dishes range from mild to authentic spicy.",
|
||||
},
|
||||
{ id: "q1", title: "Is reservation required?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "q2", title: "Do you offer private dining?", content: "We have two intimate rooms available for private events." },
|
||||
{ id: "q3", title: "Is it spicy?", content: "Our Thai dishes range from mild to authentic spicy." }
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Answers to your questions about our dining experience."
|
||||
@@ -398,9 +180,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Join Us for Dinner"
|
||||
description="Secure your table at Booster's Bar today."
|
||||
@@ -410,32 +190,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Follow", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Booster's Bar."
|
||||
bottomRightText="Fine Dining Italian-Thai Fusion"
|
||||
|
||||
Reference in New Issue
Block a user