From 7d7d4cfa7590fc1e23be4e65727c5e5faf3c8bfa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:13:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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() {