Update src/app/page.tsx
This commit is contained in:
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-covered-with-cloth-tomatoes_23-2148753768.jpg", imageAlt: "Focaccia appena sfornata croccante e dorata" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-dough-wooden-table-close-up_176474-5532.jpg", imageAlt: "Forno tradizionale ligure autentico" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-dough-wooden-table-close-up_176474-5532.jpg?_wi=1", imageAlt: "Forno tradizionale ligure autentico" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-kneading-pizza-dough_23-2148785715.jpg", imageAlt: "Ingredienti freschi e qualità artigianale" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-square-pizza_23-2149294913.jpg", imageAlt: "Focaccia classica ligure tradizionale" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-square-pizza_23-2149294913.jpg?_wi=1", imageAlt: "Focaccia classica ligure tradizionale" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/panorama-town-square-besalu_1398-3086.jpg", imageAlt: "Porto di Sanremo location centrale" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274818.jpg", imageAlt: "Focaccia al formaggio specialità" }
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274818.jpg?_wi=1", imageAlt: "Focaccia al formaggio specialità" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Un piccolo forno ligure con grande tradizione"
|
||||
description="Dal 1995, Focacceria Buon Appetito porta avanti la vera ricetta della focaccia ligure nel cuore di Sanremo. Ogni focaccia è preparata al mattino con ingredienti freschi e selezionati, secondo la tradizione autentica della Liguria. Il nostro impegno è semplice ma importante: offrire ai nostri clienti il gusto genuino della focaccia artigianale, veloce da gustare ma ricca di passione."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-dough-wooden-table-close-up_176474-5532.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-dough-wooden-table-close-up_176474-5532.jpg?_wi=2"
|
||||
imageAlt="Interno del forno tradizionale Focacceria Buon Appetito"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -121,8 +121,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "product-1", name: "Focaccia Classica", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-square-pizza_23-2149294913.jpg", imageAlt: "Focaccia classica ligure tradizionale", priceButtonProps: { text: "Scopri" } },
|
||||
{ id: "product-2", name: "Focaccia al Formaggio", price: "€3,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274818.jpg", imageAlt: "Focaccia al formaggio specialità", priceButtonProps: { text: "Scopri" } },
|
||||
{ id: "product-1", name: "Focaccia Classica", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-square-pizza_23-2149294913.jpg?_wi=2", imageAlt: "Focaccia classica ligure tradizionale", priceButtonProps: { text: "Scopri" } },
|
||||
{ id: "product-2", name: "Focaccia al Formaggio", price: "€3,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274818.jpg?_wi=2", imageAlt: "Focaccia al formaggio specialità", priceButtonProps: { text: "Scopri" } },
|
||||
{ id: "product-3", name: "Pizza Torta Salata", price: "€2,80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2149325320.jpg", imageAlt: "Pizza torta salata specialità ligure", priceButtonProps: { text: "Scopri" } }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user