From 3c7334119a62352d085808ce55b483e3a98c0ece Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:18:09 +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 84a45ac..bfcc13d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} 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={[ @@ -71,12 +71,12 @@ export default function LandingPage() {