From bb8a066469a7e3f176b9e9033855f14e958732a5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 21:41:22 +0000 Subject: [PATCH] Bob AI: Rewrite all text content across the page into Italian, tailoring the copy to acc --- src/pages/HomePage.tsx | 62 +++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2bf3f6e..d1cf366 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -50,11 +50,11 @@ export default function HomePage() { description="We blend quality with comfort to ensure every visit feels unique." items={[ { - title: "Farm to Table", description: "Sourced locally to guarantee peak flavor in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"}, + title: "Dalla Terra alla Tavola", description: "Ingredienti locali per garantire il massimo sapore in ogni piatto.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"}, { - title: "Curated Wine List", description: "A diverse selection of vintages to perfectly pair with your meal.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-autumn-fruits-with-copy-space_23-2148634397.jpg"}, + title: "Carta dei Vini Selezionata", description: "Una selezione di etichette delle colline moreniche per accompagnare il tuo pasto.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-autumn-fruits-with-copy-space_23-2148634397.jpg"}, { - title: "Intimate Ambiance", description: "Warm, inviting spaces for private parties and cozy dinners.", imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_23-2147962788.jpg"}, + title: "Atmosfera Intima", description: "Spazi caldi e accoglienti per cene romantiche e feste private.", imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_23-2147962788.jpg"}, ]} /> @@ -63,24 +63,24 @@ export default function HomePage() {