Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d6d2ad262 | |||
| 70d45d0129 | |||
| 6791d92062 |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|||||||
logoText="JANAM MUEBLES"
|
logoText="JANAM MUEBLES"
|
||||||
description="Muebles de calidad para tu hogar. Entrega rápida, precios competitivos y servicio al cliente excepcional."
|
description="Muebles de calidad para tu hogar. Entrega rápida, precios competitivos y servicio al cliente excepcional."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Llamar Ahora", href: "tel:+18295960900" },
|
{ text: "Explorar Catálogo", href: "#products" },
|
||||||
{ text: "💬 WhatsApp", href: "https://wa.me/18295960900" }
|
{ text: "📞 Llamar Ahora", href: "tel:+18295960900" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=1"
|
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"
|
imageAlt="Interior de tienda de muebles moderna"
|
||||||
@@ -253,4 +253,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user