Update src/app/page.tsx

This commit is contained in:
2026-06-11 06:37:40 +00:00
parent 8abfbc4003
commit e48abe4501

View File

@@ -32,58 +32,37 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
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: "Experience",
id: "#experience",
},
name: "Experience", id: "#experience"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Chicago Lounge"
button={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="CHICAGO LOUNGE"
description="Bloemfontein's pulse: Killer pizza, cold draughts, live DJs & legendary vibes. Your night starts here."
buttons={[
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
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"
useInvertedBackground={true}
names={[
"Killer Pizza",
"Ice Cold Draught",
"Live DJs",
"Pool Tables",
"Mixed Crowd",
"Legendary Service",
]}
"Killer Pizza", "Ice Cold Draught", "Live DJs", "Pool Tables", "Mixed Crowd", "Legendary Service"]}
speed={60}
showCard={false}
title=""
description=""
/>
</div>
@@ -116,20 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "8+",
description: "Years Serving Bloemfontein",
},
id: "1", value: "8+", description: "Years Serving Bloemfontein"},
{
id: "2",
value: "4.2",
description: "Average Google Rating",
},
id: "2", value: "4.2", description: "Average Google Rating"},
{
id: "3",
value: "2",
description: "Pool Tables for Your Game",
},
id: "3", value: "2", description: "Pool Tables for Your Game"},
]}
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."
@@ -144,65 +110,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "pizza",
brand: "The Best",
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: "pizza", brand: "The Best", 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",
brand: "Ice Cold",
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: "draught", brand: "Ice Cold", 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",
brand: "Signature",
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: "cocktails", brand: "Signature", 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",
brand: "Juicy",
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: "steaks", brand: "Juicy", 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",
brand: "Classic",
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: "burgers", brand: "Classic", 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",
brand: "Special",
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",
},
id: "tequila", brand: "Special", 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"
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}
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
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."
@@ -248,29 +160,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
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."
@@ -283,59 +177,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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",
},
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"},
{
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. Its 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: "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. Its 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",
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: "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"},
{
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",
},
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"},
{
id: "5",
title: "Best Place for a Night Out",
quote: "Whether its 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: "5", title: "Best Place for a Night Out", quote: "Whether its 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",
title: "Unbeatable Atmosphere",
quote: "The atmosphere at Chicago Lounge is truly unique. Its 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",
},
id: "6", title: "Unbeatable Atmosphere", quote: "The atmosphere at Chicago Lounge is truly unique. Its 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)"
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
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Find Us"
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"
buttons={[
{
text: "Call to Book",
href: "tel:+27712345678",
},
text: "Call to Book", href: "tel:+27712345678"},
{
text: "Get Directions",
href: "https://www.google.com/maps/search/?api=1&query=Chicago+Lounge+2nd+Avenue+Bloemfontein",
},
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=Chicago+Lounge+2nd+Avenue+Bloemfontein"},
]}
buttonAnimation="slide-up"
/>
@@ -369,41 +216,25 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Experience",
href: "#experience",
},
label: "Experience", href: "#experience"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}