Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
290
src/app/page.tsx
290
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reservation",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reservation", id: "contact" },
|
||||
]}
|
||||
brandName="Brew & Bite"
|
||||
/>
|
||||
@@ -57,75 +45,20 @@ export default function LandingPage() {
|
||||
title="Craft Beer & Shareable Bites, Always Welcome"
|
||||
description="Explore our rotating craft beer selection in a relaxed, accessible space perfect for solo adventures, group celebrations, or casual weeknight dining. Wheelchair-accessible parking and free street parking make it easy to stop by."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah.eats",
|
||||
testimonial: "The best craft beer selection in town, and the staff are incredibly welcoming to solo diners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321452.jpg?_wi=1",
|
||||
imageAlt: "gastropub restaurant interior cozy rustic warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Mark L.",
|
||||
handle: "@markfoodie",
|
||||
testimonial: "Perfect for groups! We shared so many small plates and loved every single beer recommendation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg?_wi=1",
|
||||
imageAlt: "gastropub restaurant interior cozy rustic warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Emma D.",
|
||||
handle: "@emmadine",
|
||||
testimonial: "Such a cozy and inclusive space. Loved the local beer options and the accessible parking was a huge plus.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-beer-with-foam_23-2148356716.jpg?_wi=1",
|
||||
imageAlt: "gastropub restaurant interior cozy rustic warm lighting",
|
||||
},
|
||||
{
|
||||
name: "James P.",
|
||||
handle: "@james.p",
|
||||
testimonial: "Incredible atmosphere, perfect for a casual pint after a long day at the office.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=1",
|
||||
imageAlt: "gastropub restaurant interior cozy rustic warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Lucy K.",
|
||||
handle: "@lucy.k",
|
||||
testimonial: "Absolutely love the rotating beer list; there's always something new and delicious to try.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg?_wi=1",
|
||||
imageAlt: "gastropub restaurant interior cozy rustic warm lighting",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@sarah.eats", testimonial: "The best craft beer selection in town, and the staff are incredibly welcoming to solo diners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321452.jpg", imageAlt: "gastropub restaurant interior cozy rustic warm lighting" },
|
||||
{ name: "Mark L.", handle: "@markfoodie", testimonial: "Perfect for groups! We shared so many small plates and loved every single beer recommendation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg", imageAlt: "gastropub restaurant interior cozy rustic warm lighting" },
|
||||
{ name: "Emma D.", handle: "@emmadine", testimonial: "Such a cozy and inclusive space. Loved the local beer options and the accessible parking was a huge plus.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glasses-beer-with-foam_23-2148356716.jpg", imageAlt: "gastropub restaurant interior cozy rustic warm lighting" },
|
||||
{ name: "James P.", handle: "@james.p", testimonial: "Incredible atmosphere, perfect for a casual pint after a long day at the office.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg", imageAlt: "gastropub restaurant interior cozy rustic warm lighting" },
|
||||
{ name: "Lucy K.", handle: "@lucy.k", testimonial: "Absolutely love the rotating beer list; there's always something new and delicious to try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg", imageAlt: "gastropub restaurant interior cozy rustic warm lighting" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321452.jpg?_wi=2"
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321452.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321454.jpg",
|
||||
alt: "Still life of beer brewing elements",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321500.jpg",
|
||||
alt: "Still life of beer brewing elements",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321499.jpg",
|
||||
alt: "Still life of beer brewing elements",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-pouring-beer-glass_23-2148872411.jpg",
|
||||
alt: "Close-up man pouring beer in glass",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
alt: "Male local traveler with a camera",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321454.jpg", alt: "Still life of beer brewing elements" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321500.jpg", alt: "Still life of beer brewing elements" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321499.jpg", alt: "Still life of beer brewing elements" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-man-pouring-beer-glass_23-2148872411.jpg", alt: "Close-up man pouring beer in glass" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", alt: "Male local traveler with a camera" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Space for Everyone"
|
||||
description="Brew & Bite is built on the belief that great beer and food should be accessible to all. From our spacious seating arrangements perfect for group gatherings to our quiet, comfortable corners for solo diners, we've designed our gastropub to make everyone feel right at home."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,33 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Curated Local Crafts",
|
||||
tags: [
|
||||
"Craft Beer",
|
||||
"Rotating",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-beer-with-foam_23-2148356716.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Artisanal Shareable Bites",
|
||||
tags: [
|
||||
"Food",
|
||||
"Small Plates",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fully Accessible Venue",
|
||||
tags: [
|
||||
"Accessible",
|
||||
"Inclusive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg?_wi=2",
|
||||
},
|
||||
{ id: "f1", title: "Curated Local Crafts", tags: ["Craft Beer", "Rotating"], imageSrc: "http://img.b2bpic.net/free-photo/glasses-beer-with-foam_23-2148356716.jpg" },
|
||||
{ id: "f2", title: "Artisanal Shareable Bites", tags: ["Food", "Small Plates"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg" },
|
||||
{ id: "f3", title: "Fully Accessible Venue", tags: ["Accessible", "Inclusive"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585932.jpg" }
|
||||
]}
|
||||
title="Why Visit Brew & Bite?"
|
||||
description="We take pride in our commitment to quality, accessibility, and the local community. Experience a dining atmosphere that prioritizes your comfort and curiosity."
|
||||
@@ -185,60 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Local Farm",
|
||||
name: "Truffle Deviled Eggs",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-fruit-syrup-lemon-slices_140725-6120.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Brewery X",
|
||||
name: "IPA Flight",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-people-toasting-drinking-beer-pub_1262-3658.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Kitchen",
|
||||
name: "Crispy Artichoke Hearts",
|
||||
price: "$14",
|
||||
rating: 4,
|
||||
reviewCount: "56",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-crisps-crackers-inside-pink-plate-grey-surface_140725-20327.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Kitchen",
|
||||
name: "Flatbread Selection",
|
||||
price: "$16",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kanape-prawns-sauce-with-mixed-salad-side-view_141793-2375.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Local Farm",
|
||||
name: "Charcuterie Board",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "43",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-picnic-concept_23-2149267272.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Kitchen",
|
||||
name: "Salted Caramel Tart",
|
||||
price: "$10",
|
||||
rating: 4,
|
||||
reviewCount: "31",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Local Farm", name: "Truffle Deviled Eggs", price: "$12", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-fruit-syrup-lemon-slices_140725-6120.jpg" },
|
||||
{ id: "p2", brand: "Brewery X", name: "IPA Flight", price: "$18", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/three-people-toasting-drinking-beer-pub_1262-3658.jpg" },
|
||||
{ id: "p3", brand: "Kitchen", name: "Crispy Artichoke Hearts", price: "$14", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/front-view-crisps-crackers-inside-pink-plate-grey-surface_140725-20327.jpg" },
|
||||
{ id: "p4", brand: "Kitchen", name: "Flatbread Selection", price: "$16", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/kanape-prawns-sauce-with-mixed-salad-side-view_141793-2375.jpg" },
|
||||
{ id: "p5", brand: "Local Farm", name: "Charcuterie Board", price: "$22", rating: 5, reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-picnic-concept_23-2149267272.jpg" },
|
||||
{ id: "p6", brand: "Kitchen", name: "Salted Caramel Tart", price: "$10", rating: 4, reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg" }
|
||||
]}
|
||||
title="Today's Favorites"
|
||||
description="Discover our current selection of rotating craft beers and our signature small plates designed for sharing or solo enjoyment."
|
||||
@@ -252,21 +113,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Craft beers rotated annually",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40+",
|
||||
description: "Local food vendors partnered",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Fully accessible facility",
|
||||
},
|
||||
{ id: "m1", value: "150+", description: "Craft beers rotated annually" },
|
||||
{ id: "m2", value: "40+", description: "Local food vendors partnered" },
|
||||
{ id: "m3", value: "100%", description: "Fully accessible facility" }
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our dedication to craft beer and culinary excellence continues to grow, shared with diners daily."
|
||||
@@ -275,44 +124,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Liam T.",
|
||||
handle: "@liam.craft",
|
||||
testimonial: "The atmosphere is unmatched. Perfect spot for a solo beer after work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria C.",
|
||||
handle: "@mariac",
|
||||
testimonial: "Group bookings here are stress-free and the staff always suggest the best seasonal pairings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe B.",
|
||||
handle: "@chloeb",
|
||||
testimonial: "I loved the quiet seating for solo diners. Felt very welcome and comfortable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coffee-their-room-vacation_23-2149369737.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David S.",
|
||||
handle: "@davids",
|
||||
testimonial: "Great service, great vibe. The small plates are all amazing for sharing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nina P.",
|
||||
handle: "@nina.p",
|
||||
testimonial: "One of the most accessible restaurants in the city. Truly a great experience for all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9601.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Liam T.", handle: "@liam.craft", testimonial: "The atmosphere is unmatched. Perfect spot for a solo beer after work.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" },
|
||||
{ id: "t2", name: "Maria C.", handle: "@mariac", testimonial: "Group bookings here are stress-free and the staff always suggest the best seasonal pairings.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg" },
|
||||
{ id: "t3", name: "Chloe B.", handle: "@chloeb", testimonial: "I loved the quiet seating for solo diners. Felt very welcome and comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coffee-their-room-vacation_23-2149369737.jpg" },
|
||||
{ id: "t4", name: "David S.", handle: "@davids", testimonial: "Great service, great vibe. The small plates are all amazing for sharing.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" },
|
||||
{ id: "t5", name: "Nina P.", handle: "@nina.p", testimonial: "One of the most accessible restaurants in the city. Truly a great experience for all.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9601.jpg" }
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of craft beer fans and food explorers who make our gastropub their favorite local destination."
|
||||
@@ -324,58 +144,34 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While walk-ins are always welcome, we recommend reservations for group celebrations or busy weeknights.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is your restaurant accessible?",
|
||||
content: "Yes, our facility is fully wheelchair accessible with designated parking spaces for convenience.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "We offer pet-friendly outdoor seating when the weather permits.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "While walk-ins are always welcome, we recommend reservations for group celebrations or busy weeknights." },
|
||||
{ id: "q2", title: "Is your restaurant accessible?", content: "Yes, our facility is fully wheelchair accessible with designated parking spaces for convenience." },
|
||||
{ id: "q3", title: "Are you pet-friendly?", content: "We offer pet-friendly outdoor seating when the weather permits." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269231.jpg"
|
||||
title="Common Questions"
|
||||
description="Have questions about our reservation process, beer selection, or accessibility features? Find answers here."
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Ready to Experience Brew & Bite?"
|
||||
description="Reserve your table online and join us for rotating local craft beers and shareable small plates today. We can't wait to welcome you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Reservation",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Reservation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Brew & Bite"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user