Update src/app/page.tsx
This commit is contained in:
320
src/app/page.tsx
320
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Voci del Mare"
|
||||
/>
|
||||
@@ -60,21 +50,16 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Voci del Mare: Where Taste Meets Tradition"
|
||||
description="Experience authentic Italian flavors and the warmth of a true pizzeria, right here in Bergamo. Fresh ingredients, time-honored recipes, and a welcoming atmosphere await you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-brick-stove-bakes-homemade-bread-dinner-generated-by-ai_188544-27327.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-brick-stove-bakes-homemade-bread-dinner-generated-by-ai_188544-27327.jpg"
|
||||
imageAlt="Cozy interior of Voci del Mare restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -84,15 +69,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story: Authentic Italian Flavors in Bergamo",
|
||||
},
|
||||
type: "text", content: "Our Story: Authentic Italian Flavors in Bergamo"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Cuisine",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Discover Our Cuisine", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,46 +85,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dine-In Comfort",
|
||||
description: "Enjoy the full 'Voci del Mare' experience in our warm and inviting restaurant, perfect for family dinners or a romantic evening.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-showing-smartphone-with-white-screen_23-2147935731.jpg",
|
||||
imageAlt: "Phone showing restaurant table reservation app",
|
||||
},
|
||||
title: "Dine-In Comfort", description: "Enjoy the full 'Voci del Mare' experience in our warm and inviting restaurant, perfect for family dinners or a romantic evening.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-showing-smartphone-with-white-screen_23-2147935731.jpg", imageAlt: "Phone showing restaurant table reservation app"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-tapping-tablet-screen_23-2147826829.jpg",
|
||||
imageAlt: "Tablet displaying digital menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-brick-stove-bakes-homemade-bread-dinner-generated-by-ai_188544-27327.jpg?_wi=2",
|
||||
imageAlt: "table reservation app interface restaurant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-tapping-tablet-screen_23-2147826829.jpg", imageAlt: "Tablet displaying digital menu"},
|
||||
},
|
||||
{
|
||||
title: "Convenient Takeaway",
|
||||
description: "Order your favorite pizzas and Italian dishes for pickup and enjoy the taste of Italy in the comfort of your home.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149957039.jpg",
|
||||
imageAlt: "Phone showing food ordering app",
|
||||
},
|
||||
title: "Convenient Takeaway", description: "Order your favorite pizzas and Italian dishes for pickup and enjoy the taste of Italy in the comfort of your home.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149957039.jpg", imageAlt: "Phone showing food ordering app"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-waiting-customer-confirm-shipment_23-2148579100.jpg",
|
||||
imageAlt: "Phone showing online menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-pouring-oil-dough-close-up_23-2148302910.jpg",
|
||||
imageAlt: "table reservation app interface restaurant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-waiting-customer-confirm-shipment_23-2148579100.jpg", imageAlt: "Phone showing online menu"},
|
||||
},
|
||||
{
|
||||
title: "Seamless Delivery",
|
||||
description: "Opt for our contactless delivery service to have hot and delicious Italian food brought right to your doorstep.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-food-world-tourism-day_23-2149114038.jpg",
|
||||
imageAlt: "Phone showing food delivery tracking map",
|
||||
},
|
||||
title: "Seamless Delivery", description: "Opt for our contactless delivery service to have hot and delicious Italian food brought right to your doorstep.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-food-world-tourism-day_23-2149114038.jpg", imageAlt: "Phone showing food delivery tracking map"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2148896951.jpg",
|
||||
imageAlt: "Phone showing contactless payment screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-vegetables-ingredients-white-table_181624-39443.jpg?_wi=1",
|
||||
imageAlt: "table reservation app interface restaurant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2148896951.jpg", imageAlt: "Phone showing contactless payment screen"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -160,65 +117,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Pasta",
|
||||
name: "Spaghetti Al Cartoccio",
|
||||
price: "€18.00",
|
||||
rating: 4.5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-vegetables-ingredients-white-table_181624-39443.jpg?_wi=2",
|
||||
imageAlt: "Spaghetti Al Cartoccio",
|
||||
},
|
||||
id: "p1", brand: "Pasta", name: "Spaghetti Al Cartoccio", price: "€18.00", rating: 4.5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pasta-with-vegetables-ingredients-white-table_181624-39443.jpg", imageAlt: "Spaghetti Al Cartoccio"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Dessert",
|
||||
name: "Tiramisù Classico",
|
||||
price: "€7.00",
|
||||
rating: 4.7,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940375.jpg",
|
||||
imageAlt: "Classic Tiramisù",
|
||||
},
|
||||
id: "p2", brand: "Dessert", name: "Tiramisù Classico", price: "€7.00", rating: 4.7,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940375.jpg", imageAlt: "Classic Tiramisù"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Pizza",
|
||||
name: "Pizza Margherita",
|
||||
price: "€10.00",
|
||||
rating: 4.6,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-tomatoes-oil_23-2148753738.jpg",
|
||||
imageAlt: "Pizza Margherita",
|
||||
},
|
||||
id: "p3", brand: "Pizza", name: "Pizza Margherita", price: "€10.00", rating: 4.6,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-tomatoes-oil_23-2148753738.jpg", imageAlt: "Pizza Margherita"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Seafood",
|
||||
name: "Fritto Misto di Mare",
|
||||
price: "€22.00",
|
||||
rating: 4.3,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35475.jpg",
|
||||
imageAlt: "Mixed Fried Seafood",
|
||||
},
|
||||
id: "p4", brand: "Seafood", name: "Fritto Misto di Mare", price: "€22.00", rating: 4.3,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35475.jpg", imageAlt: "Mixed Fried Seafood"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Pasta",
|
||||
name: "Gnocchi al Pesto",
|
||||
price: "€16.00",
|
||||
rating: 4.4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-pasta-with-greens-olive-oil-dark-surface_140725-61920.jpg",
|
||||
imageAlt: "Gnocchi with Pesto",
|
||||
},
|
||||
id: "p5", brand: "Pasta", name: "Gnocchi al Pesto", price: "€16.00", rating: 4.4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-pasta-with-greens-olive-oil-dark-surface_140725-61920.jpg", imageAlt: "Gnocchi with Pesto"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Baked",
|
||||
name: "Lasagna al Forno",
|
||||
price: "€17.00",
|
||||
rating: 4.5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg",
|
||||
imageAlt: "Baked Lasagna",
|
||||
},
|
||||
id: "p6", brand: "Baked", name: "Lasagna al Forno", price: "€17.00", rating: 4.5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg", imageAlt: "Baked Lasagna"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore a selection of our most beloved and popular Italian specialties, crafted with passion and the freshest ingredients."
|
||||
@@ -232,56 +147,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "antipasti",
|
||||
title: "Antipasti",
|
||||
price: "€8-€15",
|
||||
period: "per dish",
|
||||
features: [
|
||||
"Freshly Prepared",
|
||||
"Regional Delicacies",
|
||||
"Perfect Starters",
|
||||
"Vegetarian Options Available",
|
||||
],
|
||||
id: "antipasti", title: "Antipasti", price: "€8-€15", period: "per dish", features: [
|
||||
"Freshly Prepared", "Regional Delicacies", "Perfect Starters", "Vegetarian Options Available"],
|
||||
button: {
|
||||
text: "View All Antipasti",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-healthy-vegetarian-dinner-table-setting-sandwiches-with-tomato-cucumber-avocado-strawberry-herbs-olives-snacks-clean-eating-vegan-food_2829-17047.jpg",
|
||||
imageAlt: "Assorted Italian Antipasti",
|
||||
},
|
||||
text: "View All Antipasti"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-healthy-vegetarian-dinner-table-setting-sandwiches-with-tomato-cucumber-avocado-strawberry-herbs-olives-snacks-clean-eating-vegan-food_2829-17047.jpg", imageAlt: "Assorted Italian Antipasti"},
|
||||
{
|
||||
id: "primi",
|
||||
title: "Primi Piatti",
|
||||
price: "€12-€18",
|
||||
period: "per dish",
|
||||
features: [
|
||||
"Handmade Pasta",
|
||||
"Classic Italian Sauces",
|
||||
"Seafood & Meat Options",
|
||||
"Daily Specials",
|
||||
],
|
||||
id: "primi", title: "Primi Piatti", price: "€12-€18", period: "per dish", features: [
|
||||
"Handmade Pasta", "Classic Italian Sauces", "Seafood & Meat Options", "Daily Specials"],
|
||||
button: {
|
||||
text: "Explore Pasta & Risotto",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-raw-dough-with-seasonings-dark-floor-food-dark-dough-pasta_140725-82629.jpg",
|
||||
imageAlt: "Selection of Italian Primi Piatti",
|
||||
},
|
||||
text: "Explore Pasta & Risotto"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-raw-dough-with-seasonings-dark-floor-food-dark-dough-pasta_140725-82629.jpg", imageAlt: "Selection of Italian Primi Piatti"},
|
||||
{
|
||||
id: "pizze",
|
||||
title: "Le Pizze",
|
||||
price: "€10-€16",
|
||||
period: "per pizza",
|
||||
features: [
|
||||
"Authentic Neapolitan Style",
|
||||
"Wood-Fired Oven",
|
||||
"Premium Toppings",
|
||||
"Customizable Options",
|
||||
],
|
||||
id: "pizze", title: "Le Pizze", price: "€10-€16", period: "per pizza", features: [
|
||||
"Authentic Neapolitan Style", "Wood-Fired Oven", "Premium Toppings", "Customizable Options"],
|
||||
button: {
|
||||
text: "Choose Your Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-food_23-2149500969.jpg",
|
||||
imageAlt: "Variety of freshly baked pizzas",
|
||||
},
|
||||
text: "Choose Your Pizza"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-food_23-2149500969.jpg", imageAlt: "Variety of freshly baked pizzas"},
|
||||
]}
|
||||
title="Explore Our Menu Categories"
|
||||
description="From delightful appetizers to hearty main courses and classic pizzas, our menu offers a wide range of options to satisfy every palate, typically ranging from €10-€20 per person."
|
||||
@@ -293,35 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alessio Marengon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-park_839833-27191.jpg",
|
||||
imageAlt: "Alessio Marengon avatar",
|
||||
},
|
||||
id: "t1", name: "Alessio Marengon", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-confident-standing-park_839833-27191.jpg", imageAlt: "Alessio Marengon avatar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Diana Moro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
imageAlt: "Diana Moro avatar",
|
||||
},
|
||||
id: "t2", name: "Diana Moro", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Diana Moro avatar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Giulia Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-park_1301-7704.jpg",
|
||||
imageAlt: "Giulia Rossi avatar",
|
||||
},
|
||||
id: "t3", name: "Giulia Rossi", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-park_1301-7704.jpg", imageAlt: "Giulia Rossi avatar"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marco Bianchi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
imageAlt: "Marco Bianchi avatar",
|
||||
},
|
||||
id: "t4", name: "Marco Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageAlt: "Marco Bianchi avatar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura Verdi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
imageAlt: "Laura Verdi avatar",
|
||||
},
|
||||
id: "t5", name: "Laura Verdi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Laura Verdi avatar"},
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -334,14 +196,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"TripAdvisor",
|
||||
"TheFork",
|
||||
"Local Guides",
|
||||
"Food Bloggers",
|
||||
"Bergamo Eats",
|
||||
"Happy Customers",
|
||||
]}
|
||||
"Google Reviews", "TripAdvisor", "TheFork", "Local Guides", "Food Bloggers", "Bergamo Eats", "Happy Customers"]}
|
||||
title="Trusted by the Community"
|
||||
description="With over 1200+ positive reviews and a 4.2-star rating, 'Voci del Mare' is a beloved culinary destination in Bergamo."
|
||||
/>
|
||||
@@ -353,20 +208,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily until 11 PM. Please check our 'Informazioni' section for specific holiday hours.",
|
||||
},
|
||||
id: "faq1", title: "What are your opening hours?", content: "We are open daily until 11 PM. Please check our 'Informazioni' section for specific holiday hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially during peak hours, to ensure you get a table.",
|
||||
},
|
||||
id: "faq2", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially during peak hours, to ensure you get a table."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer delivery or takeout?",
|
||||
content: "Yes, we offer both takeout and contactless delivery options. You can order online directly through our website.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer delivery or takeout?", content: "Yes, we offer both takeout and contactless delivery options. You can order online directly through our website."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-with-delicious-food_23-2149152872.jpg"
|
||||
imageAlt="Friendly restaurant staff"
|
||||
@@ -382,20 +228,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Order Online"
|
||||
description="Find us in Bergamo, call for reservations, or place your order for pickup or delivery. We're open until 11 PM!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
{
|
||||
text: "Call Us: 339 895 8239",
|
||||
href: "tel:+393398958239",
|
||||
},
|
||||
text: "Call Us: 339 895 8239", href: "tel:+393398958239"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -404,58 +245,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Antipasti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Antipasti", href: "#menu"},
|
||||
{
|
||||
label: "Primi Piatti",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Primi Piatti", href: "#menu"},
|
||||
{
|
||||
label: "Pizze",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizze", href: "#menu"},
|
||||
{
|
||||
label: "Dolci",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Dolci", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Team", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://pizzeriavocidelmare.com",
|
||||
},
|
||||
label: "Order Online", href: "https://pizzeriavocidelmare.com"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG",
|
||||
},
|
||||
label: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Via+S.+Bernardino,+106,+24126+Bergamo+BG"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user