diff --git a/src/app/page.tsx b/src/app/page.tsx index 605ab93..14dd4b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,100 +32,46 @@ export default function LandingPage() {
@@ -135,10 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="El Arte de la Distinción" buttons={[ - { - text: "Nuestra Historia", - href: "#", - }, + { text: "Nuestra Historia", href: "#" }, ]} /> @@ -150,48 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Reloj Eclipse", - price: "$120", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897654.jpg", - }, - { - id: "p2", - name: "Cartera Minimal", - price: "$85", - variant: "Cuero", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11195.jpg", - }, - { - id: "p3", - name: "Collar Aurora", - price: "$95", - variant: "Oro", - imageSrc: "http://img.b2bpic.net/free-vector/classic-ornamental-frame_53876-93409.jpg", - }, - { - id: "p4", - name: "Lentes Onyx", - price: "$110", - variant: "UV400", - imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670743.jpg", - }, - { - id: "p5", - name: "Anillo Titan", - price: "$70", - variant: "Acero", - imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg", - }, - { - id: "p6", - name: "Gemelos Classic", - price: "$60", - variant: "Plata", - imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17838.jpg", - }, + { id: "p1", name: "Reloj Eclipse", price: "$120", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897654.jpg" }, + { id: "p2", name: "Cartera Minimal", price: "$85", variant: "Cuero", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11195.jpg" }, + { id: "p3", name: "Collar Aurora", price: "$95", variant: "Oro", imageSrc: "http://img.b2bpic.net/free-vector/classic-ornamental-frame_53876-93409.jpg" }, + { id: "p4", name: "Lentes Onyx", price: "$110", variant: "UV400", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670743.jpg" }, + { id: "p5", name: "Anillo Titan", price: "$70", variant: "Acero", imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg" }, + { id: "p6", name: "Gemelos Classic", price: "$60", variant: "Plata", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17838.jpg" }, ]} title="Colección Destacada" description="Explora nuestras piezas artesanales seleccionadas por su diseño único y durabilidad excepcional." @@ -205,27 +112,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99%", - title: "Calidad Garantizada", - description: "Materiales premium seleccionados.", - icon: CheckCircle, - }, - { - id: "m2", - value: "24h", - title: "Envío Rápido", - description: "Procesamos tu orden al instante.", - icon: Zap, - }, - { - id: "m3", - value: "100%", - title: "Satisfacción", - description: "Cambios y devoluciones fáciles.", - icon: Award, - }, + { id: "m1", value: "99%", title: "Calidad Garantizada", description: "Materiales premium seleccionados.", icon: CheckCircle }, + { id: "m2", value: "24h", title: "Envío Rápido", description: "Procesamos tu orden al instante.", icon: Zap }, + { id: "m3", value: "100%", title: "Satisfacción", description: "Cambios y devoluciones fáciles.", icon: Award }, ]} title="Calidad que se Nota" description="Números que reflejan nuestro compromiso con la excelencia." @@ -239,24 +128,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Maria Torres", - role: "Fundadora", - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-brunette-girl-with-stylish-makep-walking-around-town-outdoor-portrait-blissful-female-model-with-wavy-hairstyle_197531-11298.jpg", - }, - { - id: "t2", - name: "Juan Perez", - role: "Diseñador Senior", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-suit-making-proposal-giving-engagement-ring-raising-glass-champagne-standing-against-white-background_1258-64642.jpg", - }, - { - id: "t3", - name: "Lucia Diaz", - role: "Logística", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-shopping-bags_23-2148238181.jpg", - }, + { id: "t1", name: "Maria Torres", role: "Fundadora", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-brunette-girl-with-stylish-makep-walking-around-town-outdoor-portrait-blissful-female-model-with-wavy-hairstyle_197531-11298.jpg" }, + { id: "t2", name: "Juan Perez", role: "Diseñador Senior", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-suit-making-proposal-giving-engagement-ring-raising-glass-champagne-standing-against-white-background_1258-64642.jpg" }, + { id: "t3", name: "Lucia Diaz", role: "Logística", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-shopping-bags_23-2148238181.jpg" }, ]} title="Detrás de Mt Accesorios" description="El equipo creativo que hace posible cada pieza." @@ -269,60 +143,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "test1", - name: "Sofia G.", - role: "Cliente VIP", - company: "Mt Accesorios", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg", - }, - { - id: "test2", - name: "Carlos M.", - role: "Entusiasta", - company: "Mt Accesorios", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23068.jpg", - }, - { - id: "test3", - name: "Ana R.", - role: "Compradora", - company: "Mt Accesorios", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11094.jpg", - }, - { - id: "test4", - name: "Diego F.", - role: "Regalo", - company: "Mt Accesorios", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shopping-young-female-model-holding-her-purse-touching-lip-thoughtful-smiling-staring-upper-l_1258-127131.jpg", - }, - { - id: "test5", - name: "Elena V.", - role: "Fiel", - company: "Mt Accesorios", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-dressed-stylish-blue-jacket-walking-autumn-sunny-street-wearing-elegant-sunglasses-earrings_285396-7846.jpg", - }, + { id: "test1", name: "Sofia G.", role: "Cliente VIP", company: "Mt Accesorios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-ring-jewelry-shop_1303-30666.jpg" }, + { id: "test2", name: "Carlos M.", role: "Entusiasta", company: "Mt Accesorios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23068.jpg" }, + { id: "test3", name: "Ana R.", role: "Compradora", company: "Mt Accesorios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11094.jpg" }, + { id: "test4", name: "Diego F.", role: "Regalo", company: "Mt Accesorios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shopping-young-female-model-holding-her-purse-touching-lip-thoughtful-smiling-staring-upper-l_1258-127131.jpg" }, + { id: "test5", name: "Elena V.", role: "Fiel", company: "Mt Accesorios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman-dressed-stylish-blue-jacket-walking-autumn-sunny-street-wearing-elegant-sunglasses-earrings_285396-7846.jpg" }, ]} kpiItems={[ - { - value: "4.9", - label: "Calificación", - }, - { - value: "1k+", - label: "Reseñas", - }, - { - value: "98%", - label: "Recomendación", - }, + { value: "4.9", label: "Calificación" }, + { value: "1k+", label: "Reseñas" }, + { value: "98%", label: "Recomendación" }, ]} title="Lo que dicen nuestros clientes" description="Historias de quienes ya elevaron su estilo con nosotros." @@ -333,21 +163,9 @@ export default function LandingPage() {