Merge version_1 into main #2
@@ -50,10 +50,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-lavender-plain-background_23-2148305537.jpg", imageAlt: "Productos naturales SOI Belleza"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg?_wi=1", imageAlt: "Mantequilla corporal artesanal"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg", imageAlt: "Mantequilla corporal artesanal"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg?_wi=1", imageAlt: "Ingredientes naturales puros"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg", imageAlt: "Ingredientes naturales puros"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
description="Cada producto es creado con ingredientes seleccionados cuidadosamente para nourrir, proteger y realzar tu belleza natural."
|
||||
products={[
|
||||
{
|
||||
id: "mantequilla-cordero", name: "Mantequilla Corporal de Sebo de Cordero", price: "$45.000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg?_wi=2", imageAlt: "Mantequilla corporal artesanal"
|
||||
id: "mantequilla-cordero", name: "Mantequilla Corporal de Sebo de Cordero", price: "$45.000", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg", imageAlt: "Mantequilla corporal artesanal"
|
||||
},
|
||||
{
|
||||
id: "jabon-carbon", name: "Jabón de Carbón Activado y Caléndula", price: "$22.000", imageSrc: "http://img.b2bpic.net/free-photo/soap-made-coffee-beans-spa_23-2148287640.jpg", imageAlt: "Jabón de carbón natural"
|
||||
@@ -157,13 +157,13 @@ export default function LandingPage() {
|
||||
description="Descubre los valores que hacen a SOI diferente en el cuidado de tu piel."
|
||||
features={[
|
||||
{
|
||||
id: "natural-ingredients", title: "Ingredientes 100% Naturales", description: "Todos nuestros productos contienen solo ingredientes naturales seleccionados cuidadosamente sin químicos agresivos que dañen tu piel.", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg?_wi=2", imageAlt: "Ingredientes naturales"
|
||||
id: "natural-ingredients", title: "Ingredientes 100% Naturales", description: "Todos nuestros productos contienen solo ingredientes naturales seleccionados cuidadosamente sin químicos agresivos que dañen tu piel.", imageSrc: "http://img.b2bpic.net/free-photo/view-phytotherapy-still-life_23-2149339718.jpg", imageAlt: "Ingredientes naturales"
|
||||
},
|
||||
{
|
||||
id: "artisan-quality", title: "Calidad Artesanal", description: "Cada producto es elaborado a mano con técnicas tradicionales que respetan la integridad de los ingredientes naturales.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-treatment-ingredients-arrangement_23-2148894309.jpg", imageAlt: "Preparación artesanal"
|
||||
},
|
||||
{
|
||||
id: "skin-care", title: "Cuidado Real Para Tu Piel", description: "Formulado específicamente para nutrir, hidratar y regenerar tu piel respetando su balance natural.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg?_wi=3", imageAlt: "Cuidado de la piel"
|
||||
id: "skin-care", title: "Cuidado Real Para Tu Piel", description: "Formulado específicamente para nutrir, hidratar y regenerar tu piel respetando su balance natural.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480196.jpg", imageAlt: "Cuidado de la piel"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -185,7 +185,6 @@ export default function LandingPage() {
|
||||
cardTitleClassName="text-xl font-medium text-foreground mb-3"
|
||||
cardDescriptionClassName="text-foreground/70 text-sm leading-relaxed"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
|
||||
imageClassName="w-full h-48 object-cover rounded-lg mb-4"
|
||||
textBoxClassName="mb-12"
|
||||
textBoxTagClassName="inline-block px-3 py-1 rounded-full text-xs font-medium bg-accent text-foreground mb-4"
|
||||
textBoxButtonContainerClassName="flex justify-center gap-4"
|
||||
|
||||
Reference in New Issue
Block a user