From fb84452eda17291ea4c8c48c4112570b982d403a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:15:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 588724f..a612d82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -46,18 +46,18 @@ export default function LandingPage() { tag="Aperto dal 1985" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { 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" } + { 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" } ]} rightCarouselItems={[ - { 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" } + { 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" } ]} carouselPosition="right" buttons={[ @@ -72,12 +72,12 @@ export default function LandingPage() {