Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-03 12:39:02 +00:00

View File

@@ -77,11 +77,11 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg", imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg?_wi=1",
imageAlt: "Cozy coffee shop interior with warm lighting", imageAlt: "Cozy coffee shop interior with warm lighting",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg?_wi=1",
imageAlt: "Artisanal pastries on display in a cafe", imageAlt: "Artisanal pastries on display in a cafe",
}, },
{ {
@@ -141,7 +141,7 @@ export default function LandingPage() {
description: "Cornetti freschi, torte deliziose e biscotti fatti in casa, perfetti per la tua colazione o merenda.", description: "Cornetti freschi, torte deliziose e biscotti fatti in casa, perfetti per la tua colazione o merenda.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Cake, icon: Cake,
imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg", imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg?_wi=2",
imageAlt: "coffee cup icon minimalist", imageAlt: "coffee cup icon minimalist",
}, },
{ {
@@ -149,7 +149,7 @@ export default function LandingPage() {
description: "Insalate fresche, panini gourmet e piatti unici preparati con ingredienti di stagione.", description: "Insalate fresche, panini gourmet e piatti unici preparati con ingredienti di stagione.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: Sandwich, icon: Sandwich,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12539.jpg?_wi=2",
imageAlt: "coffee cup icon minimalist", imageAlt: "coffee cup icon minimalist",
}, },
]} ]}