Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbe3707652 | |||
| 7580d73d68 | |||
| 7d1260765d |
@@ -2,7 +2,8 @@ import type { Metadata } from "next";
|
|||||||
import "@/styles/globals.css";
|
import "@/styles/globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Ferretería El Nico - Materiales de Construcción en La Florida", description: "Ferretería El Nico: 160+ clientes satisfechos. Venta de materiales, entrega rápida y asesoría experta en construcción. La Florida, RM."};
|
title: "Ferretería El Nico - Materiales de Construcción en La Florida", description: "Ferretería El Nico: 160+ clientes satisfechos. Venta de materiales, entrega rápida y asesoría experta en construcción. La Florida, RM."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Llámanos Ahora", href: "tel:+56950949975" },
|
{ text: "Solicitar Cotización Gratis", href: "tel:+56950949975" },
|
||||||
{ text: "Solicita Cotización", href: "#contact" },
|
{ text: "Solicita Cotización", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user