diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6cb7422..e231f04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,10 +32,10 @@ export default function LandingPage() {
@@ -44,26 +44,26 @@ export default function LandingPage() {
@@ -75,23 +75,23 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Daily Fresh Catch", description: "Sourced directly from local fishermen to ensure peak quality.", buttonIcon: Fish,
+ title: "Pescato Giornaliero", description: "Proveniente direttamente dai pescatori locali per garantire la massima freschezza.", buttonIcon: Fish,
imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171450.jpg"},
{
- title: "Premium Wine List", description: "A curated selection of Italian labels perfectly paired with seafood.", buttonIcon: Wine,
+ title: "Vini Premium", description: "Una selezione curata di etichette italiane perfette per accompagnare il nostro pesce.", buttonIcon: Wine,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"},
{
- title: "Authentic Atmosphere", description: "Warm, welcoming interiors reminiscent of a classic Italian osteria.", buttonIcon: Users,
+ title: "Atmosfera Autentica", description: "Interni caldi e accoglienti che richiamano la classica osteria italiana.", buttonIcon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg"},
{
- title: "Seasonal Produce", description: "Locally sourced organic vegetables that complement our seafood.", buttonIcon: Leaf,
+ title: "Prodotti di Stagione", description: "Verdure biologiche a km zero che esaltano il gusto del mare.", buttonIcon: Leaf,
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-tray-with-tomatoes-cucumber-herbs_114579-4527.jpg"},
{
- title: "Expert Preparation", description: "Culinary techniques honed over four decades of practice.", buttonIcon: ChefHat,
+ title: "Preparazione Esperta", description: "Tecniche culinarie affinate in oltre 40 anni di attività.", buttonIcon: ChefHat,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-black-gloves-holding-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-table_179666-46861.jpg"},
]}
- title="Our Culinary Promise"
- description="Discover what makes dining at Osteria Al Pescatore an unforgettable experience."
+ title="La Nostra Promessa"
+ description="Scopri cosa rende un'esperienza all'Osteria Al Pescatore indimenticabile."
/>
@@ -104,29 +104,27 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Linguine alle Vongole", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/tasty-seafood-plate-table-closeup_93675-129784.jpg" },
{ id: "2", name: "Calamari Fritti", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-sun-dried-tomatoes-celery-red-onion_2829-8292.jpg" },
- { id: "3", name: "Grilled Sea Bass", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-peaches-tomato-avocado-lettuce_2829-13841.jpg" },
- { id: "4", name: "Classic Tiramisu", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-lemon-platter-cookies-female-hand-candies-bowl-green-white-checkered-tablecloth_140725-99874.jpg" },
- { id: "5", name: "House White Wine", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bottle-glass-red-wine-with-frame-leaves-with-flower-petals-black-with-copy-space_141793-6546.jpg" },
- { id: "6", name: "Seafood Stew", price: "€26", imageSrc: "http://img.b2bpic.net/free-photo/seafood-casserole-with-toasts_140725-841.jpg" },
+ { id: "3", name: "Branzino alla Griglia", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-peaches-tomato-avocado-lettuce_2829-13841.jpg" },
+ { id: "4", name: "Tiramisù della Casa", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-lemon-platter-cookies-female-hand-candies-bowl-green-white-checkered-tablecloth_140725-99874.jpg" },
+ { id: "5", name: "Vino Bianco della Casa", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bottle-glass-red-wine-with-frame-leaves-with-flower-petals-black-with-copy-space_141793-6546.jpg" },
+ { id: "6", name: "Zuppa di Pesce", price: "€26", imageSrc: "http://img.b2bpic.net/free-photo/seafood-casserole-with-toasts_140725-841.jpg" },
]}
- title="Our Signature Dishes"
- description="Carefully crafted recipes that tell the story of our coastal heritage."
+ title="Piatti Signature"
+ description="Ricette tramandate con amore che raccontano la storia della nostra costa."
/>