Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-16 15:12:24 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Trattoria Bella"
brandName="Livus "
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
@@ -36,25 +36,25 @@ export default function LandingPage() {
{ name: "Reviews", id: "reviews" }
]}
button={{
text: "Reserve Table", href: "#contact"
text: "Booking Flat ", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Authentic Italian Flavors in Every Bite"
title="Modern Furnished Apartments in"
description="Experience the warmth of traditional Italian hospitality paired with the finest locally-sourced ingredients. Trattoria Bella brings you an unforgettable culinary journey through classic Italian cuisine."
tag="Award-Winning"
tag=" "
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "Apartment viewing ", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B20VgiFG1IL6hNLQSPsnM3RJdH/uploaded-1773673580770-xzw15db3.jpg"
imageAlt="Elegant Italian restaurant interior with warm lighting"
mediaAnimation="slide-up"
ariaLabel="Italian restaurant hero section"
@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
title="Our Featured Menu"
title="Our Featured Apartments"
description="Each dish is prepared with passion using the finest ingredients imported directly from Italy, combined with locally-sourced seasonal produce to ensure the highest quality and authentic flavors."
tag="Signature Dishes"
tagIcon={UtensilsCrossed}
@@ -89,13 +89,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "pasta-carbonara", name: "Spaghetti Carbonara", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/pasta-carbonara-food-bacon-cream_1203-5999.jpg", imageAlt: "Creamy spaghetti carbonara with fresh ingredients"
id: "pasta-carbonara", name: "Spaghetti Carbonara", price: "$18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B20VgiFG1IL6hNLQSPsnM3RJdH/uploaded-1773673860463-5jjsgmvh.jpg", imageAlt: "Creamy spaghetti carbonara with fresh ingredients"
},
{
id: "pizza-margherita", name: "Pizza Margherita", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza_23-2148753764.jpg", imageAlt: "Traditional wood-fired pizza with fresh basil"
id: "pizza-margherita", name: "Pizza Margherita", price: "$16", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B20VgiFG1IL6hNLQSPsnM3RJdH/uploaded-1773673860464-swjev1es.jpg", imageAlt: "Traditional wood-fired pizza with fresh basil"
},
{
id: "branzino", name: "Branzino al Forno", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-seafood-mussels_23-2148393738.jpg", imageAlt: "Fresh Mediterranean branzino fish preparation"
id: "branzino", name: "Branzino al Forno", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B20VgiFG1IL6hNLQSPsnM3RJdH/uploaded-1773673860462-jkptlxpx.jpg", imageAlt: "Fresh Mediterranean branzino fish preparation"
}
]}
buttons={[