Merge version_1 into main #2
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Authentic Italian Cuisine, Crafted with Passion"
|
||||
description="Experience the flavors of Italy in every bite. From traditional recipes passed down through generations to contemporary interpretations of classic dishes, Trattoria Roma brings the warmth and soul of Italian dining to your table."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934659.jpg", alt: "Chef Marco" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-student-working-parttime-as-waitress-serving-food-guest-pub_637285-2436.jpg", alt: "Chef Lucia" },
|
||||
@@ -86,15 +86,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Appetizers", title: "Antipasti Selections", subtitle: "Traditional Italian starters", description: "Begin your meal with our carefully curated selection of antipasti, featuring cured meats, aged cheeses, marinated vegetables, and house-made breads. Each piece is sourced from trusted Italian producers and prepared with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1", imageAlt: "Antipasti platter", buttons: [{ text: "View Appetizers", href: "#" }]
|
||||
tag: "Appetizers", title: "Antipasti Selections", subtitle: "Traditional Italian starters", description: "Begin your meal with our carefully curated selection of antipasti, featuring cured meats, aged cheeses, marinated vegetables, and house-made breads. Each piece is sourced from trusted Italian producers and prepared with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Antipasti platter", buttons: [{ text: "View Appetizers", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Pasta & Risotto", title: "Handmade Pasta", subtitle: "Crafted daily in our kitchen", description: "Our pasta is made fresh each morning using imported Italian flour and organic eggs. From classic tagliatelle bolognese to innovative creations, each dish celebrates the simplicity and elegance of regional Italian cooking.", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg?_wi=1", imageAlt: "Seafood pasta dish", buttons: [{ text: "Browse Pasta", href: "#" }]
|
||||
tag: "Pasta & Risotto", title: "Handmade Pasta", subtitle: "Crafted daily in our kitchen", description: "Our pasta is made fresh each morning using imported Italian flour and organic eggs. From classic tagliatelle bolognese to innovative creations, each dish celebrates the simplicity and elegance of regional Italian cooking.", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg", imageAlt: "Seafood pasta dish", buttons: [{ text: "Browse Pasta", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Desserts", title: "Sweet Endings", subtitle: "Traditional Italian dolci", description: "Conclude your dining experience with our signature desserts, including homemade tiramisu, panna cotta, and seasonal fruit tarts. Each dessert is crafted using recipes from Italian family archives and the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg?_wi=1", imageAlt: "Tiramisu dessert", buttons: [{ text: "View Desserts", href: "#" }]
|
||||
tag: "Desserts", title: "Sweet Endings", subtitle: "Traditional Italian dolci", description: "Conclude your dining experience with our signature desserts, including homemade tiramisu, panna cotta, and seasonal fruit tarts. Each dessert is crafted using recipes from Italian family archives and the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg", imageAlt: "Tiramisu dessert", buttons: [{ text: "View Desserts", href: "#" }]
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -106,13 +106,13 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "risotto-milanese", name: "Risotto alla Milanese", price: "$24", variant: "Saffron, Parmigiano-Reggiano", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=2", imageAlt: "Creamy saffron risotto"
|
||||
id: "risotto-milanese", name: "Risotto alla Milanese", price: "$24", variant: "Saffron, Parmigiano-Reggiano", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Creamy saffron risotto"
|
||||
},
|
||||
{
|
||||
id: "pasta-vongole", name: "Spaghetti alle Vongole", price: "$26", variant: "Fresh clams, white wine", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg?_wi=2", imageAlt: "Seafood pasta with clams"
|
||||
id: "pasta-vongole", name: "Spaghetti alle Vongole", price: "$26", variant: "Fresh clams, white wine", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg", imageAlt: "Seafood pasta with clams"
|
||||
},
|
||||
{
|
||||
id: "tiramisu", name: "Tiramisu Classico", price: "$12", variant: "Mascarpone, espresso, cocoa", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg?_wi=2", imageAlt: "Traditional tiramisu"
|
||||
id: "tiramisu", name: "Tiramisu Classico", price: "$12", variant: "Mascarpone, espresso, cocoa", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg", imageAlt: "Traditional tiramisu"
|
||||
}
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
|
||||
Reference in New Issue
Block a user