Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:25:37 +00:00
parent 12aa3b3dc7
commit 882d58e428

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="large" sizing="large"
background="floatingGradient" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Sostenibilidad Ahora" tag="Sostenibilidad Ahora"
tagIcon={Leaf} tagIcon={Leaf}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "floatingGradient" }} background={{ variant: "glowing-orb" }}
leftCarouselItems={[ 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/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" }, { 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" } { imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg", imageAlt: "Sustainable packaging and materials" }
]} ]}
rightCarouselItems={[ 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", 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/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?_wi=1", imageAlt: "Glass eco-friendly 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?_wi=1", imageAlt: "Bamboo sustainable bottle" } { imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable bottle" }
]} ]}
buttons={[ buttons={[
{ text: "Descubre la colección", href: "products" }, { text: "Descubre la colección", href: "products" },
@@ -101,13 +101,13 @@ export default function LandingPage() {
<ProductCardThree <ProductCardThree
products={[ products={[
{ {
id: "1", name: "EcoBottle Steel Pro", price: "$49.99", 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=3", imageAlt: "Premium stainless steel eco bottle", initialQuantity: 1 id: "1", name: "EcoBottle Steel Pro", price: "$49.99", 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 stainless steel eco bottle", initialQuantity: 1
}, },
{ {
id: "2", name: "EcoBottle Glass Pure", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg?_wi=2", imageAlt: "Glass eco-friendly water bottle", initialQuantity: 1 id: "2", name: "EcoBottle Glass Pure", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg", imageAlt: "Glass eco-friendly water bottle", initialQuantity: 1
}, },
{ {
id: "3", name: "EcoBottle Bamboo Zen", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg?_wi=2", imageAlt: "Bamboo sustainable water bottle", initialQuantity: 1 id: "3", name: "EcoBottle Bamboo Zen", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable water bottle", initialQuantity: 1
} }
]} ]}
title="Nuestra colección premium" title="Nuestra colección premium"