diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f23596..224d7c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,6 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Yovani.B: Elegancia Sin Fronteras" description="Descubre una selección exclusiva de perfumes, ropa y accesorios de lujo diseñados para quienes valoran la sofisticación y el detalle." - buttons={[{ text: "Explorar Colección", href: "#products" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/client-suit-boutique-with-shopping-bags_7502-4397.jpg", imageAlt: "Fashion Model" }, { imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218026.jpg", imageAlt: "Luxury Wear" }, @@ -185,4 +184,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}