diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f96311b..1cdc6cc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "@/styles/globals.css"; 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({ children, @@ -1381,4 +1382,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f490b..346e92e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" buttons={[ - { text: "Llámanos Ahora", href: "tel:+56950949975" }, + { text: "Solicitar Cotización Gratis", href: "tel:+56950949975" }, { text: "Solicita Cotización", href: "#contact" }, ]} buttonAnimation="slide-up" @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file