From 0e86c8386add4d0b031099abf6468434f6d52cb5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:49:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d06f8a..f611938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function PizzeriaPage() { background={{ variant: "sparkles-gradient" }} tag="Pizzeria Napoletana" tagIcon={Pizza} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-garnish-tasty-italian-pizza-kitchen-worktop_23-2148076287.jpg" + imageSrc="https://img.freepik.com/free-photo/high-angle-view-garnish-tasty-italian-pizza-kitchen-worktop_23-2148076287.jpg" imageAlt="Pizza napoletana gourmet" buttons={[ { text: "Vedi Menu", href: "#menu" }, @@ -71,9 +71,9 @@ export default function PizzeriaPage() { title="Il Nostro Menu" description="Scopri le nostre creazioni: dagli antipasti sfiziosi alle pizze classiche e speciali." products={[ - { id: "1", name: "Margherita", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/pizza-caprice-salad-spaghetti-with-meat_140725-9923.jpg" }, - { id: "2", name: "Mortazza", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-olive-bell-pepper-tomato_140725-183.jpg" }, - { id: "3", name: "Frittatina di pasta", price: "3€", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-fingers-skimmer-with-cherry-tomatoes-leafy-vegetable-table_23-2147840933.jpg" } + { id: "1", name: "Margherita", price: "5€", imageSrc: "https://img.freepik.com/free-photo/pizza-caprice-salad-spaghetti-with-meat_140725-9923.jpg" }, + { id: "2", name: "Mortazza", price: "8€", imageSrc: "https://img.freepik.com/free-photo/mixed-pizza-with-olive-bell-pepper-tomato_140725-183.jpg" }, + { id: "3", name: "Frittatina di pasta", price: "3€", imageSrc: "https://img.freepik.com/free-photo/crispy-chicken-fingers-skimmer-with-cherry-tomatoes-leafy-vegetable-table_23-2147840933.jpg" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -100,8 +100,8 @@ export default function PizzeriaPage() { title="Cosa dicono di noi" description="L'amore dei nostri clienti è la nostra ricetta segreta." testimonials={[ - { id: "1", title: "Ottima pizza", quote: "La vera pizza napoletana, impasto leggerissimo.", name: "Luca M.", role: "Cliente abituale" }, - { id: "2", title: "Ambiente accogliente", quote: "Personale gentile e pizze gourmet eccezionali.", name: "Anna R.", role: "Turista" } + { id: "1", title: "Ottima pizza", quote: "La vera pizza napoletana, impasto leggerissimo.", name: "Luca M.", role: "Cliente abituale", imageSrc: "https://img.freepik.com/free-photo/happy-man-holding-pizza-box-ready-eat_23-2148286047.jpg" }, + { id: "2", title: "Ambiente accogliente", quote: "Personale gentile e pizze gourmet eccezionali.", name: "Anna R.", role: "Turista", imageSrc: "https://img.freepik.com/free-photo/portrait-smiling-young-woman-with-pizza-slice-hand_23-2148286046.jpg" } ]} textboxLayout="default" useInvertedBackground={true}