Update src/app/page.tsx
This commit is contained in:
@@ -106,22 +106,22 @@ export default function LandingPage() {
|
|||||||
description="Cada pieza de KAYSENCLUB es una declaración. Materiales premium, cortes calculados y detalles que solo tú sabes que existen — hasta que la luz los delata."
|
description="Cada pieza de KAYSENCLUB es una declaración. Materiales premium, cortes calculados y detalles que solo tú sabes que existen — hasta que la luz los delata."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "French Terry 100% Algodón", description: "Tela pesada de alta calidad. Suave por dentro, resistente por fuera. Hecha para durar.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg", imageAlt: "Microscopic view of French Terry fabric" },
|
title: "French Terry 100% Algodón", description: "Tela pesada de alta calidad. Suave por dentro, resistente por fuera. Hecha para durar.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg?_wi=1", imageAlt: "Microscopic view of French Terry fabric" },
|
||||||
items: [{ icon: Box, text: "Premium Fabric" }, { icon: Scale, text: "Heavyweight" }, { icon: Leaf, text: "Breathable" }],
|
items: [{ icon: Box, text: "Premium Fabric" }, { icon: Scale, text: "Heavyweight" }, { icon: Leaf, text: "Breathable" }],
|
||||||
reverse: false
|
reverse: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Corte Oversize Unisex", description: "Silueta amplia y estructurada. Diseñada para todos los cuerpos sin comprometer la estética.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg", imageAlt: "Microscopic view of French Terry fabric" },
|
title: "Corte Oversize Unisex", description: "Silueta amplia y estructurada. Diseñada para todos los cuerpos sin comprometer la estética.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg?_wi=2", imageAlt: "Microscopic view of French Terry fabric" },
|
||||||
items: [{ icon: Shirt, text: "Relaxed Fit" }, { icon: Users, text: "Gender Neutral" }, { icon: Frame, text: "Structured Silhouette" }],
|
items: [{ icon: Shirt, text: "Relaxed Fit" }, { icon: Users, text: "Gender Neutral" }, { icon: Frame, text: "Structured Silhouette" }],
|
||||||
reverse: true
|
reverse: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Detalles Reflectantes", description: "Elementos de serigrafía reflectante que cobran vida bajo la luz artificial. Diseñado para la noche.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg", imageAlt: "Microscopic view of French Terry fabric" },
|
title: "Detalles Reflectantes", description: "Elementos de serigrafía reflectante que cobran vida bajo la luz artificial. Diseñado para la noche.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg?_wi=3", imageAlt: "Microscopic view of French Terry fabric" },
|
||||||
items: [{ icon: Lightbulb, text: "Night Visibility" }, { icon: Sparkles, text: "Unique Glow" }, { icon: Moon, text: "Urban Night Style" }],
|
items: [{ icon: Lightbulb, text: "Night Visibility" }, { icon: Sparkles, text: "Unique Glow" }, { icon: Moon, text: "Urban Night Style" }],
|
||||||
reverse: false
|
reverse: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Impresión de Alta Definición", description: "Gráficos complejos con detalle milimétrico. Tintas que no se cuartean ni se decoloran.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg", imageAlt: "Microscopic view of French Terry fabric" },
|
title: "Impresión de Alta Definición", description: "Gráficos complejos con detalle milimétrico. Tintas que no se cuartean ni se decoloran.", media: { imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133151.jpg?_wi=4", imageAlt: "Microscopic view of French Terry fabric" },
|
||||||
items: [{ icon: Palette, text: "Vibrant Colors" }, { icon: HardHat, text: "Durable Print" }, { icon: ZoomIn, text: "Fine Detail" }],
|
items: [{ icon: Palette, text: "Vibrant Colors" }, { icon: HardHat, text: "Durable Print" }, { icon: ZoomIn, text: "Fine Detail" }],
|
||||||
reverse: true
|
reverse: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user