From 0833c2d83b9f1189126953e185d2eefb489d793d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:06:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 224d7c9..7f23596 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ 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" }, @@ -184,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file