Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-19 01:24:09 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Clock, Star, Users } from "lucide-react";
import { Clock, Star, Users, Music, Mic, Gamepad2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Events",
id: "events",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Events", id: "events" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Roadhouse Bar"
/>
@@ -58,101 +43,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Round Rocks Realest Bar."
description="Cold Beer. Live Music. Good People. A true Texas roadhouse experience where everyone is family. 21+ Dive bar vibes."
testimonials={[
{
name: "Mike R.",
handle: "@miker",
testimonial: "When you first walk in it looks tiny — go to the right and its a huge space! Bartenders are personable, owner walks the floor daily.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/romantic-female-portrait-with-city-lights_158595-4516.jpg",
},
{
name: "Sarah P.",
handle: "@sarahp",
testimonial: "Small town dive bar — karaoke on Saturdays and free pool on Sundays! Love this place. Good people.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
},
{
name: "David W.",
handle: "@davidw",
testimonial: "Classic dive bar with decent prices, pool tables, and karaoke nights. Plus you can still smoke inside!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/european-handsome-bearded-man-drinks-mango-smoothie-summer-cafe-tropical-wall_343596-110.jpg",
},
{
name: "Jenny L.",
handle: "@jennyl",
testimonial: "Wednesday and Saturday karaoke with Billy D usually starts at 10 PM. Good vibes and great singers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-indoors_23-2148965330.jpg",
},
{
name: "Tom B.",
handle: "@tomb",
testimonial: "Always a great place. The bartenders are great. Its a dive/biker bar — but its great.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-making-photo-near-mirror-bar_171337-19407.jpg",
},
]}
buttons={[
{
text: "Visit Us",
href: "#contact",
},
{ name: "Mike R.", handle: "@miker", testimonial: "When you first walk in it looks tiny — go to the right and its a huge space! Bartenders are personable, owner walks the floor daily.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/romantic-female-portrait-with-city-lights_158595-4516.jpg" },
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Small town dive bar — karaoke on Saturdays and free pool on Sundays! Love this place. Good people.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg" },
{ name: "David W.", handle: "@davidw", testimonial: "Classic dive bar with decent prices, pool tables, and karaoke nights. Plus you can still smoke inside!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/european-handsome-bearded-man-drinks-mango-smoothie-summer-cafe-tropical-wall_343596-110.jpg" },
{ name: "Jenny L.", handle: "@jennyl", testimonial: "Wednesday and Saturday karaoke with Billy D usually starts at 10 PM. Good vibes and great singers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-indoors_23-2148965330.jpg" },
{ name: "Tom B.", handle: "@tomb", testimonial: "Always a great place. The bartenders are great. Its a dive/biker bar — but its great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-making-photo-near-mirror-bar_171337-19407.jpg" }
]}
buttons={[{ text: "Visit Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571633.jpg"
imageAlt="Roadhouse Bar Neon Signage"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256900.jpg",
alt: "Happy patron one",
},
{
src: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122921.jpg",
alt: "Happy patron two",
},
{
src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg",
alt: "Happy patron three",
},
{
src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
alt: "Happy patron four",
},
{
src: "http://img.b2bpic.net/free-photo/happy-man-catches-attention-his-friend_329181-18378.jpg",
alt: "Happy patron five",
},
{ src: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256900.jpg", alt: "Happy patron one" },
{ src: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122921.jpg", alt: "Happy patron two" },
{ src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915136.jpg", alt: "Happy patron three" },
{ src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", alt: "Happy patron four" },
{ src: "http://img.b2bpic.net/free-photo/happy-man-catches-attention-his-friend_329181-18378.jpg", alt: "Happy patron five" }
]}
avatarText="Join our growing community"
marqueeItems={[
{
type: "text",
text: "Live Music",
},
{
type: "text",
text: "Karaoke",
},
{
type: "text",
text: "Pool Table",
},
{
type: "text",
text: "Cold Beer",
},
{
type: "text",
text: "Good Vibes",
},
{ type: "text", text: "Live Music" },
{ type: "text", text: "Karaoke" },
{ type: "text", text: "Pool Table" },
{ type: "text", text: "Cold Beer" },
{ type: "text", text: "Good Vibes" }
]}
/>
</div>
@@ -164,18 +82,9 @@ export default function LandingPage() {
title="Texas Charm, Dive Bar Soul."
description="Welcome to your local home away from home. We are a deceptively large space with old-school Texas character, neon lights, and a crowd that feels like family. Owned locally and proud of it."
bulletPoints={[
{
title: "Local Ownership",
description: "The owner walks the floor daily, keeping the vibes true to our roots.",
},
{
title: "Game On",
description: "Free pool on Sundays & Mondays plus a classic TouchTunes Jukebox.",
},
{
title: "Good Times",
description: "Free popcorn, live music, karaoke nights, and a full smoking-friendly environment.",
},
{ title: "Local Ownership", description: "The owner walks the floor daily, keeping the vibes true to our roots." },
{ title: "Game On", description: "Free pool on Sundays & Mondays plus a classic TouchTunes Jukebox." },
{ title: "Good Times", description: "Free popcorn, live music, karaoke nights, and a full smoking-friendly environment." }
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-guys-playing-billiard-club_23-2148299260.jpg"
mediaAnimation="blur-reveal"
@@ -187,42 +96,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Thursday Night Open Jam",
description: "Local musicians welcome on stage!",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169649.jpg",
buttonIcon: "Music",
},
{
title: "Friday Night Live Music",
description: "Local talent taking the stage every Friday.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-billiard-club_23-2148299204.jpg",
buttonIcon: "Mic",
},
{
title: "Saturday Karaoke",
description: "Billy D hosts at 10 PM — show off your pipes!",
imageSrc: "http://img.b2bpic.net/free-photo/view-retro-looking-jukebox-machine_23-2151426479.jpg",
buttonIcon: "Mic",
},
{
title: "Sunday/Monday Free Pool",
description: "Shoot some pool on us. Classic dive vibes.",
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191825.jpg",
buttonIcon: "Gamepad2",
},
{
title: "TouchTunes Jukebox",
description: "Always going, always loud, always the right track.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-with-music_23-2149213388.jpg",
buttonIcon: "Music",
},
{
title: "Private Events",
description: "Space for up to 50 guests. Call to book today.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-multiracial-friends_23-2148422376.jpg",
buttonIcon: "Users",
},
{ title: "Thursday Night Open Jam", description: "Local musicians welcome on stage!", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169649.jpg", buttonIcon: Music },
{ title: "Friday Night Live Music", description: "Local talent taking the stage every Friday.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-billiard-club_23-2148299204.jpg", buttonIcon: Mic },
{ title: "Saturday Karaoke", description: "Billy D hosts at 10 PM — show off your pipes!", imageSrc: "http://img.b2bpic.net/free-photo/view-retro-looking-jukebox-machine_23-2151426479.jpg", buttonIcon: Mic },
{ title: "Sunday/Monday Free Pool", description: "Shoot some pool on us. Classic dive vibes.", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191825.jpg", buttonIcon: Gamepad2 },
{ title: "TouchTunes Jukebox", description: "Always going, always loud, always the right track.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-with-music_23-2149213388.jpg", buttonIcon: Music },
{ title: "Private Events", description: "Space for up to 50 guests. Call to book today.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-multiracial-friends_23-2148422376.jpg", buttonIcon: Users }
]}
title="What's Happening"
description="Weekly rituals and classic dive bar entertainment."
@@ -236,42 +115,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "d1",
name: "Daily Drafts",
price: "$3 - $5",
imageSrc: "http://img.b2bpic.net/free-photo/pints-draught-beer-macro-photography_53876-32258.jpg",
},
{
id: "d2",
name: "Weekend 16oz Drafts",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-margarita-drink-with-lime-palm-leaf-table-against-yellow-curtain_23-2148283665.jpg",
},
{
id: "d3",
name: "Domestic Bottles",
price: "$3 - $4",
imageSrc: "http://img.b2bpic.net/free-photo/three-green-mexican-coctail-drink-carafe-background-barman-bar_627829-12202.jpg",
},
{
id: "d4",
name: "Import & Craft",
price: "$4 - $5",
imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle_93675-130047.jpg",
},
{
id: "d5",
name: "Fresh Margaritas",
price: "Call us",
imageSrc: "http://img.b2bpic.net/free-photo/two-bowls-full-sweet-delicious-gingerbread-white-surface_114579-67221.jpg",
},
{
id: "d6",
name: "Well Shots & Drinks",
price: "Budget-friendly",
imageSrc: "http://img.b2bpic.net/free-photo/bottle-glass-with-beer-table_23-2148601004.jpg",
},
{ id: "d1", name: "Daily Drafts", price: "$3 - $5", imageSrc: "http://img.b2bpic.net/free-photo/pints-draught-beer-macro-photography_53876-32258.jpg" },
{ id: "d2", name: "Weekend 16oz Drafts", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/homemade-margarita-drink-with-lime-palm-leaf-table-against-yellow-curtain_23-2148283665.jpg" },
{ id: "d3", name: "Domestic Bottles", price: "$3 - $4", imageSrc: "http://img.b2bpic.net/free-photo/three-green-mexican-coctail-drink-carafe-background-barman-bar_627829-12202.jpg" },
{ id: "d4", name: "Import & Craft", price: "$4 - $5", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle_93675-130047.jpg" },
{ id: "d5", name: "Fresh Margaritas", price: "Call us", imageSrc: "http://img.b2bpic.net/free-photo/two-bowls-full-sweet-delicious-gingerbread-white-surface_114579-67221.jpg" },
{ id: "d6", name: "Well Shots & Drinks", price: "Budget-friendly", imageSrc: "http://img.b2bpic.net/free-photo/bottle-glass-with-beer-table_23-2148601004.jpg" }
]}
title="Drinks Menu"
description="Well-priced, cold, and refreshing."
@@ -285,42 +134,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "f1",
name: "Roadhouse Burger",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg",
},
{
id: "f2",
name: "Bacon Cheeseburger",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-sauce_23-2147765508.jpg",
},
{
id: "f3",
name: "Buffalo Wings",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-fig-confiture-glass-tea_114579-4535.jpg",
},
{
id: "f4",
name: "Avocado Burger",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/salted-circle-pretzels-orange-bowl_114579-63033.jpg",
},
{
id: "f5",
name: "Onion Rings",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg",
},
{
id: "f6",
name: "Roast Beef Sandwich",
price: "Check menu",
imageSrc: "http://img.b2bpic.net/free-photo/sausages-mustard-beer_140725-10103.jpg",
},
{ id: "f1", name: "Roadhouse Burger", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg" },
{ id: "f2", name: "Bacon Cheeseburger", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-wings-sauce_23-2147765508.jpg" },
{ id: "f3", name: "Buffalo Wings", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-fig-confiture-glass-tea_114579-4535.jpg" },
{ id: "f4", name: "Avocado Burger", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/salted-circle-pretzels-orange-bowl_114579-63033.jpg" },
{ id: "f5", name: "Onion Rings", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg" },
{ id: "f6", name: "Roast Beef Sandwich", price: "Check menu", imageSrc: "http://img.b2bpic.net/free-photo/sausages-mustard-beer_140725-10103.jpg" }
]}
title="Kitchen Favorites"
description="Classic bar comfort food to pair with your beer."
@@ -333,24 +152,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Clock,
title: "Hours Open",
value: "7 Days",
},
{
id: "m2",
icon: Users,
title: "Max Guests",
value: "50+",
},
{
id: "m3",
icon: Star,
title: "Daily Drafts",
value: "Multiple",
},
{ id: "m1", icon: Clock, title: "Hours Open", value: "7 Days" },
{ id: "m2", icon: Users, title: "Max Guests", value: "50+" },
{ id: "m3", icon: Star, title: "Daily Drafts", value: "Multiple" }
]}
title="The Roadhouse Stats"
description="We keep it simple, honest, and open."
@@ -361,31 +165,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Mike R.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg",
},
{
id: "t2",
name: "Sarah P.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-drinks_23-2147874417.jpg",
},
{
id: "t3",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-sitting-table-pub_23-2147861926.jpg",
},
{
id: "t4",
name: "Jenny L.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-elderly-male-with-long-hair-drinking-smoothie-restaurant_181624-44321.jpg",
},
{
id: "t5",
name: "Tom B.",
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-sitting-sofa_23-2147624594.jpg",
},
{ id: "t1", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg" },
{ id: "t2", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-drinks_23-2147874417.jpg" },
{ id: "t3", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-sitting-table-pub_23-2147861926.jpg" },
{ id: "t4", name: "Jenny L.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-elderly-male-with-long-hair-drinking-smoothie-restaurant_181624-44321.jpg" },
{ id: "t5", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-sitting-sofa_23-2147624594.jpg" }
]}
cardTitle="What the locals say"
cardAnimation="slide-up"
@@ -396,18 +180,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready to visit the Roadhouse?"
description="Located at 1103 Wonder Dr, Round Rock, TX 78681. Call (512) 218-0813 for specials or private event bookings."
buttons={[
{
text: "Call Now",
href: "tel:5122180813",
},
]}
buttons={[{ text: "Call Now", href: "tel:5122180813" }]}
/>
</div>
@@ -416,37 +193,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cocktails-dreams-neon-sign_23-2149355055.jpg"
logoText="Roadhouse Bar"
columns={[
{
title: "Visit",
items: [
{
label: "1103 Wonder Dr, Round Rock, TX",
href: "#",
},
],
},
{
title: "Open Hours",
items: [
{
label: "Mon-Sat: 11AM-2AM",
href: "#",
},
{
label: "Sun: 12PM-2AM",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "(512) 218-0813",
href: "tel:5122180813",
},
],
},
{ title: "Visit", items: [{ label: "1103 Wonder Dr, Round Rock, TX", href: "#" }] },
{ title: "Open Hours", items: [{ label: "Mon-Sat: 11AM-2AM", href: "#" }, { label: "Sun: 12PM-2AM", href: "#" }] },
{ title: "Contact", items: [{ label: "(512) 218-0813", href: "tel:5122180813" }] }
]}
/>
</div>