Merge version_2 into main #1

Merged
bender merged 3 commits from version_2 into main 2026-04-07 01:31:40 +00:00
3 changed files with 37 additions and 119 deletions

View File

@@ -24,13 +24,10 @@ export const metadata: Metadata = {
},
};
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export default function RootLayout({
@@ -41,7 +38,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<body className={`${halant.variable} antialiased`}>
<Tag />
{children}
<script

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"
/>
@@ -53,16 +45,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="E W Becks"
logoClassName="font-serif"
description="A refined gathering place offering exceptional food, craft beers, and a welcoming atmosphere for our community."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
@@ -77,17 +66,11 @@ export default function LandingPage() {
description="At E W Becks, we believe great food begins with quality ingredients and a passion for community. Our kitchen combines local tradition with modern culinary techniques, ensuring every visit is memorable."
metrics={[
{
value: "15+",
title: "Years Serving",
},
value: "15+", title: "Years Serving"},
{
value: "50+",
title: "Craft Beers",
},
value: "50+", title: "Craft Beers"},
{
value: "100%",
title: "Local Sourced",
},
value: "100%", title: "Local Sourced"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg"
mediaAnimation="slide-up"
@@ -102,26 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "m1",
title: "Signature Burgers",
subtitle: "House-blend beef, artisan buns, fresh toppings",
category: "Entrees",
value: "$18",
},
id: "m1", title: "Signature Burgers", subtitle: "House-blend beef, artisan buns, fresh toppings", category: "Entrees", value: "$18"},
{
id: "m2",
title: "Craft Beer Flight",
subtitle: "Selection of our finest local brews",
category: "Drinks",
value: "$12",
},
id: "m2", title: "Craft Beer Flight", subtitle: "Selection of our finest local brews", category: "Drinks", value: "$12"},
{
id: "m3",
title: "Garden Salad",
subtitle: "Local organic seasonal greens and herbs",
category: "Starters",
value: "$10",
},
id: "m3", title: "Garden Salad", subtitle: "Local organic seasonal greens and herbs", category: "Starters", value: "$10"},
]}
title="Culinary Delights"
description="Our seasonal menu is carefully curated to offer something for every palate, from pub classics to modern creations."
@@ -135,40 +103,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Local Regular",
testimonial: "The atmosphere is unmatched. Always feels like home.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
},
id: "1", name: "Sarah Miller", role: "Local Regular", testimonial: "The atmosphere is unmatched. Always feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
{
id: "2",
name: "James Anderson",
role: "Foodie",
testimonial: "Incredible burger selection. Highly recommended spot.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-smiling-heartily-camera-while-enjoying-christmas-dinner-with-close-relatives-home-cheerful-elder-man-dining-room-celebrating-traditional-winter-feast-handheld-shot_482257-48668.jpg",
},
id: "2", name: "James Anderson", role: "Foodie", testimonial: "Incredible burger selection. Highly recommended spot.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-smiling-heartily-camera-while-enjoying-christmas-dinner-with-close-relatives-home-cheerful-elder-man-dining-room-celebrating-traditional-winter-feast-handheld-shot_482257-48668.jpg"},
{
id: "3",
name: "Emily Chen",
role: "Pub Enthusiast",
testimonial: "Great variety of local craft beers and friendly staff.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
},
id: "3", name: "Emily Chen", role: "Pub Enthusiast", testimonial: "Great variety of local craft beers and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
{
id: "4",
name: "David Wilson",
role: "Food Blogger",
testimonial: "Authentic local flavors executed with true passion.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
},
id: "4", name: "David Wilson", role: "Food Blogger", testimonial: "Authentic local flavors executed with true passion.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg"},
{
id: "5",
name: "Rachel Adams",
role: "Local Resident",
testimonial: "Perfect place for weekend dinner with the family.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg",
},
id: "5", name: "Rachel Adams", role: "Local Resident", testimonial: "Perfect place for weekend dinner with the family.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg"},
]}
title="Community Voices"
description="Hear what our regulars have to say about their experience at E W Becks."
@@ -181,20 +124,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "Yes, we highly recommend making a reservation, especially on weekends.",
},
id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially on weekends."},
{
id: "f2",
title: "Are there vegetarian options?",
content: "We take pride in our vegetarian and vegan menu items available year-round.",
},
id: "f2", title: "Are there vegetarian options?", content: "We take pride in our vegetarian and vegan menu items available year-round."},
{
id: "f3",
title: "Do you host private events?",
content: "Yes, please contact us for information regarding private functions and party bookings.",
},
id: "f3", title: "Do you host private events?", content: "Yes, please contact us for information regarding private functions and party bookings."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132204.jpg"
mediaAnimation="slide-up"
@@ -208,14 +142,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Visit us at E W Becks. We are open daily and look forward to welcoming you soon."
buttons={[
{
text: "Contact Us",
href: "mailto:info@ewbecks.com",
},
text: "Contact Us", href: "mailto:info@ewbecks.com"},
]}
/>
</div>
@@ -224,29 +155,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "E W Becks",
items: [
title: "E W Becks", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -257,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-halant), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-halant), sans-serif;
}