diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index f05eef8..9a73e2e 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -12,8 +12,8 @@ import { Lato } from "next/font/google";
export const metadata: Metadata = {
- title: 'Da Leccarsi i Baffi | Trattoria Genovese Autentica',
- description: 'Esperienza sensoriale e autentica a Genova, dove la qualità incontra la calda ospitalità ligure. Prenota il tuo tavolo.',
+ title: 'Da Leccarsi i Baffi | Cucina Ligure',
+ description: 'Cucina ligure sincera, curata e irresistibile.',
openGraph: {
"title": "Da Leccarsi i Baffi",
"description": "Trattoria genovese contemporanea: autenticità e gusto.",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3867bfa..a176bec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,32 +48,15 @@ export default function LandingPage() {
@@ -117,20 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Ingredienti freschissimi",
- description: "Selezionati ogni mattina dai nostri mercati locali.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-ravioli_181624-57189.jpg",
- },
+ title: "Ingredienti freschissimi", description: "Selezionati ogni mattina dai nostri mercati locali.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-ravioli_181624-57189.jpg"},
{
- title: "Ricette di famiglia",
- description: "Tramandate di generazione in generazione.",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-raw-italian-farfalle-pasta-with-vegetables-cutlery-set-blue-background_140725-132898.jpg",
- },
+ title: "Ricette di famiglia", description: "Tramandate di generazione in generazione.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-raw-italian-farfalle-pasta-with-vegetables-cutlery-set-blue-background_140725-132898.jpg"},
{
- title: "Servizio con sorriso",
- description: "Accoglienza calda come in famiglia.",
- imageSrc: "http://img.b2bpic.net/free-photo/tea-egg-breakfast-top-view_23-2148230525.jpg",
- },
+ title: "Servizio con sorriso", description: "Accoglienza calda come in famiglia.", imageSrc: "http://img.b2bpic.net/free-photo/tea-egg-breakfast-top-view_23-2148230525.jpg"},
]}
title="La Nostra Filosofia"
description="Cucina locale, stagionale, zero compromessi sulla qualità."
@@ -145,59 +104,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Antipasti",
- name: "Acciughe del Mar Ligure",
- price: "14€",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg",
- },
+ id: "1", brand: "Antipasti", name: "Acciughe del Mar Ligure", price: "14€", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-plate-cooked-ravioli-pasta-wooden-table_23-2148246784.jpg"},
{
- id: "2",
- brand: "Paste",
- name: "Trofie al Pesto",
- price: "16€",
- rating: 5,
- reviewCount: "250",
- imageSrc: "http://img.b2bpic.net/free-photo/round-piece-traditional-russian-food-with-oily-sauce-slice-lemon-top_114579-1542.jpg",
- },
+ id: "2", brand: "Paste", name: "Trofie al Pesto", price: "16€", rating: 5,
+ reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/round-piece-traditional-russian-food-with-oily-sauce-slice-lemon-top_114579-1542.jpg"},
{
- id: "3",
- brand: "Secondi",
- name: "Cappon Magro",
- price: "22€",
- rating: 5,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-basil-vegetables-desk_23-2148567100.jpg",
- },
- {
- id: "4",
- brand: "Paste",
- name: "Corzetti al sugo di noci",
- price: "15€",
- rating: 5,
- reviewCount: "90",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-raw-pasta-dark-grey-background_140725-133769.jpg",
- },
- {
- id: "5",
- brand: "Secondi",
- name: "Frittura di paranza",
- price: "20€",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/green-ravioli-pasta-with-onion-basil-leaves-plate_23-2148246863.jpg",
- },
- {
- id: "6",
- brand: "Dolci",
- name: "Sacripantina",
- price: "8€",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-head-garlic-raw-spaghetti-form-decor_140725-14078.jpg",
- },
+ id: "3", brand: "Secondi", name: "Cappon Magro", price: "22€", rating: 5,
+ reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-basil-vegetables-desk_23-2148567100.jpg"}
]}
title="Il Nostro Menù"
description="Ogni piatto nasce per essere... da leccarsi i baffi!"
@@ -206,30 +120,19 @@ export default function LandingPage() {
@@ -303,29 +178,19 @@ export default function LandingPage() {