2 Commits

Author SHA1 Message Date
716b4badd1 Update src/app/page.tsx 2026-04-06 18:56:07 +00:00
5d3ed774c4 Merge version_1 into main
Merge version_1 into main
2026-04-06 18:54:53 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "The Vibe", name: "The Vibe", id: "vibe"},
id: "vibe",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="The Tipsy Kiwi" brandName="The Tipsy Kiwi"
/> />
@@ -54,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="This Isnt Your Average Bar." title="This Isnt Your Average Bar."
description="Its louder. Friendlier. And way more fun. Experience the perfect blend of dive-bar chaos and refined luxury." description="Its louder. Friendlier. And way more fun. Experience the perfect blend of dive-bar chaos and refined luxury."
buttons={[ buttons={[
{ {
text: "Pull Up Tonight", text: "Pull Up Tonight", href: "#contact"},
href: "#contact",
},
{ {
text: "See The Vibe", text: "See The Vibe", href: "#vibe"},
href: "#vibe",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/friends-good-company_1098-1716.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/friends-good-company_1098-1716.jpg?_wi=1"
imageAlt="The Tipsy Kiwi atmosphere" imageAlt="The Tipsy Kiwi atmosphere"
@@ -78,14 +65,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"4.6 Rating", "4.6 Rating", "48+ Reviews", "Music Driven", "Regulars Welcome", "Unreal Food", "Fun Vibes", "Local Fav"]}
"48+ Reviews",
"Music Driven",
"Regulars Welcome",
"Unreal Food",
"Fun Vibes",
"Local Fav",
]}
title="Legendary Status" title="Legendary Status"
description="Join the crowd that never misses a banger." description="Join the crowd that never misses a banger."
/> />
@@ -99,17 +79,11 @@ export default function LandingPage() {
description="Yeah, the frames might be crooked. But the vibe isnt. Were not perfect, were just better. Discover the space that refuses to try too hard while nailing it every night." description="Yeah, the frames might be crooked. But the vibe isnt. Were not perfect, were just better. Discover the space that refuses to try too hard while nailing it every night."
bulletPoints={[ bulletPoints={[
{ {
title: "Music First", title: "Music First", description: "Every track is a certified banger."},
description: "Every track is a certified banger.",
},
{ {
title: "Friendly Crew", title: "Friendly Crew", description: "Bartenders who treat you like family."},
description: "Bartenders who treat you like family.",
},
{ {
title: "Surprising Food", title: "Surprising Food", description: "Bar food that actually keeps you coming back."},
description: "Bar food that actually keeps you coming back.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=1"
imageAlt="The Tipsy Kiwi interior" imageAlt="The Tipsy Kiwi interior"
@@ -125,41 +99,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Classic Meat Pie", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg"},
name: "Classic Meat Pie",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg",
},
{ {
id: "2", id: "2", name: "Loaded Fries", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-lavash-bread-inside-oven-tandir_114579-3560.jpg"},
name: "Loaded Fries",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-lavash-bread-inside-oven-tandir_114579-3560.jpg",
},
{ {
id: "3", id: "3", name: "Savory Sausage Roll", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3693.jpg"},
name: "Savory Sausage Roll",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3693.jpg",
},
{ {
id: "4", id: "4", name: "Artisan Flatbread", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg"},
name: "Artisan Flatbread",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg",
},
{ {
id: "5", id: "5", name: "Loaded Potato Skins", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-crepes_114579-43302.jpg"},
name: "Loaded Potato Skins",
price: "$11",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-crepes_114579-43302.jpg",
},
{ {
id: "6", id: "6", name: "Spiced Sausage Plate", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-dinner-around-table-donated-with-food_114579-2165.jpg"},
name: "Spiced Sausage Plate",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-dinner-around-table-donated-with-food_114579-2165.jpg",
},
]} ]}
title="Not Just Bar Food." title="Not Just Bar Food."
description="Forget the grease—were serving up high-quality comfort food that surprises you." description="Forget the grease—were serving up high-quality comfort food that surprises you."
@@ -173,35 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "v1", id: "v1", title: "Banger Rotation", author: "DJ Kiwi", description: "Every track is curated for maximum vibe.", tags: [
title: "Banger Rotation", "Music"],
author: "DJ Kiwi", imageSrc: "http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=2"},
description: "Every track is curated for maximum vibe.",
tags: [
"Music",
],
imageSrc: "http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=2",
},
{ {
id: "v2", id: "v2", title: "Late Night Energy", author: "Staff", description: "The energy stays at 100 until we close.", tags: [
title: "Late Night Energy", "Vibe"],
author: "Staff", imageSrc: "http://img.b2bpic.net/free-photo/friends-good-company_1098-1716.jpg?_wi=2"},
description: "The energy stays at 100 until we close.",
tags: [
"Vibe",
],
imageSrc: "http://img.b2bpic.net/free-photo/friends-good-company_1098-1716.jpg?_wi=2",
},
{ {
id: "v3", id: "v3", title: "Music-First", author: "The Kiwi", description: "Soundtrack to the night you won't forget.", tags: [
title: "Music-First", "Legendary"],
author: "The Kiwi", imageSrc: "http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=3"},
description: "Soundtrack to the night you won't forget.",
tags: [
"Legendary",
],
imageSrc: "http://img.b2bpic.net/free-photo/great-selfie-cheerful-group-friends_329181-18322.jpg?_wi=3",
},
]} ]}
title="The Playlist Never Misses" title="The Playlist Never Misses"
description="We are a music-first identity. If you're looking for late-night energy and soundtracks that define a good night, you've found home." description="We are a music-first identity. If you're looking for late-night energy and soundtracks that define a good night, you've found home."
@@ -215,40 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah J.", handle: "@sarah_drinks", testimonial: "Every track is a banger. The music makes the night.", imageSrc: "http://img.b2bpic.net/free-photo/low-view-selfie-man-with-glasses_23-2148283891.jpg"},
name: "Sarah J.",
handle: "@sarah_drinks",
testimonial: "Every track is a banger. The music makes the night.",
imageSrc: "http://img.b2bpic.net/free-photo/low-view-selfie-man-with-glasses_23-2148283891.jpg",
},
{ {
id: "t2", id: "t2", name: "Mike R.", handle: "@mike_lives", testimonial: "Staff is incredible. Always feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-calling-waiter-restaurant_23-2149316804.jpg"},
name: "Mike R.",
handle: "@mike_lives",
testimonial: "Staff is incredible. Always feels like home.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-calling-waiter-restaurant_23-2149316804.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily K.", handle: "@emily_vibes", testimonial: "If you're not a regular, you should be.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218344.jpg"},
name: "Emily K.",
handle: "@emily_vibes",
testimonial: "If you're not a regular, you should be.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218344.jpg",
},
{ {
id: "t4", id: "t4", name: "Dave L.", handle: "@dave_eats", testimonial: "Meat pies are legendary. Absolutely delicious.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-man-summer-terrace-city-cafe-is-drinking-wine-street-cafe_1321-22.jpg"},
name: "Dave L.",
handle: "@dave_eats",
testimonial: "Meat pies are legendary. Absolutely delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-man-summer-terrace-city-cafe-is-drinking-wine-street-cafe_1321-22.jpg",
},
{ {
id: "t5", id: "t5", name: "Jen B.", handle: "@jen_nights", testimonial: "Perfectly imperfect dive bar heaven.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg"},
name: "Jen B.",
handle: "@jen_nights",
testimonial: "Perfectly imperfect dive bar heaven.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
},
]} ]}
title="Family After One Visit" title="Family After One Visit"
description="Don't just take our word for it." description="Don't just take our word for it."
@@ -259,20 +166,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Tonights Better At The Kiwi." title="Tonights Better At The Kiwi."
description="Swing by for a pint and see what the fuss is all about. Crooked frames, good people, great memories." description="Swing by for a pint and see what the fuss is all about. Crooked frames, good people, great memories."
buttons={[ buttons={[
{ {
text: "Pull Up Tonight", text: "Pull Up Tonight", href: "#"},
href: "#",
},
{ {
text: "Bring Your Crew", text: "Bring Your Crew", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -281,33 +183,21 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "The Vibe", label: "The Vibe", href: "#vibe"},
href: "#vibe",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Socials", title: "Socials", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Spotify", label: "Spotify", href: "#"},
href: "#",
},
], ],
}, },
]} ]}