4 Commits

Author SHA1 Message Date
38f9800fb6 Update src/app/page.tsx 2026-04-26 16:33:50 +00:00
3558b5ebc1 Merge version_2 into main
Merge version_2 into main
2026-04-26 16:32:37 +00:00
3ea83abb95 Merge version_2 into main
Merge version_2 into main
2026-04-26 16:32:10 +00:00
0bae21b1d4 Merge version_2 into main
Merge version_2 into main
2026-04-26 16:31:43 +00:00

View File

@@ -45,6 +45,7 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Bienvenido a La Puerta Rosa"
description="Descubre un universo de elegancia, estilo y momentos únicos creados especialmente para ti."
buttons={[{ text: "Explora nuestra colección", href: "#products" }]}
testimonials={[]}
imageSrc="http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=1"
/>
@@ -153,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}