diff --git a/src/app/page.tsx b/src/app/page.tsx
index b35c22c..a1f0606 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -56,9 +48,7 @@ export default function LandingPage() {
description="Dove il Mare respira in Giardino. L'eleganza dell'essenziale."
buttons={[
{
- text: "Prenota un Tavolo",
- href: "#contact",
- },
+ text: "Prenota un Tavolo", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg"
imageAlt="Atmosfera Hali's Garden"
@@ -72,19 +62,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
- label: "Materia Prima",
- value: "A Km Zero",
- },
+ label: "Materia Prima", value: "A Km Zero"},
{
icon: Fish,
- label: "Pescato",
- value: "Del Giorno",
- },
+ label: "Pescato", value: "Del Giorno"},
{
icon: Sun,
- label: "Esperienza",
- value: "Mediterranea",
- },
+ label: "Esperienza", value: "Mediterranea"},
]}
metricsAnimation="slide-up"
/>
@@ -98,41 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Crudité di Mare",
- price: "28€",
- imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-food-composition_23-2148955509.jpg",
- },
+ id: "1", name: "Crudité di Mare", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-food-composition_23-2148955509.jpg"},
{
- id: "2",
- name: "Pescato del Giorno",
- price: "35€",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-wooden-board_140725-3257.jpg",
- },
+ id: "2", name: "Pescato del Giorno", price: "35€", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-wooden-board_140725-3257.jpg"},
{
- id: "3",
- name: "Dall'Orto al Piatto",
- price: "18€",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-lettuce-tomato-cucumber-olives-corns-fried-eggplants-side-view_141793-2787.jpg",
- },
+ id: "3", name: "Dall'Orto al Piatto", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-lettuce-tomato-cucumber-olives-corns-fried-eggplants-side-view_141793-2787.jpg"},
{
- id: "4",
- name: "Dolce al Limone",
- price: "12€",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-piece-creamy-cheesecake-with-chocolate-cookies_181624-43396.jpg",
- },
+ id: "4", name: "Dolce al Limone", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-piece-creamy-cheesecake-with-chocolate-cookies_181624-43396.jpg"},
{
- id: "5",
- name: "Selezione Vini",
- price: "45€",
- imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060585.jpg",
- },
+ id: "5", name: "Selezione Vini", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060585.jpg"},
{
- id: "6",
- name: "Tartare del Giorno",
- price: "24€",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-meal-drink-arrangement_23-2148847464.jpg",
- },
+ id: "6", name: "Tartare del Giorno", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-meal-drink-arrangement_23-2148847464.jpg"},
]}
title="Il Nostro Menù"
description="Una narrazione degli ingredienti tra mare e terra."
@@ -141,44 +101,20 @@ export default function LandingPage() {
@@ -217,25 +145,17 @@ export default function LandingPage() {