diff --git a/src/app/page.tsx b/src/app/page.tsx
index 970bace..ec41e4e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,93 +30,58 @@ export default function LandingPage() {
@@ -129,41 +94,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Cuaderno Premium",
- price: "$15.000",
- imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-white-cover-with-decorations_23-2147969494.jpg",
- },
+ id: "1", name: "Cuaderno Premium", price: "$15.000", imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-white-cover-with-decorations_23-2147969494.jpg"},
{
- id: "2",
- name: "Pluma Ejecutiva",
- price: "$25.000",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695463.jpg",
- },
+ id: "2", name: "Pluma Ejecutiva", price: "$25.000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695463.jpg"},
{
- id: "3",
- name: "Organizador Desk",
- price: "$35.000",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-menu-books-with-tools_23-2148496828.jpg",
- },
+ id: "3", name: "Organizador Desk", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-menu-books-with-tools_23-2148496828.jpg"},
{
- id: "4",
- name: "Set de Papel Especial",
- price: "$12.000",
- imageSrc: "http://img.b2bpic.net/free-photo/physical-paper-book-background-closeup_58702-6886.jpg",
- },
+ id: "4", name: "Set de Papel Especial", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/physical-paper-book-background-closeup_58702-6886.jpg"},
{
- id: "5",
- name: "Tarjetero de Cuero",
- price: "$20.000",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-glasses_23-2149319333.jpg",
- },
+ id: "5", name: "Tarjetero de Cuero", price: "$20.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-glasses_23-2149319333.jpg"},
{
- id: "6",
- name: "Accesorios de Metal",
- price: "$8.000",
- imageSrc: "http://img.b2bpic.net/free-vector/elegant-set-business-stationery-with-golden-details_23-2147569387.jpg",
- },
+ id: "6", name: "Accesorios de Metal", price: "$8.000", imageSrc: "http://img.b2bpic.net/free-vector/elegant-set-business-stationery-with-golden-details_23-2147569387.jpg"},
]}
title="Catálogo de Productos"
description="Una selección cuidadosamente curada de artículos de papelería que fusionan elegancia, durabilidad y precios accesibles."
@@ -177,19 +118,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
- label: "Productos Premium",
- value: "+500",
- },
+ label: "Productos Premium", value: "+500"},
{
icon: Award,
- label: "Clientes Felices",
- value: "+1K",
- },
+ label: "Clientes Felices", value: "+1K"},
{
icon: Star,
- label: "Años de Excelencia",
- value: "5",
- },
+ label: "Años de Excelencia", value: "5"},
]}
metricsAnimation="slide-up"
/>
@@ -197,44 +132,20 @@ export default function LandingPage() {