Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,98 +32,61 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Beaver Dam Bar"
|
||||
button={{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Beaver Dam Bar"
|
||||
description="Your local home for craft brews, live tunes, and great company in the heart of the community."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Book Your Table", href: "#contact"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg?_wi=1"
|
||||
imageAlt="Inside of the cozy Beaver Dam Bar"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg",
|
||||
alt: "Look through the shiny branches at white table with candles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg", alt: "Look through the shiny branches at white table with candles"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-taking-selfie-night-party_23-2147640529.jpg",
|
||||
alt: "Friends taking selfie at night party",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-taking-selfie-night-party_23-2147640529.jpg", alt: "Friends taking selfie at night party"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
|
||||
alt: "Low angle friends drinking coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", alt: "Low angle friends drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-433.jpg",
|
||||
alt: "woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-433.jpg", alt: "woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-smiling-young-friends-raising-toast-bar_23-2147859525.jpg",
|
||||
alt: "Two smiling young friends raising toast at the bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-smiling-young-friends-raising-toast-bar_23-2147859525.jpg", alt: "Two smiling young friends raising toast at the bar"},
|
||||
]}
|
||||
avatarText="Join our growing community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Craft Beer",
|
||||
},
|
||||
type: "text", text: "Craft Beer"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Live Music",
|
||||
},
|
||||
type: "text", text: "Live Music"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Comfort Food",
|
||||
},
|
||||
type: "text", text: "Comfort Food"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Vibe",
|
||||
},
|
||||
type: "text", text: "Friendly Vibe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,29 +109,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Local Taps",
|
||||
description: "Curated selection of the finest regional craft beers on draft.",
|
||||
},
|
||||
title: "Local Taps", description: "Curated selection of the finest regional craft beers on draft."},
|
||||
{
|
||||
icon: Music,
|
||||
title: "Live Tunes",
|
||||
description: "Weekly performances from local musicians every Friday and Saturday night.",
|
||||
},
|
||||
title: "Live Tunes", description: "Weekly performances from local musicians every Friday and Saturday night."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Comfort Bites",
|
||||
description: "Hearty, classic bar snacks and comfort foods that pair perfectly with every pour.",
|
||||
},
|
||||
title: "Comfort Bites", description: "Hearty, classic bar snacks and comfort foods that pair perfectly with every pour."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Community Spirit",
|
||||
description: "A place where neighbors become friends over shared stories.",
|
||||
},
|
||||
title: "Community Spirit", description: "A place where neighbors become friends over shared stories."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Weekly Events",
|
||||
description: "From trivia nights to open mic, there's always something happening.",
|
||||
},
|
||||
title: "Weekly Events", description: "From trivia nights to open mic, there's always something happening."},
|
||||
]}
|
||||
title="Why We're The Local Favorite"
|
||||
description="More than just a bar, we're a hub of local social activity."
|
||||
@@ -183,59 +136,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Beaver Craft",
|
||||
name: "Dam Lager",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176773.jpg",
|
||||
},
|
||||
id: "1", brand: "Beaver Craft", name: "Dam Lager", price: "$6", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176773.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Mixologist",
|
||||
name: "Classic Old Fashioned",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barman-work-pub_158595-2337.jpg",
|
||||
},
|
||||
id: "2", brand: "Mixologist", name: "Classic Old Fashioned", price: "$12", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/barman-work-pub_158595-2337.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Kitchen",
|
||||
name: "Loaded Pub Fries",
|
||||
price: "$9",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-glasses-platter-food-with-copy-space_23-2148356721.jpg",
|
||||
},
|
||||
id: "3", brand: "Kitchen", name: "Loaded Pub Fries", price: "$9", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beer-glasses-platter-food-with-copy-space_23-2148356721.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Kitchen",
|
||||
name: "Signature Nachos",
|
||||
price: "$11",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-board-with-cold-cuts-fresh-fruits-cheese-picnic-cloth_53876-124167.jpg",
|
||||
},
|
||||
id: "4", brand: "Kitchen", name: "Signature Nachos", price: "$11", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/charcuterie-board-with-cold-cuts-fresh-fruits-cheese-picnic-cloth_53876-124167.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Spirits",
|
||||
name: "Small Batch Bourbon",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whiskey-with-fire-table_140725-9764.jpg",
|
||||
},
|
||||
id: "5", brand: "Spirits", name: "Small Batch Bourbon", price: "$14", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/whiskey-with-fire-table_140725-9764.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Stout Works",
|
||||
name: "Dark Forest Stout",
|
||||
price: "$7",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-cheese-lemons-dark-board-high-quality-photo_114579-67369.jpg",
|
||||
},
|
||||
id: "6", brand: "Stout Works", name: "Dark Forest Stout", price: "$7", rating: 4,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-cheese-lemons-dark-board-high-quality-photo_114579-67369.jpg"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Explore the drinks and bites that our regulars swear by."
|
||||
@@ -248,60 +165,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
date: "2024-05",
|
||||
title: "Regular",
|
||||
quote: "The absolute best local spot for a cold beer after work.",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-beer-pint_23-2148270240.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "1", name: "John Doe", date: "2024-05", title: "Regular", quote: "The absolute best local spot for a cold beer after work.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-beer-pint_23-2148270240.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891021.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
date: "2024-06",
|
||||
title: "Foodie",
|
||||
quote: "I come for the nachos, I stay for the great live music atmosphere.",
|
||||
tag: "Great Food",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-booze-brew-alcohol-celebrate-refreshment_53876-46913.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "2", name: "Jane Smith", date: "2024-06", title: "Foodie", quote: "I come for the nachos, I stay for the great live music atmosphere.", tag: "Great Food", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-booze-brew-alcohol-celebrate-refreshment_53876-46913.jpg?_wi=2", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Ross",
|
||||
date: "2024-07",
|
||||
title: "Musician",
|
||||
quote: "Best vibe for playing live shows. The staff treats everyone like family.",
|
||||
tag: "Vibe",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-bar_23-2148111134.jpg",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "3", name: "Mike Ross", date: "2024-07", title: "Musician", quote: "Best vibe for playing live shows. The staff treats everyone like family.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-bar_23-2148111134.jpg", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Lee",
|
||||
date: "2024-08",
|
||||
title: "Neighbor",
|
||||
quote: "So glad this place is in the neighborhood. Truly a home away from home.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musician-writing-song_23-2147782089.jpg",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "4", name: "Sarah Lee", date: "2024-08", title: "Neighbor", quote: "So glad this place is in the neighborhood. Truly a home away from home.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991321.jpg", imageSrc: "http://img.b2bpic.net/free-photo/musician-writing-song_23-2147782089.jpg", imageAlt: "smiling customer portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom Baker",
|
||||
date: "2024-09",
|
||||
title: "Customer",
|
||||
quote: "Friendly service, good prices, and always a great rotating selection.",
|
||||
tag: "Always Fresh",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-while-talking-pub_637285-12527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-home-made-cheesburgers-black-plate-background-fries-fast-food-unhealthy-snack_482257-28911.jpg",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "5", name: "Tom Baker", date: "2024-09", title: "Customer", quote: "Friendly service, good prices, and always a great rotating selection.", tag: "Always Fresh", avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-while-talking-pub_637285-12527.jpg", imageSrc: "http://img.b2bpic.net/free-photo/classic-home-made-cheesburgers-black-plate-background-fries-fast-food-unhealthy-snack_482257-28911.jpg", imageAlt: "smiling customer portrait"},
|
||||
]}
|
||||
title="Loved by the Community"
|
||||
description="Don't just take our word for it—hear what our regulars have to say."
|
||||
@@ -314,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "Yes, our patio area is pet-friendly!",
|
||||
},
|
||||
id: "1", title: "Are you pet-friendly?", content: "Yes, our patio area is pet-friendly!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you take reservations?",
|
||||
content: "We are a casual spot—seating is on a first-come, first-served basis.",
|
||||
},
|
||||
id: "2", title: "Do you take reservations?", content: "We are a casual spot—seating is on a first-come, first-served basis."},
|
||||
{
|
||||
id: "3",
|
||||
title: "When is live music?",
|
||||
content: "Every Friday and Saturday, starting around 8 PM.",
|
||||
},
|
||||
id: "3", title: "When is live music?", content: "Every Friday and Saturday, starting around 8 PM."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -341,8 +204,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Ready to drop by?"
|
||||
description="Stay updated on our weekly events, guest taps, and food specials by joining our newsletter."
|
||||
@@ -356,18 +218,14 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Visit our Facebook page",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Visit our Facebook page"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user