Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 16:59:14 +00:00
2 changed files with 15 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
logoText="JANAM MUEBLES"
description="Muebles de calidad para tu hogar. Entrega rápida, precios competitivos y servicio al cliente excepcional."
buttons={[
{ text: "📞 Llamar Ahora", href: "tel:+18295960900" },
{ text: "💬 WhatsApp", href: "https://wa.me/18295960900" }
{ text: "Explorar Catálogo", href: "#products" },
{ text: "📞 Llamar Ahora", href: "tel:+18295960900" }
]}
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=1"
imageAlt="Interior de tienda de muebles moderna"
@@ -253,4 +253,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}