Update src/app/page.tsx
This commit is contained in:
275
src/app/page.tsx
275
src/app/page.tsx
@@ -32,58 +32,37 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Experience",
|
name: "Experience", id: "#experience"},
|
||||||
id: "#experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Team",
|
name: "Team", id: "#team"},
|
||||||
id: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Chicago Lounge"
|
brandName="Chicago Lounge"
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Table",
|
text: "Book a Table", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="CHICAGO LOUNGE"
|
title="CHICAGO LOUNGE"
|
||||||
description="Bloemfontein's pulse: Killer pizza, cold draughts, live DJs & legendary vibes. Your night starts here."
|
description="Bloemfontein's pulse: Killer pizza, cold draughts, live DJs & legendary vibes. Your night starts here."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Table",
|
text: "Book a Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370266.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370266.jpg"
|
||||||
@@ -96,15 +75,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Killer Pizza",
|
"Killer Pizza", "Ice Cold Draught", "Live DJs", "Pool Tables", "Mixed Crowd", "Legendary Service"]}
|
||||||
"Ice Cold Draught",
|
|
||||||
"Live DJs",
|
|
||||||
"Pool Tables",
|
|
||||||
"Mixed Crowd",
|
|
||||||
"Legendary Service",
|
|
||||||
]}
|
|
||||||
speed={60}
|
speed={60}
|
||||||
showCard={false}
|
showCard={false}
|
||||||
|
title=""
|
||||||
|
description=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,20 +91,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "8+", description: "Years Serving Bloemfontein"},
|
||||||
value: "8+",
|
|
||||||
description: "Years Serving Bloemfontein",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "4.2", description: "Average Google Rating"},
|
||||||
value: "4.2",
|
|
||||||
description: "Average Google Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "2", description: "Pool Tables for Your Game"},
|
||||||
value: "2",
|
|
||||||
description: "Pool Tables for Your Game",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Heart of Bloemfontein's Nightlife"
|
title="The Heart of Bloemfontein's Nightlife"
|
||||||
description="For over 8 years, Chicago Lounge has been more than just a bar – it's a vibrant institution. A true gem on 2nd Avenue, we're rated 4.2 stars for our unbeatable atmosphere and service that feels like family."
|
description="For over 8 years, Chicago Lounge has been more than just a bar – it's a vibrant institution. A true gem on 2nd Avenue, we're rated 4.2 stars for our unbeatable atmosphere and service that feels like family."
|
||||||
@@ -144,65 +110,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "pizza",
|
id: "pizza", brand: "The Best", name: "Killer Pizza", price: "From R120", rating: 5,
|
||||||
brand: "The Best",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausage-pizza-brown-wooden-desk-food-meal-fast-food-italian_140725-28328.jpg", imageAlt: "Delicious pepperoni pizza"},
|
||||||
name: "Killer Pizza",
|
|
||||||
price: "From R120",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausage-pizza-brown-wooden-desk-food-meal-fast-food-italian_140725-28328.jpg",
|
|
||||||
imageAlt: "Delicious pepperoni pizza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "draught",
|
id: "draught", brand: "Ice Cold", name: "Draught Beer", price: "From R35", rating: 5,
|
||||||
brand: "Ice Cold",
|
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-beer_23-2148872414.jpg", imageAlt: "Glass of cold draught beer"},
|
||||||
name: "Draught Beer",
|
|
||||||
price: "From R35",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "85",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-beer_23-2148872414.jpg",
|
|
||||||
imageAlt: "Glass of cold draught beer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "cocktails",
|
id: "cocktails", brand: "Signature", name: "Craft Cocktails", price: "From R70", rating: 5,
|
||||||
brand: "Signature",
|
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370288.jpg", imageAlt: "Assorted craft cocktails"},
|
||||||
name: "Craft Cocktails",
|
|
||||||
price: "From R70",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "60",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370288.jpg",
|
|
||||||
imageAlt: "Assorted craft cocktails",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "steaks",
|
id: "steaks", brand: "Juicy", name: "Grilled Steaks", price: "From R180", rating: 4.5,
|
||||||
brand: "Juicy",
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-asparagus-rosemary-dark-plate_84443-72385.jpg", imageAlt: "Perfectly grilled steak with sides"},
|
||||||
name: "Grilled Steaks",
|
|
||||||
price: "From R180",
|
|
||||||
rating: 4.5,
|
|
||||||
reviewCount: "45",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-asparagus-rosemary-dark-plate_84443-72385.jpg",
|
|
||||||
imageAlt: "Perfectly grilled steak with sides",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "burgers",
|
id: "burgers", brand: "Classic", name: "Lounge Burgers", price: "From R95", rating: 4.5,
|
||||||
brand: "Classic",
|
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg", imageAlt: "Gourmet burger with cheese and lettuce"},
|
||||||
name: "Lounge Burgers",
|
|
||||||
price: "From R95",
|
|
||||||
rating: 4.5,
|
|
||||||
reviewCount: "70",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg",
|
|
||||||
imageAlt: "Gourmet burger with cheese and lettuce",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tequila",
|
id: "tequila", brand: "Special", name: "Tequila Tuesdays", price: "From R30", rating: 5,
|
||||||
brand: "Special",
|
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/alcohol-shots-with-lime-ice-cubes-black_114579-3852.jpg", imageAlt: "Tequila shots with lime and salt"},
|
||||||
name: "Tequila Tuesdays",
|
|
||||||
price: "From R30",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/alcohol-shots-with-lime-ice-cubes-black_114579-3852.jpg",
|
|
||||||
imageAlt: "Tequila shots with lime and salt",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Legendary Menu"
|
title="Our Legendary Menu"
|
||||||
description="From crispy, piping-hot pizzas to juicy steaks, our kitchen serves up comfort food done right. Pair it with the coldest draughts or a signature cocktail for the ultimate lounge experience."
|
description="From crispy, piping-hot pizzas to juicy steaks, our kitchen serves up comfort food done right. Pair it with the coldest draughts or a signature cocktail for the ultimate lounge experience."
|
||||||
@@ -217,23 +141,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Live DJs & Dance Floor",
|
title: "Live DJs & Dance Floor", description: "Feel the beat and dance the night away with our resident DJs.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-law-enforcement-professionals-partners-conducting-investigation-detective-agency_482257-79462.jpg", imageAlt: "DJ playing music at a lively club"},
|
||||||
description: "Feel the beat and dance the night away with our resident DJs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-law-enforcement-professionals-partners-conducting-investigation-detective-agency_482257-79462.jpg",
|
|
||||||
imageAlt: "DJ playing music at a lively club",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Championship Pool Tables",
|
title: "Championship Pool Tables", description: "Rack 'em up! Our tables are ready for friendly competition.", imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-girls-white-bathrobe-play-pool-billiards_627829-9615.jpg", imageAlt: "People playing pool in a dimly lit bar"},
|
||||||
description: "Rack 'em up! Our tables are ready for friendly competition.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-girls-white-bathrobe-play-pool-billiards_627829-9615.jpg",
|
|
||||||
imageAlt: "People playing pool in a dimly lit bar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Vibrant, Mixed Crowd",
|
title: "Vibrant, Mixed Crowd", description: "A melting pot of cultures and good vibes – everyone's welcome.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-drinks_23-2149128369.jpg", imageAlt: "Diverse group of people enjoying themselves in a lounge"},
|
||||||
description: "A melting pot of cultures and good vibes – everyone's welcome.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-drinks_23-2149128369.jpg",
|
|
||||||
imageAlt: "Diverse group of people enjoying themselves in a lounge",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Unforgettable Nights Await"
|
title="Unforgettable Nights Await"
|
||||||
description="Immerse yourself in the dynamic energy of Chicago Lounge. Our space transforms with live DJs spinning the best tracks, creating an irresistible dance floor. Challenge your friends to a game of pool, or simply soak in the lively atmosphere with our diverse and friendly crowd."
|
description="Immerse yourself in the dynamic energy of Chicago Lounge. Our space transforms with live DJs spinning the best tracks, creating an irresistible dance floor. Challenge your friends to a game of pool, or simply soak in the lively atmosphere with our diverse and friendly crowd."
|
||||||
@@ -248,29 +160,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Nannette", role: "Manager", description: "Ensuring smooth operations and a welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-cheerful-samesex-interracial-female-couple-having-coffee_273609-9459.jpg", imageAlt: "Portrait of Nannette, the manager"},
|
||||||
name: "Nannette",
|
|
||||||
role: "Manager",
|
|
||||||
description: "Ensuring smooth operations and a welcoming atmosphere.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-cheerful-samesex-interracial-female-couple-having-coffee_273609-9459.jpg",
|
|
||||||
imageAlt: "Portrait of Nannette, the manager",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Bontle", role: "Head Bartender", description: "Crafting perfect drinks with a smile and a flair.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132195.jpg", imageAlt: "Portrait of Bontle, the head bartender"},
|
||||||
name: "Bontle",
|
|
||||||
role: "Head Bartender",
|
|
||||||
description: "Crafting perfect drinks with a smile and a flair.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132195.jpg",
|
|
||||||
imageAlt: "Portrait of Bontle, the head bartender",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "MJ", role: "Service Lead", description: "Known for quick service and making everyone feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg", imageAlt: "Portrait of MJ, the service lead"},
|
||||||
name: "MJ",
|
|
||||||
role: "Service Lead",
|
|
||||||
description: "Known for quick service and making everyone feel at home.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg",
|
|
||||||
imageAlt: "Portrait of MJ, the service lead",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Meet the Heart of Chicago Lounge"
|
title="Meet the Heart of Chicago Lounge"
|
||||||
description="Our legendary service is powered by a team dedicated to making your visit exceptional. Get to know the friendly faces behind the bar and on the floor, who ensure every moment is memorable."
|
description="Our legendary service is powered by a team dedicated to making your visit exceptional. Get to know the friendly faces behind the bar and on the floor, who ensure every moment is memorable."
|
||||||
@@ -283,59 +177,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Killer Pizza & Great Vibes!", quote: "Chicago Lounge has the best pizza in Bloemfontein, hands down! The atmosphere is always buzzing, and the staff are super friendly. A must-visit spot.", name: "Sarah J.", role: "Regular Patron", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg", imageAlt: "Smiling woman"},
|
||||||
title: "Killer Pizza & Great Vibes!",
|
|
||||||
quote: "Chicago Lounge has the best pizza in Bloemfontein, hands down! The atmosphere is always buzzing, and the staff are super friendly. A must-visit spot.",
|
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Regular Patron",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
|
||||||
imageAlt: "Smiling woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Ice Cold Draught & Pool Tables", quote: "Nothing beats an ice-cold draught here after a long week. Plus, the pool tables are always a hit. It’s the perfect place to unwind and have some fun.", name: "Michael D.", role: "Local Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-woman-years-old-looking-upbeat-motivated-posing-photo-against_1258-197141.jpg", imageAlt: "Smiling man"},
|
||||||
title: "Ice Cold Draught & Pool Tables",
|
|
||||||
quote: "Nothing beats an ice-cold draught here after a long week. Plus, the pool tables are always a hit. It’s the perfect place to unwind and have some fun.",
|
|
||||||
name: "Michael D.",
|
|
||||||
role: "Local Reviewer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-woman-years-old-looking-upbeat-motivated-posing-photo-against_1258-197141.jpg",
|
|
||||||
imageAlt: "Smiling man",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Mixed Crowd, Legendary Service", quote: "Love the mixed crowd and the energy here. Nannette and the team provide legendary service – they truly make you feel like family. A real gem on 2nd Avenue!", name: "Emily R.", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-person-with-thought-bubble_23-2149184837.jpg", imageAlt: "Smiling woman"},
|
||||||
title: "Mixed Crowd, Legendary Service",
|
|
||||||
quote: "Love the mixed crowd and the energy here. Nannette and the team provide legendary service – they truly make you feel like family. A real gem on 2nd Avenue!",
|
|
||||||
name: "Emily R.",
|
|
||||||
role: "Happy Customer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-person-with-thought-bubble_23-2149184837.jpg",
|
|
||||||
imageAlt: "Smiling woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "DJs & Dancing All Night", quote: "The DJs here are amazing! The dance floor is always alive, and the music selection is spot on. Chicago Lounge knows how to throw a party!", name: "David K.", role: "Weekend Warrior", imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg", imageAlt: "Smiling man"},
|
||||||
title: "DJs & Dancing All Night",
|
|
||||||
quote: "The DJs here are amazing! The dance floor is always alive, and the music selection is spot on. Chicago Lounge knows how to throw a party!",
|
|
||||||
name: "David K.",
|
|
||||||
role: "Weekend Warrior",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg",
|
|
||||||
imageAlt: "Smiling man",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Best Place for a Night Out", quote: "Whether it’s a casual pizza night or a full-on party, Chicago Lounge delivers. Consistently great food, drinks, and an unbeatable vibe.", name: "Jessica L.", role: "Loyal Guest", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3544.jpg", imageAlt: "Smiling woman"},
|
||||||
title: "Best Place for a Night Out",
|
|
||||||
quote: "Whether it’s a casual pizza night or a full-on party, Chicago Lounge delivers. Consistently great food, drinks, and an unbeatable vibe.",
|
|
||||||
name: "Jessica L.",
|
|
||||||
role: "Loyal Guest",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3544.jpg",
|
|
||||||
imageAlt: "Smiling woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Unbeatable Atmosphere", quote: "The atmosphere at Chicago Lounge is truly unique. It’s got that speakeasy charm mixed with South African hospitality. Highly recommend!", name: "Chris P.", role: "Bloem Resident", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-menu-coffee-shop_1170-2335.jpg", imageAlt: "Smiling man"},
|
||||||
title: "Unbeatable Atmosphere",
|
|
||||||
quote: "The atmosphere at Chicago Lounge is truly unique. It’s got that speakeasy charm mixed with South African hospitality. Highly recommend!",
|
|
||||||
name: "Chris P.",
|
|
||||||
role: "Bloem Resident",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-menu-coffee-shop_1170-2335.jpg",
|
|
||||||
imageAlt: "Smiling man",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear It From Our Guests (4.2/5 Stars)"
|
title="Hear It From Our Guests (4.2/5 Stars)"
|
||||||
description="We're incredibly proud of the experiences our patrons have. Read what people are saying about the killer pizza, ice-cold draughts, and legendary service that makes Chicago Lounge a Bloemfontein favorite."
|
description="We're incredibly proud of the experiences our patrons have. Read what people are saying about the killer pizza, ice-cold draughts, and legendary service that makes Chicago Lounge a Bloemfontein favorite."
|
||||||
@@ -346,20 +198,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Find Us"
|
tag="Find Us"
|
||||||
title="Your Table Awaits at Chicago Lounge"
|
title="Your Table Awaits at Chicago Lounge"
|
||||||
description="Located on 2nd Avenue, we're easy to find and hard to leave. Call us to book your spot or get directions for a night of unforgettable fun. \n\n**Trading Hours:** Mon-Sun: 12:00 PM - Late"
|
description="Located on 2nd Avenue, we're easy to find and hard to leave. Call us to book your spot or get directions for a night of unforgettable fun. \n\n**Trading Hours:** Mon-Sun: 12:00 PM - Late"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call to Book",
|
text: "Call to Book", href: "tel:+27712345678"},
|
||||||
href: "tel:+27712345678",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=Chicago+Lounge+2nd+Avenue+Bloemfontein"},
|
||||||
href: "https://www.google.com/maps/search/?api=1&query=Chicago+Lounge+2nd+Avenue+Bloemfontein",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -369,41 +216,25 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Experience",
|
label: "Experience", href: "#experience"},
|
||||||
href: "#experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user