From 882d58e428ffbdafb2b86895e379dc83dea1c93e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:25:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19615d7..50efc96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Sostenibilidad Ahora" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-carrying-heavy-basket-with-greenery_23-2147711255.jpg", imageAlt: "Eco lifestyle sustainable living" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-earphones-resting_171337-11711.jpg", imageAlt: "Active person with reusable bottle" }, @@ -58,10 +58,10 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg", imageAlt: "Sustainable packaging and materials" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=1", imageAlt: "Premium eco-friendly reusable bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=2", imageAlt: "Stainless steel eco bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg?_wi=1", imageAlt: "Glass eco-friendly bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg?_wi=1", imageAlt: "Bamboo sustainable bottle" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Premium eco-friendly reusable bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Stainless steel eco bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg", imageAlt: "Glass eco-friendly bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable bottle" } ]} buttons={[ { text: "Descubre la colección", href: "products" }, @@ -101,13 +101,13 @@ export default function LandingPage() {