From 0ab0f334cf9c569d1159335b5c50c080e7eeb6a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:08:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50962f4..f68429a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,31 +29,13 @@ export default function LandingPage() { @@ -81,32 +58,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Stagionale", - name: "Degustazione del Lago", - price: "180€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg", - }, + id: "1", brand: "Stagionale", name: "Degustazione del Lago", price: "180€", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg"}, { - id: "2", - brand: "Innovazione", - name: "La materia prima", - price: "160€", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg", - }, + id: "2", brand: "Innovazione", name: "La materia prima", price: "160€", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg"}, { - id: "3", - brand: "Tradizione", - name: "Armonia del Gusto", - price: "195€", - rating: 5, - reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-with-greek-yogurt-sauce-plate_140725-11511.jpg", - }, + id: "3", brand: "Tradizione", name: "Armonia del Gusto", price: "195€", rating: 5, + reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-with-greek-yogurt-sauce-plate_140725-11511.jpg"}, ]} title="I Nostri Piatti" description="La ricerca continua nell'eccellenza culinaria." @@ -118,38 +77,22 @@ export default function LandingPage() { useInvertedBackground={false} title="La Storia e lo Chef" description={[ - "Una squadra affiatata e tanto tempo e cura a disposizione del cliente.", - "La cucina di Del Lago è un laboratorio creativo dove tradizione e tecnica si fondono, dando vita a piatti che raccontano storie di territorio ed eccellenza.", - ]} + "Una squadra affiatata e tanto tempo e cura a disposizione del cliente.", "La cucina di Del Lago è un laboratorio creativo dove tradizione e tecnica si fondono, dando vita a piatti che raccontano storie di territorio ed eccellenza."]} />
@@ -176,8 +114,7 @@ export default function LandingPage() {