Update src/app/page.tsx
This commit is contained in:
@@ -99,13 +99,13 @@ export default function LandingPage() {
|
||||
id: "pizza", title: "Pizza al Forno a Legna", descriptions: [
|
||||
"Pasta madre fermentata per 72 ore secondo la tradizione napoletana", "Condimenti freschi e naturali senza conservanti"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-eggs-table_140725-13968.jpg", imageAlt: "Pizza margherita fresca"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-eggs-table_140725-13968.jpg?_wi=1", imageAlt: "Pizza margherita fresca"
|
||||
},
|
||||
{
|
||||
id: "arrosticini", title: "Arrosticini Abruzzesi", descriptions: [
|
||||
"Carne di qualità superiore grigliata al carbone", "Sapore autentico della tradizione abruzzese"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilling-calsot-calcotada_1398-4474.jpg", imageAlt: "Arrosticini grigliati su stecchi di legno"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilling-calsot-calcotada_1398-4474.jpg?_wi=1", imageAlt: "Arrosticini grigliati su stecchi di legno"
|
||||
},
|
||||
{
|
||||
id: "appetizers", title: "Antipasti Tradizionali", descriptions: [
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "margherita", brand: "Pizza Classica", name: "Margherita", price: "€12,00", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-eggs-table_140725-13968.jpg", imageAlt: "Pizza Margherita"
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-eggs-table_140725-13968.jpg?_wi=2", imageAlt: "Pizza Margherita"
|
||||
},
|
||||
{
|
||||
id: "quattro-formaggi", brand: "Pizza Gourmet", name: "Quattro Formaggi", price: "€14,50", rating: 5,
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "arrosticini-special", brand: "Specialità Abruzzese", name: "Arrosticini (6 spiedini)", price: "€15,00", rating: 5,
|
||||
reviewCount: "419", imageSrc: "http://img.b2bpic.net/free-photo/grilling-calsot-calcotada_1398-4474.jpg", imageAlt: "Arrosticini Abruzzesi"
|
||||
reviewCount: "419", imageSrc: "http://img.b2bpic.net/free-photo/grilling-calsot-calcotada_1398-4474.jpg?_wi=2", imageAlt: "Arrosticini Abruzzesi"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user