diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb8dd3d..111644c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,13 +29,9 @@ export default function LandingPage() {
@@ -44,56 +40,35 @@ export default function LandingPage() {
@@ -113,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Cornetto Artigianale",
- price: "3,00€",
- imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-fried-egg-plate_23-2148574494.jpg",
- },
+ id: "1", name: "Cornetto Artigianale", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-fried-egg-plate_23-2148574494.jpg"},
{
- id: "2",
- name: "Espresso Doppio",
- price: "2,50€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-keto-diet-food-golden-knife_23-2149260363.jpg",
- },
+ id: "2", name: "Espresso Doppio", price: "2,50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-keto-diet-food-golden-knife_23-2149260363.jpg"},
{
- id: "3",
- name: "Spremuta Fresca",
- price: "6,00€",
- imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-plate_1220-7374.jpg",
- },
+ id: "3", name: "Spremuta Fresca", price: "6,00€", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-plate_1220-7374.jpg"},
{
- id: "4",
- name: "Pain au Chocolat",
- price: "3,50€",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-breakfast-meal_23-2148878777.jpg",
- },
+ id: "4", name: "Pain au Chocolat", price: "3,50€", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-breakfast-meal_23-2148878777.jpg"},
{
- id: "5",
- name: "Yogurt con Frutti di Bosco",
- price: "7,00€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-cup-tea-fresh-red-strawberries-blue-surface_140725-66521.jpg",
- },
+ id: "5", name: "Yogurt con Frutti di Bosco", price: "7,00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-cup-tea-fresh-red-strawberries-blue-surface_140725-66521.jpg"},
{
- id: "6",
- name: "Muffin ai Mirtilli",
- price: "4,00€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg",
- },
+ id: "6", name: "Muffin ai Mirtilli", price: "4,00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg"},
]}
title="Colazione & Pasticceria | Breakfast & Pastry"
description="Ogni mattina, il profumo del caffè appena tostato e fragranti creazioni di pasticceria vi aspettano per un risveglio milanese indimenticabile."
@@ -156,46 +107,23 @@ export default function LandingPage() {