diff --git a/src/app/page.tsx b/src/app/page.tsx index 92088af..3a60798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -171,60 +85,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Colazione Artigianale", - tags: [ - "Brioches", - "Caffè", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-table_181624-38979.jpg?_wi=2", - }, - { - id: "2", - title: "Tavola Calda", - tags: [ - "Pranzo", - "Qualità", - ], - imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg?_wi=2", - }, - { - id: "3", - title: "Aperitivo Premium", - tags: [ - "Drink", - "Buffet", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-holding-cocktails_23-2150124815.jpg?_wi=2", - }, - { - id: "4", - title: "Cocktail Bar", - tags: [ - "Mixology", - "Night", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-cocktail-sunset_140725-5306.jpg?_wi=2", - }, - { - id: "5", - title: "Pasticceria Napoletana", - tags: [ - "Tradizione", - "Mignon", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-tomato-white-tablecloth-with-bread-slices-eggs-garlic-gloves-around_114579-2649.jpg", - }, - { - id: "6", - title: "Eventi & Catering", - tags: [ - "Privati", - "Aziende", - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-new-year-with-champagne_1157-29340.jpg", - }, + { id: "1", title: "Colazione Artigianale", tags: ["Brioches", "Caffè"], imageSrc: "asset://service-coffee" }, + { id: "2", title: "Tavola Calda", tags: ["Pranzo", "Qualità"], imageSrc: "asset://service-lunch" }, + { id: "3", title: "Aperitivo Premium", tags: ["Drink", "Buffet"], imageSrc: "asset://service-aperitivo" }, + { id: "4", title: "Cocktail Bar", tags: ["Mixology", "Night"], imageSrc: "asset://service-cocktail" }, + { id: "5", title: "Pasticceria Napoletana", tags: ["Tradizione", "Mignon"], imageSrc: "asset://service-pastry" }, + { id: "6", title: "Eventi & Catering", tags: ["Privati", "Aziende"], imageSrc: "asset://service-event" }, ]} title="I Nostri Servizi" description="Dall'espresso del mattino ai cocktail notturni, eccellenza in ogni dettaglio." @@ -237,20 +103,13 @@ export default function LandingPage() { title="Politica sulla Privacy" sections={[ { - heading: "Introduzione", - content: { - type: "paragraph", - text: "La tua privacy è importante per noi. Questa politica descrive come gestiamo i tuoi dati.", - }, + heading: "Introduzione", content: { + text: "La tua privacy è importante per noi. Questa politica descrive come gestiamo i tuoi dati."}, }, { - heading: "Raccolta Dati", - content: { - type: "list", + heading: "Raccolta Dati", content: { items: [ - "Utilizziamo i dati solo per scopi di prenotazione.", - "Non condividiamo informazioni con terzi.", - ], + "Utilizziamo i dati solo per scopi di prenotazione.", "Non condividiamo informazioni con terzi."], }, }, ]} @@ -260,9 +119,7 @@ export default function LandingPage() {