Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 03:12:45 +00:00

View File

@@ -32,36 +32,20 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Location",
id: "location",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" },
]}
brandName="Bella Vita"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Welcome to Bella Vita"
description="We bring the heart of Italy to your table with authentic recipes, fresh ingredients, and unforgettable dining experiences."
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg"
@@ -89,48 +73,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Spaghetti Carbonara",
price: "$18",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg",
},
{
id: "m2",
name: "Margherita Pizza",
price: "$16",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-18837.jpg",
},
{
id: "m3",
name: "Lasagna Bolognese",
price: "$20",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-delicious-homemade-wholewheat-organic-natural-pizza-with-vegetables-cheese-romantic-dinner-with-wine_346278-174.jpg",
},
{
id: "m4",
name: "Tiramisu",
price: "$9",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14241.jpg",
},
{
id: "m5",
name: "Caprese Salad",
price: "$12",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pizza-slices-burnt-paper_23-2147844221.jpg",
},
{
id: "m6",
name: "Seafood Risotto",
price: "$22",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902517.jpg",
},
{ id: "m1", name: "Spaghetti Carbonara", price: "$18", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg" },
{ id: "m2", name: "Margherita Pizza", price: "$16", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-18837.jpg" },
{ id: "m3", name: "Lasagna Bolognese", price: "$20", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/tasty-delicious-homemade-wholewheat-organic-natural-pizza-with-vegetables-cheese-romantic-dinner-with-wine_346278-174.jpg" },
{ id: "m4", name: "Tiramisu", price: "$9", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14241.jpg" },
{ id: "m5", name: "Caprese Salad", price: "$12", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pizza-slices-burnt-paper_23-2147844221.jpg" },
{ id: "m6", name: "Seafood Risotto", price: "$22", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902517.jpg" },
]}
title="Our Menu"
description="Handmade pasta, wood-fired pizzas, and classic Italian delicacies."
@@ -144,27 +92,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
members={[
{
id: "c1",
name: "Chef Alessandro",
role: "Head Chef",
description: "Combining tradition with creativity to deliver dishes that are both authentic and modern.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg",
},
{
id: "c2",
name: "Chef Marco",
role: "Sous Chef",
description: "Expert in pasta production and fresh Italian ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208287.jpg",
},
{
id: "c3",
name: "Chef Lucia",
role: "Pastry Chef",
description: "Bringing delicate traditional desserts to life.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232185.jpg",
},
{ id: "c1", name: "Chef Alessandro", role: "Head Chef", description: "Combining tradition with creativity to deliver dishes that are both authentic and modern.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg" },
{ id: "c2", name: "Chef Marco", role: "Sous Chef", description: "Expert in pasta production and fresh Italian ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208287.jpg" },
{ id: "c3", name: "Chef Lucia", role: "Pastry Chef", description: "Bringing delicate traditional desserts to life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232185.jpg" },
]}
title="Meet Our Chef"
description="Expertly crafted authentic recipes."
@@ -178,21 +108,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "a1",
value: "100%",
description: "Authentic Ingredients",
},
{
id: "a2",
value: "20+",
description: "Years of Tradition",
},
{
id: "a3",
value: "50+",
description: "Handmade Dishes",
},
{ id: "a1", value: "100%", description: "Authentic Ingredients" },
{ id: "a2", value: "20+", description: "Years of Tradition" },
{ id: "a3", value: "50+", description: "Handmade Dishes" },
]}
title="Our Atmosphere"
description="Perfect for family dinners, romantic dates, or special celebrations."
@@ -203,21 +121,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "h1",
title: "Monday - Friday",
content: "11:00 AM 10:00 PM",
},
{
id: "h2",
title: "Saturday - Sunday",
content: "12:00 PM 11:00 PM",
},
{
id: "h3",
title: "Address",
content: "123 Main Street, Your City",
},
{ id: "h1", title: "Monday - Friday", content: "11:00 AM 10:00 PM" },
{ id: "h2", title: "Saturday - Sunday", content: "12:00 PM 11:00 PM" },
{ id: "h3", title: "Address", content: "123 Main Street, Your City" },
]}
sideTitle="Location & Hours"
sideDescription="Visit us at 123 Main Street, Your City."
@@ -231,46 +137,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "The best authentic carbonara I have ever tasted outside of Rome!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-eating-burger-outdoors_23-2148952829.jpg",
},
{
id: "t2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "Fantastic atmosphere and service. A perfect spot for romantic dates.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
},
{
id: "t3",
name: "Emily Rodriguez",
handle: "@erod",
testimonial: "High quality ingredients that make every dish stand out. Exceptional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
},
{
id: "t4",
name: "David Kim",
handle: "@dkim",
testimonial: "Friendly staff and delicious wood-fired pizzas. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257443.jpg",
},
{
id: "t5",
name: "Lisa Marie",
handle: "@lmaried",
testimonial: "Traditional techniques and creative modern twists. Simply wonderful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg",
},
{ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best authentic carbonara I have ever tasted outside of Rome!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-eating-burger-outdoors_23-2148952829.jpg" },
{ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Fantastic atmosphere and service. A perfect spot for romantic dates.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg" },
{ id: "t3", name: "Emily Rodriguez", handle: "@erod", testimonial: "High quality ingredients that make every dish stand out. Exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" },
{ id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Friendly staff and delicious wood-fired pizzas. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257443.jpg" },
{ id: "t5", name: "Lisa Marie", handle: "@lmaried", testimonial: "Traditional techniques and creative modern twists. Simply wonderful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg" },
]}
showRating={true}
title="What Our Guests Say"
@@ -281,75 +152,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Book Your Table"
description="Phone: +123 456 7890 | Email: info@bellavita.com"
buttons={[
{
text: "Contact Us",
href: "mailto:info@bellavita.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@bellavita.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu",
items: [
{
label: "Main Courses",
href: "#menu",
},
{
label: "Starters",
href: "#menu",
},
{
label: "Desserts",
href: "#menu",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Chef",
href: "#chef",
},
{
label: "Location",
href: "#location",
},
],
},
{
title: "Contact",
items: [
{
label: "Call Us",
href: "tel:+1234567890",
},
{
label: "Email",
href: "mailto:info@bellavita.com",
},
{
label: "Social Media",
href: "#",
},
],
},
{ title: "Menu", items: [{ label: "Main Courses", href: "#menu" }, { label: "Starters", href: "#menu" }, { label: "Desserts", href: "#menu" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Chef", href: "#chef" }, { label: "Location", href: "#location" }] },
{ title: "Contact", items: [{ label: "Call Us", href: "tel:+1234567890" }, { label: "Email", href: "mailto:info@bellavita.com" }, { label: "Social Media", href: "#" }] },
]}
logoText="Bella Vita"
/>