Merge version_1 into main #1
236
src/app/page.tsx
236
src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Dolce Vita"
|
||||
/>
|
||||
@@ -50,33 +41,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Experience the Art of Italian Dining"
|
||||
description="Authentic flavors, hand-selected ingredients, and the warm heart of Italian hospitality await at Dolce Vita."
|
||||
tag="Welcome to Dolce Vita"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farfalle-with-chili-pepper-spices-wooden-bowl-high-quality-illustration_114579-20223.jpg",
|
||||
imageAlt: "Fresh pasta being prepared",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-types-sauces-spoon-wooden-board_140725-12231.jpg",
|
||||
imageAlt: "Authentic Italian wine selection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-making-pasta-pan_23-2148296929.jpg",
|
||||
imageAlt: "Close-up person making pasta in pan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460144.jpg",
|
||||
imageAlt: "Plate with delicious italian pasta dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bolognese-spaghetti-topped-with-basil-turquoise-plate_140725-5095.jpg",
|
||||
imageAlt: "Top view of bolognese spaghetti topped with basil in turquoise plate",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/farfalle-with-chili-pepper-spices-wooden-bowl-high-quality-illustration_114579-20223.jpg", imageAlt: "Fresh pasta being prepared" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-types-sauces-spoon-wooden-board_140725-12231.jpg", imageAlt: "Authentic Italian wine selection" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -90,18 +61,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Flavor"
|
||||
description="Born from a passion for traditional culinary techniques, Dolce Vita brings the soul of Italy to your table with every dish."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Recipes Perfected",
|
||||
},
|
||||
{ value: "20+", title: "Years of Experience" },
|
||||
{ value: "100%", title: "Fresh Ingredients" },
|
||||
{ value: "500+", title: "Recipes Perfected" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-holding-green-pepper_23-2148296946.jpg"
|
||||
imageAlt="Our lead chef preparing signature dishes"
|
||||
@@ -115,27 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Authentic",
|
||||
title: "Traditional Recipes",
|
||||
subtitle: "Time-honored classics",
|
||||
description: "Classic dishes passed down through generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-tomato-herbs_141793-331.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Ingredients",
|
||||
title: "Local Sourcing",
|
||||
subtitle: "Farm-to-table quality",
|
||||
description: "Only the freshest local produce and imported goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-vegetables_23-2147694532.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Ambiance",
|
||||
title: "Italian Vibe",
|
||||
subtitle: "Perfect atmosphere",
|
||||
description: "Elegant yet cozy dining space for all occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-large-wine-bottle_23-2148357155.jpg",
|
||||
},
|
||||
{ tag: "Authentic", title: "Traditional Recipes", subtitle: "Time-honored classics", description: "Classic dishes passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-tomato-herbs_141793-331.jpg" },
|
||||
{ tag: "Ingredients", title: "Local Sourcing", subtitle: "Farm-to-table quality", description: "Only the freshest local produce and imported goods.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-vegetables_23-2147694532.jpg" },
|
||||
{ tag: "Ambiance", title: "Italian Vibe", subtitle: "Perfect atmosphere", description: "Elegant yet cozy dining space for all occasions.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-large-wine-bottle_23-2148357155.jpg" }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="What makes Dolce Vita a premier dining experience."
|
||||
@@ -149,48 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Lasagna",
|
||||
price: "$22",
|
||||
variant: "Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Truffle Risotto",
|
||||
price: "$28",
|
||||
variant: "Risotto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fettucine-with-cheese-mushrooms_140725-337.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Margherita Pizza",
|
||||
price: "$18",
|
||||
variant: "Pizza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Osso Buco",
|
||||
price: "$34",
|
||||
variant: "Meat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tiramisu",
|
||||
price: "$12",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-chocolate-truffle-cakes-with-coffee_114579-7394.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bruschetta",
|
||||
price: "$10",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-slices-with-mozzarella_1203-1775.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Lasagna", price: "$22", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg" },
|
||||
{ id: "2", name: "Truffle Risotto", price: "$28", variant: "Risotto", imageSrc: "http://img.b2bpic.net/free-photo/fettucine-with-cheese-mushrooms_140725-337.jpg" },
|
||||
{ id: "3", name: "Margherita Pizza", price: "$18", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg" },
|
||||
{ id: "4", name: "Osso Buco", price: "$34", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg" },
|
||||
{ id: "5", name: "Tiramisu", price: "$12", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-chocolate-truffle-cakes-with-coffee_114579-7394.jpg" },
|
||||
{ id: "6", name: "Bruschetta", price: "$10", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-slices-with-mozzarella_1203-1775.jpg" }
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Indulge in our carefully curated selection of Italian masterpieces."
|
||||
@@ -204,27 +112,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
role: "Executive Chef",
|
||||
description: "Master of traditional Italian cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006651.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Bianchi",
|
||||
role: "Head Baker",
|
||||
description: "Artisan in bread and dough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-uniform-leaning-table-bakery_23-2148189094.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
role: "Pastry Chef",
|
||||
description: "Sweet creator of fine desserts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-chef-white-uniform-touching-her-cheek-looking-nice_176474-43296.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco Rossi", role: "Executive Chef", description: "Master of traditional Italian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006651.jpg" },
|
||||
{ id: "2", name: "Elena Bianchi", role: "Head Baker", description: "Artisan in bread and dough.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-uniform-leaning-table-bakery_23-2148189094.jpg" },
|
||||
{ id: "3", name: "Luca Verdi", role: "Pastry Chef", description: "Sweet creator of fine desserts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-chef-white-uniform-touching-her-cheek-looking-nice_176474-43296.jpg" }
|
||||
]}
|
||||
title="Meet the Chefs"
|
||||
description="The talent behind your favorite dishes."
|
||||
@@ -235,31 +125,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Charlie White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-dinner_23-2148060594.jpg",
|
||||
},
|
||||
{ id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg" },
|
||||
{ id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg" },
|
||||
{ id: "3", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg" },
|
||||
{ id: "4", name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg" },
|
||||
{ id: "5", name: "Charlie White", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-dinner_23-2148060594.jpg" }
|
||||
]}
|
||||
cardTitle="Guest Stories"
|
||||
cardTag="Reviews"
|
||||
@@ -272,21 +142,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer catering?",
|
||||
content: "Absolutely, we cater for events and special occasions.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there outdoor seating?",
|
||||
content: "Yes, we have a beautiful terrace available in fair weather.",
|
||||
},
|
||||
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "2", title: "Do you offer catering?", content: "Absolutely, we cater for events and special occasions." },
|
||||
{ id: "3", title: "Is there outdoor seating?", content: "Yes, we have a beautiful terrace available in fair weather." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to frequently asked questions about our restaurant."
|
||||
@@ -297,9 +155,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Reserve Your Table"
|
||||
description="Join us at Dolce Vita. Sign up for our newsletter to get the latest updates on our seasonal menus."
|
||||
@@ -311,31 +167,17 @@ export default function LandingPage() {
|
||||
logoText="Dolce Vita"
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
title: "Information", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Follow", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user