diff --git a/src/app/page.tsx b/src/app/page.tsx index 553fa84..588724f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "noise" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg", imageAlt: "Cornetti fragranti" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645793.jpg", imageAlt: "Aperitivo spettacolare" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-barista-make-latte-coffee-art-paint_1150-12161.jpg", imageAlt: "Cappuccino cremoso" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-croissants-box-pralines-muffins-piece-wood_114579-4403.jpg", imageAlt: "Prodotti freschi da forno" } + { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg?_wi=1", imageAlt: "Cornetti fragranti" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645793.jpg?_wi=1", imageAlt: "Aperitivo spettacolare" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-barista-make-latte-coffee-art-paint_1150-12161.jpg?_wi=1", imageAlt: "Cappuccino cremoso" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-croissants-box-pralines-muffins-piece-wood_114579-4403.jpg?_wi=1", imageAlt: "Prodotti freschi da forno" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-barista-make-latte-coffee-art-paint_1150-12161.jpg", imageAlt: "Arte latte perfetta" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-croissants-box-pralines-muffins-piece-wood_114579-4403.jpg", imageAlt: "Colazione abbondante" }, - { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg", imageAlt: "Cornetti biologici" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645793.jpg", imageAlt: "Happy hour Ostia" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-barista-make-latte-coffee-art-paint_1150-12161.jpg?_wi=2", imageAlt: "Arte latte perfetta" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-croissants-box-pralines-muffins-piece-wood_114579-4403.jpg?_wi=2", imageAlt: "Colazione abbondante" }, + { imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg?_wi=2", imageAlt: "Cornetti biologici" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645793.jpg?_wi=2", imageAlt: "Happy hour Ostia" } ]} carouselPosition="right" buttons={[ @@ -72,12 +72,12 @@ export default function LandingPage() {