Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Bienvenido a Chiquiland"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Ver Colección Destacada", href: "#gallery" },
|
||||
{ text: "Asesoramiento Personalizado", href: "https://wa.me/message" }
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-with-toy-kitchen_23-2147833804.jpg", imageAlt: "Tienda de juguetes Chiquiland interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-toys-still-life_23-2148144807.jpg?_wi=1", imageAlt: "Juguetes de madera artesanales"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-toys-still-life_23-2148144807.jpg", imageAlt: "Juguetes de madera artesanales"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,13 +91,13 @@ export default function LandingPage() {
|
||||
description="Cada visita es una experiencia pensada para encontrar exactamente lo que buscás."
|
||||
features={[
|
||||
{
|
||||
id: "expertise", title: "Asesoramiento Experto", description: "No vendemos cajas, encontramos el regalo perfecto para cada etapa del desarrollo. Nuestro equipo conoce cada producto y entiende tus necesidades.", imageSrc: "http://img.b2bpic.net/free-vector/collection-board-games-fun-time_23-2148706668.jpg?_wi=1", imageAlt: "Expertos asesorando en tienda"
|
||||
id: "expertise", title: "Asesoramiento Experto", description: "No vendemos cajas, encontramos el regalo perfecto para cada etapa del desarrollo. Nuestro equipo conoce cada producto y entiende tus necesidades.", imageSrc: "http://img.b2bpic.net/free-vector/collection-board-games-fun-time_23-2148706668.jpg", imageAlt: "Expertos asesorando en tienda"
|
||||
},
|
||||
{
|
||||
id: "variety", title: "Variedad Seleccionada", description: "Desde madera artesanal hasta los últimos lanzamientos escolares. Cada juguete cumple con altos estándares de calidad y educación.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-book_1098-991.jpg?_wi=1", imageAlt: "Variedad de productos premium"
|
||||
id: "variety", title: "Variedad Seleccionada", description: "Desde madera artesanal hasta los últimos lanzamientos escolares. Cada juguete cumple con altos estándares de calidad y educación.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-book_1098-991.jpg", imageAlt: "Variedad de productos premium"
|
||||
},
|
||||
{
|
||||
id: "accessible", title: "Calidad Accesible", description: "Productos premium con opciones para todos los presupuestos. Creemos que la magia del juego debe estar al alcance de todas las familias.", imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-indoors-still-life_23-2151083624.jpg?_wi=1", imageAlt: "Precios accesibles sin sacrificar calidad"
|
||||
id: "accessible", title: "Calidad Accesible", description: "Productos premium con opciones para todos los presupuestos. Creemos que la magia del juego debe estar al alcance de todas las familias.", imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-indoors-still-life_23-2151083624.jpg", imageAlt: "Precios accesibles sin sacrificar calidad"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -116,16 +116,16 @@ export default function LandingPage() {
|
||||
description="Cuidadosamente seleccionados para inspirar imaginación y aprendizaje"
|
||||
products={[
|
||||
{
|
||||
id: "wooden-set", name: "Juego de Construcción Artesanal", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/child-toys-still-life_23-2148144807.jpg?_wi=2", imageAlt: "Bloques de madera natural"
|
||||
id: "wooden-set", name: "Juego de Construcción Artesanal", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/child-toys-still-life_23-2148144807.jpg", imageAlt: "Bloques de madera natural"
|
||||
},
|
||||
{
|
||||
id: "board-games", name: "Juegos de Mesa Educativos", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-vector/collection-board-games-fun-time_23-2148706668.jpg?_wi=2", imageAlt: "Colección de juegos de mesa"
|
||||
id: "board-games", name: "Juegos de Mesa Educativos", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-vector/collection-board-games-fun-time_23-2148706668.jpg", imageAlt: "Colección de juegos de mesa"
|
||||
},
|
||||
{
|
||||
id: "books-collection", name: "Librería Escolar Completa", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-book_1098-991.jpg?_wi=2", imageAlt: "Libros infantiles y escolares"
|
||||
id: "books-collection", name: "Librería Escolar Completa", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-book_1098-991.jpg", imageAlt: "Libros infantiles y escolares"
|
||||
},
|
||||
{
|
||||
id: "plush-toys", name: "Peluches Premium", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-indoors-still-life_23-2151083624.jpg?_wi=2", imageAlt: "Peluches de alta calidad"
|
||||
id: "plush-toys", name: "Peluches Premium", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/cute-teddy-bear-indoors-still-life_23-2151083624.jpg", imageAlt: "Peluches de alta calidad"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user