Update src/app/page.tsx
This commit is contained in:
323
src/app/page.tsx
323
src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#contact",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "#events",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Reservations", id: "#contact" },
|
||||
{ name: "Events", id: "#events" },
|
||||
]}
|
||||
brandName="Buffwood"
|
||||
/>
|
||||
@@ -50,104 +41,36 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Where Downtown Comes to Watch, Eat & Unwind."
|
||||
description="Craft drinks, elevated bar food, game-day energy, and unforgettable nights along the Streetcar line."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah_k",
|
||||
testimonial: "Open and inviting atmosphere with several TVs well-positioned for sports viewing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-beer-mug_23-2148872458.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Portion sizes were generous and everything was flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@emilyp",
|
||||
testimonial: "Great spot to grab a meal along the Streetcar line.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-friends-enjoying-drinks-pub_23-2147859563.jpg",
|
||||
},
|
||||
{
|
||||
name: "James R.",
|
||||
handle: "@jamesr",
|
||||
testimonial: "Would return for the food! Cheese curds were great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-day-spent-with-friends-pub_329181-18384.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linda M.",
|
||||
handle: "@lindam",
|
||||
testimonial: "Lots of TVs for watching sporting events and was very lively.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg",
|
||||
},
|
||||
{ name: "Sarah K.", handle: "@sarah_k", testimonial: "Open and inviting atmosphere with several TVs well-positioned for sports viewing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-beer-mug_23-2148872458.jpg" },
|
||||
{ name: "Mark D.", handle: "@markd", testimonial: "Portion sizes were generous and everything was flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-antique-store_23-2149640700.jpg" },
|
||||
{ name: "Emily P.", handle: "@emilyp", testimonial: "Great spot to grab a meal along the Streetcar line.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/row-friends-enjoying-drinks-pub_23-2147859563.jpg" },
|
||||
{ name: "James R.", handle: "@jamesr", testimonial: "Would return for the food! Cheese curds were great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-day-spent-with-friends-pub_329181-18384.jpg" },
|
||||
{ name: "Linda M.", handle: "@lindam", testimonial: "Lots of TVs for watching sporting events and was very lively.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-night-club-stairs_627829-5106.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg", alt: "Customer profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-standing-night-club-stairs_627829-5106.jpg", alt: "Customer profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg", alt: "Customer profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg", alt: "Customer profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg", alt: "Customer profile 5" },
|
||||
]}
|
||||
avatarText="Join 2,000+ local regulars"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Craft Beer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Game Day",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Streetcar Stop",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Late Night",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Signature Drinks",
|
||||
},
|
||||
{ type: "text", text: "Craft Beer" },
|
||||
{ type: "text", text: "Game Day" },
|
||||
{ type: "text", text: "Streetcar Stop" },
|
||||
{ type: "text", text: "Late Night" },
|
||||
{ type: "text", text: "Signature Drinks" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,9 +80,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Downtown's Modern Tavern"
|
||||
description={[
|
||||
"Buffwood Streetcar Grille & Tavern is the ultimate destination for craft cocktails and elevated American grill favorites.",
|
||||
"Located perfectly along the streetcar line, we offer the best seat for every game and the perfect vibe before every concert.",
|
||||
]}
|
||||
"Buffwood Streetcar Grille & Tavern is the ultimate destination for craft cocktails and elevated American grill favorites.", "Located perfectly along the streetcar line, we offer the best seat for every game and the perfect vibe before every concert."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,49 +91,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Game Day Central",
|
||||
description: "Large TV walls showing every major event.",
|
||||
icon: Monitor,
|
||||
title: "Game Day Central", description: "Large TV walls showing every major event.", icon: Monitor,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/six-girls-veil-sit-bar-stools-hen-party_627829-11554.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/six-girls-veil-sit-bar-stools-hen-party_627829-11554.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-date_23-2148422373.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2",
|
||||
imageAlt: "sports bar interior nightlife",
|
||||
},
|
||||
{
|
||||
title: "Streetcar Location",
|
||||
description: "Step off the line directly into our tavern.",
|
||||
icon: Building2,
|
||||
title: "Streetcar Location", description: "Step off the line directly into our tavern.", icon: Building2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-traffic-lights-inside-garden-bridge-shanghai-china_1127-2939.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/night-traffic-lights-inside-garden-bridge-shanghai-china_1127-2939.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg?_wi=1",
|
||||
imageAlt: "sports bar interior nightlife",
|
||||
},
|
||||
{
|
||||
title: "Pre-Show Hotspot",
|
||||
description: "Unwind before your favorite concert.",
|
||||
icon: Music,
|
||||
title: "Pre-Show Hotspot", description: "Unwind before your favorite concert.", icon: Music,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empire-state-building-night_23-2150897572.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empire-state-building-night_23-2150897572.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beer-with-food-wooden-table_23-2148306010.jpg?_wi=1",
|
||||
imageAlt: "sports bar interior nightlife",
|
||||
},
|
||||
]}
|
||||
title="The Tavern Experience"
|
||||
@@ -227,48 +124,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Burger",
|
||||
price: "$16",
|
||||
variant: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fried Cheese Curds",
|
||||
price: "$12",
|
||||
variant: "Starters",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beer-with-food-wooden-table_23-2148306010.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Whiskey Sour",
|
||||
price: "$14",
|
||||
variant: "Cocktails",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-pours-cocktail-from-cocktail-shaker_140725-4951.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Local Craft Lager",
|
||||
price: "$8",
|
||||
variant: "Beer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-bottles_23-2148754998.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Club Sandwich",
|
||||
price: "$15",
|
||||
variant: "Sandwiches",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-huge-sandwich-arangement_23-2149235930.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Loaded Tavern Fries",
|
||||
price: "$10",
|
||||
variant: "Starters",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Burger", price: "$16", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg" },
|
||||
{ id: "2", name: "Fried Cheese Curds", price: "$12", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beer-with-food-wooden-table_23-2148306010.jpg" },
|
||||
{ id: "3", name: "Whiskey Sour", price: "$14", variant: "Cocktails", imageSrc: "http://img.b2bpic.net/free-photo/bartender-pours-cocktail-from-cocktail-shaker_140725-4951.jpg" },
|
||||
{ id: "4", name: "Local Craft Lager", price: "$8", variant: "Beer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-bottles_23-2148754998.jpg" },
|
||||
{ id: "5", name: "Club Sandwich", price: "$15", variant: "Sandwiches", imageSrc: "http://img.b2bpic.net/free-photo/delicious-huge-sandwich-arangement_23-2149235930.jpg" },
|
||||
{ id: "6", name: "Loaded Tavern Fries", price: "$10", variant: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg" },
|
||||
]}
|
||||
title="Elevated Comfort"
|
||||
description="From our famous burgers to signature craft cocktails."
|
||||
@@ -281,46 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah_k",
|
||||
testimonial: "Open and inviting atmosphere with several TVs well-positioned for sports viewing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Portion sizes were generous and everything was flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-looking-each-other-holding-thermos-inside-camper-retro-camper_482257-11549.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
handle: "@emilyp",
|
||||
testimonial: "Great spot to grab a meal along the Streetcar line.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149104425.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James R.",
|
||||
handle: "@jamesr",
|
||||
testimonial: "Would return for the food! Cheese curds were great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-leprechaun-s-hat-beer-celebrating-saint-patrick-s-day_329181-19144.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
handle: "@lindam",
|
||||
testimonial: "Lots of TVs for watching sporting events and was very lively.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-drinking-beer-with-friend-bar_23-2147897139.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah K.", handle: "@sarah_k", testimonial: "Open and inviting atmosphere with several TVs well-positioned for sports viewing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Portion sizes were generous and everything was flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-looking-each-other-holding-thermos-inside-camper-retro-camper_482257-11549.jpg" },
|
||||
{ id: "3", name: "Emily P.", handle: "@emilyp", testimonial: "Great spot to grab a meal along the Streetcar line.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149104425.jpg" },
|
||||
{ id: "4", name: "James R.", handle: "@jamesr", testimonial: "Would return for the food! Cheese curds were great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-with-leprechaun-s-hat-beer-celebrating-saint-patrick-s-day_329181-19144.jpg" },
|
||||
{ id: "5", name: "Linda M.", handle: "@lindam", testimonial: "Lots of TVs for watching sporting events and was very lively.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-drinking-beer-with-friend-bar_23-2147897139.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What the Locals Say"
|
||||
@@ -334,24 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Tv,
|
||||
title: "Large TVs",
|
||||
value: "24+",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Star,
|
||||
title: "Craft Beers",
|
||||
value: "30+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Clock,
|
||||
title: "Happy Hours",
|
||||
value: "3-6",
|
||||
},
|
||||
{ id: "1", icon: Tv, title: "Large TVs", value: "24+" },
|
||||
{ id: "2", icon: Star, title: "Craft Beers", value: "30+" },
|
||||
{ id: "3", icon: Clock, title: "Happy Hours", value: "3-6" },
|
||||
]}
|
||||
title="The Buffwood Experience"
|
||||
description="Key numbers behind our tavern."
|
||||
@@ -361,9 +172,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Stay Connected"
|
||||
title="Join the Tavern"
|
||||
description="Sign up for happy hour updates and event alerts."
|
||||
@@ -375,41 +184,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "123 Streetcar Way",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Visit", items: [{ label: "123 Streetcar Way", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Buffwood Streetcar Grille"
|
||||
bottomRightText="Downtown Kansas City"
|
||||
|
||||
Reference in New Issue
Block a user