Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d91f95f2d | |||
| 0e86c8386a |
@@ -50,7 +50,7 @@ export default function PizzeriaPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Pizzeria Napoletana"
|
tag="Pizzeria Napoletana"
|
||||||
tagIcon={Pizza}
|
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"
|
imageAlt="Pizza napoletana gourmet"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Vedi Menu", href: "#menu" },
|
{ text: "Vedi Menu", href: "#menu" },
|
||||||
@@ -71,9 +71,9 @@ export default function PizzeriaPage() {
|
|||||||
title="Il Nostro Menu"
|
title="Il Nostro Menu"
|
||||||
description="Scopri le nostre creazioni: dagli antipasti sfiziosi alle pizze classiche e speciali."
|
description="Scopri le nostre creazioni: dagli antipasti sfiziosi alle pizze classiche e speciali."
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Margherita", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/pizza-caprice-salad-spaghetti-with-meat_140725-9923.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: "http://img.b2bpic.net/free-photo/mixed-pizza-with-olive-bell-pepper-tomato_140725-183.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: "http://img.b2bpic.net/free-photo/crispy-chicken-fingers-skimmer-with-cherry-tomatoes-leafy-vegetable-table_23-2147840933.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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -100,8 +100,8 @@ export default function PizzeriaPage() {
|
|||||||
title="Cosa dicono di noi"
|
title="Cosa dicono di noi"
|
||||||
description="L'amore dei nostri clienti è la nostra ricetta segreta."
|
description="L'amore dei nostri clienti è la nostra ricetta segreta."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", title: "Ottima pizza", quote: "La vera pizza napoletana, impasto leggerissimo.", name: "Luca M.", role: "Cliente abituale" },
|
{ 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" }
|
{ 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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user