3 Commits

Author SHA1 Message Date
fbe3707652 Update src/app/page.tsx 2026-03-03 17:25:23 +00:00
7580d73d68 Update src/app/layout.tsx 2026-03-03 17:25:22 +00:00
7d1260765d Merge version_2 into main
Merge version_2 into main
2026-03-03 17:12:18 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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,

View File

@@ -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"