Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-12 19:06:17 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}