Update src/app/page.tsx

This commit is contained in:
2026-05-03 03:07:24 +00:00
parent 21c92720be
commit e6443bccc6

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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="259"
/>
@@ -53,17 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="259"
description="Gastropub in the heart of Vila Real. Atmospheric dining, local soul."
buttons={[
{
text: "Reserve Now",
href: "#contact",
},
text: "Reserve Now", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png"
mediaAnimation="blur-reveal"
/>
</div>
@@ -73,7 +62,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Soul"
description="Two. Five. Nine. More than a street number, it's our definition of home-grown excellence in Vila Real. We fuse local tradition with urban comfort."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-avje6yg5.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-avje6yg5.png"
/>
</div>
@@ -85,47 +74,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "House Burger",
price: "12€",
variant: "Signature",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-f02fumkj.png?_wi=1",
},
id: "1", name: "House Burger", price: "12€", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-f02fumkj.png"},
{
id: "2",
name: "Salmon Buns",
price: "10€",
variant: "Fresh",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-r52nlhll.png",
},
id: "2", name: "Salmon Buns", price: "10€", variant: "Fresh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-r52nlhll.png"},
{
id: "3",
name: "Charcuterie Board",
price: "18€",
variant: "Shared",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-uvmz78do.png",
},
id: "3", name: "Charcuterie Board", price: "18€", variant: "Shared", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-uvmz78do.png"},
{
id: "4",
name: "Panna Cotta",
price: "5€",
variant: "Sweet",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png?_wi=2",
},
id: "4", name: "Panna Cotta", price: "5€", variant: "Sweet", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png"},
{
id: "5",
name: "Local Wine",
price: "4€",
variant: "Glass",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-avje6yg5.png?_wi=2",
},
id: "5", name: "Local Wine", price: "4€", variant: "Glass", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-avje6yg5.png"},
{
id: "6",
name: "Artisan Cheese",
price: "8€",
variant: "Starters",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-f02fumkj.png?_wi=2",
},
id: "6", name: "Artisan Cheese", price: "8€", variant: "Starters", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-f02fumkj.png"},
]}
title="Menu Highlights"
description="Curated flavors, local ingredients."
@@ -139,31 +98,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Social",
title: "Outdoor Vibes",
items: [
"Vila Real evenings",
"Friends & Drinks",
],
id: "f1", label: "Social", title: "Outdoor Vibes", items: [
"Vila Real evenings", "Friends & Drinks"],
},
{
id: "f2",
label: "Kitchen",
title: "Crafted Plates",
items: [
"Chef's Selection",
"Fresh Daily",
],
id: "f2", label: "Kitchen", title: "Crafted Plates", items: [
"Chef's Selection", "Fresh Daily"],
},
{
id: "f3",
label: "Drinks",
title: "Signature Pours",
items: [
"Local Wines",
"Artisan Brews",
],
id: "f3", label: "Drinks", title: "Signature Pours", items: [
"Local Wines", "Artisan Brews"],
},
]}
title="Atmosphere"
@@ -173,35 +117,21 @@ export default function LandingPage() {
<div id="hours" data-section="hours">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "12PM",
title: "Opening",
items: [
"Lunch service",
"Monday - Saturday",
],
id: "m1", value: "12PM", title: "Opening", items: [
"Lunch service", "Monday - Saturday"],
},
{
id: "m2",
value: "12AM",
title: "Closing",
items: [
"Dinner service",
"Late night drinks",
],
id: "m2", value: "12AM", title: "Closing", items: [
"Dinner service", "Late night drinks"],
},
{
id: "m3",
value: "SUN",
title: "Closed",
items: [
"Rest day",
"Family time",
],
id: "m3", value: "SUN", title: "Closed", items: [
"Rest day", "Family time"],
},
]}
title="Opening Hours"
@@ -216,49 +146,33 @@ export default function LandingPage() {
description="Book a table or inquire about events."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
name: "email", type: "email", placeholder: "Email Address"},
]}
textarea={{
name: "message",
placeholder: "Special requests?",
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png?_wi=3"
name: "message", placeholder: "Special requests?"}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DCAMNJvpPdAZy6XpJHBncLeIvD/uploaded-1777777596252-6tucnom4.png"
logoText="259"
columns={[
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}