Update src/app/page.tsx
This commit is contained in:
@@ -72,20 +72,23 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
title="Featured Dishes"
|
||||
description="Discover our signature dishes, carefully crafted using authentic Italian recipes and premium ingredients."
|
||||
title="Our Signature Menu"
|
||||
description="Explore a curated selection of our finest dishes, made with fresh, authentic Italian ingredients."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tagliatelle al Ragù", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Tagliatelle al Ragù with meat sauce"
|
||||
id: "1", name: "Pasta al Pomodoro e Basilico", price: "$24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZHLUPpP9kDfnXIfCKW6v7w84O/uploaded-1780380200684-qy4mnhzo.png", imageAlt: "Pasta with tomato and basil"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Risotto ai Funghi", price: "$26", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Creamy mushroom risotto"
|
||||
id: "2", name: "Pizza Margherita", price: "$22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZHLUPpP9kDfnXIfCKW6v7w84O/uploaded-1780380200684-6xphoos2.png", imageAlt: "Classic Margherita pizza"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Tiramisu Tradizionale", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Classic tiramisu dessert"
|
||||
id: "3", name: "Linguine ai Frutti di Mare", price: "$32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZHLUPpP9kDfnXIfCKW6v7w84O/uploaded-1780380200685-51yawfgo.png", imageAlt: "Linguine with mixed seafood"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Antipasto Misto", price: "$18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZHLUPpP9kDfnXIfCKW6v7w84O/uploaded-1780380200685-v568ev9b.png", imageAlt: "Mixed Italian appetizers"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user