Merge version_1 into main #1
214
src/app/page.tsx
214
src/app/page.tsx
@@ -30,43 +30,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Food & Drinks",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Live Music",
|
||||
id: "music",
|
||||
},
|
||||
{
|
||||
name: "Find Us",
|
||||
id: "visit",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Food & Drinks", id: "menu" },
|
||||
{ name: "Live Music", id: "music" },
|
||||
{ name: "Find Us", id: "visit" },
|
||||
]}
|
||||
brandName="CountryBoy's Hideout"
|
||||
button={{ text: "Contact Us", href: "#music" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="CountryBoy's Hideout"
|
||||
description="Eldon, Missouri · Est. Right Where You Need It. Cold drinks. Hot food. Live music. Real people. Off the beaten path — worth every mile."
|
||||
buttons={[
|
||||
{
|
||||
text: "See the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#visit",
|
||||
},
|
||||
{ text: "See the Menu", href: "#menu" },
|
||||
{ text: "Get Directions", href: "#visit" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15975.jpg"
|
||||
@@ -81,23 +62,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "The Bar",
|
||||
description: "Draft beers, neon lights, and the vintage tractor hood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg",
|
||||
},
|
||||
id: "1", title: "The Bar", description: "Draft beers, neon lights, and the vintage tractor hood.", tag: "Highlights", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Live Music",
|
||||
description: "Good acoustics and bands rolling through.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-old-retro-car-forest-daytime_181624-4495.jpg",
|
||||
},
|
||||
id: "2", title: "Live Music", description: "Good acoustics and bands rolling through.", tag: "Entertainment", imageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-old-retro-car-forest-daytime_181624-4495.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Kitchen",
|
||||
description: "Hearty food and friendly service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-composition_23-2148960535.jpg",
|
||||
},
|
||||
id: "3", title: "Kitchen", description: "Hearty food and friendly service.", tag: "Cuisine", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-composition_23-2148960535.jpg"},
|
||||
]}
|
||||
title="The Hideout Experience"
|
||||
description="Snapshots of our home away from home."
|
||||
@@ -110,18 +79,9 @@ export default function LandingPage() {
|
||||
title="A Hidden Gem Worth Discovering"
|
||||
description="We're not fancy — and that's exactly the point. CountryBoy's Hideout is your neighborhood bar, grill, and live music spot tucked away in Eldon, MO. Bikers, locals, travelers — everyone walks in a stranger and leaves a regular."
|
||||
metrics={[
|
||||
{
|
||||
value: "10-20",
|
||||
title: "Meal Prices",
|
||||
},
|
||||
{
|
||||
value: "Late",
|
||||
title: "Open Nightly",
|
||||
},
|
||||
{
|
||||
value: "All",
|
||||
title: "Welcome",
|
||||
},
|
||||
{ value: "10-20", title: "Meal Prices" },
|
||||
{ value: "Late", title: "Open Nightly" },
|
||||
{ value: "All", title: "Welcome" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118891.jpg"
|
||||
@@ -138,59 +98,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main",
|
||||
name: "Hand-Breaded Tenderloin",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg",
|
||||
},
|
||||
id: "p1", brand: "Main", name: "Hand-Breaded Tenderloin", price: "$12", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main",
|
||||
name: "Hideout Burger",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-vintage-backstage_23-2151211362.jpg",
|
||||
},
|
||||
id: "p2", brand: "Main", name: "Hideout Burger", price: "$14", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-vintage-backstage_23-2151211362.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "App",
|
||||
name: "Haystacks",
|
||||
price: "$9",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Side",
|
||||
name: "Golden Fries",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-32361.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Beer",
|
||||
name: "Draft Beers",
|
||||
price: "$5",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Spirits",
|
||||
name: "Full Bar",
|
||||
price: "$7",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
},
|
||||
id: "p3", brand: "App", name: "Haystacks", price: "$9", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg"},
|
||||
]}
|
||||
title="Eat Good. Drink Cold."
|
||||
description="Home-cooked comfort food served up right."
|
||||
@@ -203,45 +118,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Awesome!",
|
||||
quote: "Redneck biker bar! Nice country interior, friendly atmosphere.",
|
||||
name: "Amber R.",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-interacting-while-having-glasses-wine-counter_107420-84935.jpg",
|
||||
},
|
||||
id: "t1", title: "Awesome!", quote: "Redneck biker bar! Nice country interior, friendly atmosphere.", name: "Amber R.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/women-interacting-while-having-glasses-wine-counter_107420-84935.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Late Night Gem",
|
||||
quote: "We got there about 11pm and they were amazing!",
|
||||
name: "Zilynn L.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-bar_23-2147771339.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "New Local Spot",
|
||||
quote: "Really great place, super convenient on your way into the Ozarks.",
|
||||
name: "Jon S.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-2198.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Tractor!",
|
||||
quote: "He has the front of a tractor behind the bar... how cool!!",
|
||||
name: "Shawn W.",
|
||||
role: "Patron",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-barman-giving-order-beautiful-young-couple-great-pub_482257-18649.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Worth the drive",
|
||||
quote: "Off the beaten path just the way I like it.",
|
||||
name: "Everett P.",
|
||||
role: "Patron",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-having-conversation-cafe_23-2147775892.jpg",
|
||||
},
|
||||
id: "t2", title: "Late Night Gem", quote: "We got there about 11pm and they were amazing!", name: "Zilynn L.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-bar_23-2147771339.jpg"},
|
||||
]}
|
||||
title="What People Are Saying"
|
||||
description="Don't take our word for it."
|
||||
@@ -253,21 +132,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Mon–Thu",
|
||||
content: "4:00 PM – Midnight",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fri–Sat",
|
||||
content: "12:00 PM – 2:00 AM",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sun",
|
||||
content: "12:00 PM – Midnight",
|
||||
},
|
||||
{ id: "f1", title: "Mon–Thu", content: "4:00 PM – Midnight" },
|
||||
{ id: "f2", title: "Fri–Sat", content: "12:00 PM – 2:00 AM" },
|
||||
]}
|
||||
title="Come On In"
|
||||
description="Right off the road in Eldon, MO."
|
||||
@@ -281,9 +147,7 @@ export default function LandingPage() {
|
||||
<div id="music" data-section="music">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Entertainment"
|
||||
title="Live Music & Karaoke Nights"
|
||||
description="Great acoustics. Great KJs. Check our Facebook for the latest schedule."
|
||||
@@ -297,33 +161,13 @@ export default function LandingPage() {
|
||||
logoText="CountryBoy's Hideout"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Music",
|
||||
href: "#music",
|
||||
},
|
||||
{
|
||||
label: "Find Us",
|
||||
href: "#visit",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Music", href: "#music" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 CountryBoy's Hideout LLC · 24 Twiggy Ln, Eldon, MO 65026"
|
||||
copyrightText="© 2025 CountryBoy's Hideout LLC"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user