3 Commits

Author SHA1 Message Date
ed7f2f23b2 Merge version_2 into main
Merge version_2 into main
2026-04-07 01:35:05 +00:00
12ef59c713 Update src/app/page.tsx 2026-04-07 01:35:02 +00:00
1e7e2ae346 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:34:24 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="E W Becks"
/>
@@ -54,94 +46,53 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="A Neighborhood Gem"
description="E W Becks offers a warm, inviting space where great food, local craft beers, and good company meet. Join us for an unforgettable dining experience in the heart of town."
testimonials={[
{
name: "John Doe",
handle: "@johndoe",
testimonial: "The best pub food in the area, absolutely fantastic atmosphere!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=1",
},
name: "John Doe", handle: "@johndoe", testimonial: "The best pub food in the area, absolutely fantastic atmosphere!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=1"},
{
name: "Jane Smith",
handle: "@janesmith",
testimonial: "I love the rustic charm and the craft beer selection here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=2",
},
name: "Jane Smith", handle: "@janesmith", testimonial: "I love the rustic charm and the craft beer selection here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=2"},
{
name: "Mike Brown",
handle: "@mikeb",
testimonial: "Consistently great service and delicious meals every time.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=3",
},
name: "Mike Brown", handle: "@mikeb", testimonial: "Consistently great service and delicious meals every time.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=3"},
{
name: "Sarah Lee",
handle: "@sarahlee",
testimonial: "Perfect spot for family dinners or a casual evening with friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=4",
},
name: "Sarah Lee", handle: "@sarahlee", testimonial: "Perfect spot for family dinners or a casual evening with friends.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=4"},
{
name: "Tom Clark",
handle: "@tomclark",
testimonial: "Highly recommend the steak! Perfectly cooked every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=5",
},
name: "Tom Clark", handle: "@tomclark", testimonial: "Highly recommend the steak! Perfectly cooked every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=5"},
]}
imageSrc="http://img.b2bpic.net/free-photo/thanksgiving-dinner-assortment-table_23-2149055454.jpg?_wi=1"
imageAlt="E W Becks Interior"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Customer 5"},
]}
avatarText="Join 500+ happy diners"
marqueeItems={[
{
type: "text",
text: "Craft Beers",
},
type: "text", text: "Craft Beers"},
{
type: "text",
text: "Local Ingredients",
},
type: "text", text: "Local Ingredients"},
{
type: "text",
text: "Casual Dining",
},
type: "text", text: "Casual Dining"},
{
type: "text",
text: "Family Friendly",
},
type: "text", text: "Family Friendly"},
{
type: "text",
text: "Freshly Made",
},
type: "text", text: "Freshly Made"},
]}
/>
</div>
@@ -163,29 +114,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Fresh Local Produce",
description: "We source ingredients from local farmers for every dish.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-assortment-table_23-2149055454.jpg?_wi=2",
imageAlt: "cozy gastropub interior warm lighting",
},
id: "1", title: "Fresh Local Produce", description: "We source ingredients from local farmers for every dish.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-assortment-table_23-2149055454.jpg?_wi=2", imageAlt: "cozy gastropub interior warm lighting"},
{
id: "2",
title: "Craft Beer Selection",
description: "An extensive list of local and international brews.",
tag: "Selection",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg?_wi=2",
imageAlt: "restaurant kitchen authentic dining",
},
id: "2", title: "Craft Beer Selection", description: "An extensive list of local and international brews.", tag: "Selection", imageSrc: "http://img.b2bpic.net/free-photo/side-view-refreshing-glass-with-beer-table_23-2148342242.jpg?_wi=2", imageAlt: "restaurant kitchen authentic dining"},
{
id: "3",
title: "Cozy Atmosphere",
description: "Warm, welcoming, and perfect for any occasion.",
tag: "Ambiance",
imageSrc: "http://img.b2bpic.net/free-photo/snack-pastry-board-with-various-ingredients_114579-12767.jpg?_wi=1",
imageAlt: "gourmet burger wooden board rustic",
},
id: "3", title: "Cozy Atmosphere", description: "Warm, welcoming, and perfect for any occasion.", tag: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/snack-pastry-board-with-various-ingredients_114579-12767.jpg?_wi=1", imageAlt: "gourmet burger wooden board rustic"},
]}
title="Why Choose Us?"
description="We take pride in everything we serve, from our kitchen to your glass."
@@ -200,41 +133,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Classic Burger",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/snack-pastry-board-with-various-ingredients_114579-12767.jpg?_wi=2",
},
id: "p1", name: "Classic Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/snack-pastry-board-with-various-ingredients_114579-12767.jpg?_wi=2"},
{
id: "p2",
name: "Ribeye Steak",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg",
},
id: "p2", name: "Ribeye Steak", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85556.jpg"},
{
id: "p3",
name: "Seafood Platter",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-shrimps-platter-salt-bowl-marble-surface_114579-91222.jpg",
},
id: "p3", name: "Seafood Platter", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-shrimps-platter-salt-bowl-marble-surface_114579-91222.jpg"},
{
id: "p4",
name: "Artisan Pasta",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35030.jpg",
},
id: "p4", name: "Artisan Pasta", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35030.jpg"},
{
id: "p5",
name: "Buffalo Wings",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-composition_23-2149072610.jpg",
},
id: "p5", name: "Buffalo Wings", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-composition_23-2149072610.jpg"},
{
id: "p6",
name: "Chocolate Tart",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-wooden-board-with-cloth_114579-75864.jpg",
},
id: "p6", name: "Chocolate Tart", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-wooden-board-with-cloth_114579-75864.jpg"},
]}
title="Our Signature Menu"
description="A curated selection of our best dishes, prepared daily by our chefs."
@@ -248,45 +157,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice",
handle: "@alice",
testimonial: "Amazing burgers!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=6",
},
id: "t1", name: "Alice", handle: "@alice", testimonial: "Amazing burgers!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=6"},
{
id: "t2",
name: "Bob",
handle: "@bob",
testimonial: "Great service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=7",
},
id: "t2", name: "Bob", handle: "@bob", testimonial: "Great service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=7"},
{
id: "t3",
name: "Charlie",
handle: "@charley",
testimonial: "Wonderful beer list!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=8",
},
id: "t3", name: "Charlie", handle: "@charley", testimonial: "Wonderful beer list!", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=8"},
{
id: "t4",
name: "Diana",
handle: "@diana",
testimonial: "My go-to pub.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=9",
},
id: "t4", name: "Diana", handle: "@diana", testimonial: "My go-to pub.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=9"},
{
id: "t5",
name: "Edward",
handle: "@eddie",
testimonial: "Top notch steak!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=10",
},
id: "t5", name: "Edward", handle: "@eddie", testimonial: "Top notch steak!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=10"},
]}
showRating={true}
title="Voices of the Pub"
@@ -298,8 +182,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Book a Table"
description="Get in touch or stop by. We'd love to serve you!"
@@ -313,29 +196,19 @@ export default function LandingPage() {
logoText="E W Becks"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
@@ -344,4 +217,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}