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";
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({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}