diff --git a/src/app/page.tsx b/src/app/page.tsx index cb63353..8f66567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -159,20 +83,11 @@ export default function LandingPage() { title="Benvenuti da PAYER" description="Un angolo autentico nel cuore di Spinea. Con un punteggio di 4.9 stelle, la nostra missione è offrire un’esperienza culinaria genuina in un ambiente intimo e curato. Aperitivo veloce o cena sotto gli ombrelloni, qui trovi la tradizione." bulletPoints={[ - { - title: "Ambiente Intimo", - description: "Curato nei minimi dettagli per farti sentire a casa.", - }, - { - title: "Sapore Autentico", - description: "Tradizione veneta in ogni singola preparazione.", - }, - { - title: "Spazio Esterno", - description: "Goditi il dehors nelle calde serate estive.", - }, + { title: "Ambiente Intimo", description: "Curato nei minimi dettagli per farti sentire a casa." }, + { title: "Sapore Autentico", description: "Tradizione veneta in ogni singola preparazione." }, + { title: "Spazio Esterno", description: "Goditi il dehors nelle calde serate estive." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-coffee-shop-owner-holding-open-sign-while-reopening-after-coronavirus-pandemic_637285-6310.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-coffee-shop-owner-holding-open-sign-while-reopening-after-coronavirus-pandemic_637285-6310.jpg" mediaAnimation="slide-up" /> @@ -184,58 +99,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Antipasti Genuini", - description: "Cicchetti selezionati con cura.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-pickles-cucumbers-tomatoes-cabbage-plate_140725-11556.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/eclairs-with-fruit-composition-glass-wine_114579-17955.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/pan-fried-meat-wooden-board-with-greens-bun-with-sesame-seeds_141793-17560.jpg", - }, + title: "Antipasti Genuini", description: "Cicchetti selezionati con cura.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-pickles-cucumbers-tomatoes-cabbage-plate_140725-11556.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/eclairs-with-fruit-composition-glass-wine_114579-17955.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pan-fried-meat-wooden-board-with-greens-bun-with-sesame-seeds_141793-17560.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg?_wi=2", - imageAlt: "fresh italian antipasti selection", }, { - title: "Primi di Mare", - description: "Specialità di pesce freschissimo.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-fried-shrimps-fresh-tomatoes_127675-2481.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/meatballs-plate-garnished-with-tomato-sauce-grated-parmesan-parsley_141793-1926.jpg", - }, + title: "Primi di Mare", description: "Specialità di pesce freschissimo.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-fried-shrimps-fresh-tomatoes_127675-2481.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/meatballs-plate-garnished-with-tomato-sauce-grated-parmesan-parsley_141793-1926.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-coffee-shop-owner-holding-open-sign-while-reopening-after-coronavirus-pandemic_637285-6310.jpg?_wi=2", - imageAlt: "fresh italian antipasti selection", }, { - title: "Fritture Dorate", - description: "Croccanti e gustose, come da tradizione.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-spicy-sauce_74190-646.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/creamy-seafood-soup-with-mussels-shrimp-small-octopus_140725-1326.jpg", - }, + title: "Fritture Dorate", description: "Croccanti e gustose, come da tradizione.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-spicy-sauce_74190-646.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creamy-seafood-soup-with-mussels-shrimp-small-octopus_140725-1326.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos-wooden-table_123827-35885.jpg?_wi=1", - imageAlt: "fresh italian antipasti selection", }, ]} title="I Nostri Sapori" @@ -248,43 +130,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={false} + animationType="slide-up" products={[ - { - id: "1", - name: "Mix di Cicchetti", - price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos-wooden-table_123827-35885.jpg?_wi=2", - }, - { - id: "2", - name: "Insalata di Piovra", - price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-spinach-lettuce-cherry-tomato-parmesan_140725-202.jpg", - }, - { - id: "3", - name: "Baccalà Mantecato", - price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/mushroom-cream-sauce-healthy-delicious-food-top-view_114579-8448.jpg", - }, - { - id: "4", - name: "Mozzarella in Carrozza", - price: "2,50€", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14378.jpg", - }, - { - id: "5", - name: "Polpette Artigianali", - price: "2,50€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-balls-brown-board-rice-flour-fresh-green-lemon-fallen-oil-bottle-fresh-vegetables-yellow-ginger-red-stripped-towel-black-background_140725-160137.jpg", - }, - { - id: "6", - name: "Seppie in Nero", - price: "16€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-brown-with-pineapple-slice-choco-bars-ice-cream-inside-white-plate-cream_140725-16904.jpg", - }, + { id: "1", name: "Mix di Cicchetti", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos-wooden-table_123827-35885.jpg" }, + { id: "2", name: "Insalata di Piovra", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-spinach-lettuce-cherry-tomato-parmesan_140725-202.jpg" }, + { id: "3", name: "Baccalà Mantecato", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-cream-sauce-healthy-delicious-food-top-view_114579-8448.jpg" }, + { id: "4", name: "Mozzarella in Carrozza", price: "2,50€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-cherry-tomatoes-basil-mozzarella-black-olives_2829-14378.jpg" }, + { id: "5", name: "Polpette Artigianali", price: "2,50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-balls-brown-board-rice-flour-fresh-green-lemon-fallen-oil-bottle-fresh-vegetables-yellow-ginger-red-stripped-towel-black-background_140725-160137.jpg" }, + { id: "6", name: "Seppie in Nero", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-brown-with-pineapple-slice-choco-bars-ice-cream-inside-white-plate-cream_140725-16904.jpg" }, ]} title="Il Menù" description="Ogni giorno una nuova scoperta stagionale." @@ -295,61 +148,18 @@ export default function LandingPage() { @@ -415,14 +198,8 @@ export default function LandingPage() {