6 Commits

Author SHA1 Message Date
ebf22eb760 Update src/app/page.tsx 2026-03-03 17:39:11 +00:00
ae4e74ce82 Update src/app/layout.tsx 2026-03-03 17:39:10 +00:00
755c80e8ac Merge version_3 into main
Merge version_3 into main
2026-03-03 17:25:29 +00:00
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 3 additions and 14 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,

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"
@@ -108,17 +108,6 @@ export default function LandingPage() {
},
],
},
{
title: "Asesoría Especializada", description: "Atención personalizada de profesionales que entienden tus necesidades específicas.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/people-job-caucasian-stethoscope-thoughtful_1301-3079.jpg", imageAlt: "Consultoría profesional"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=2", imageAlt: "Recomendaciones de expertos"
},
],
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -235,7 +224,6 @@ export default function LandingPage() {
title: "Servicios", items: [
{ label: "Venta de Materiales", href: "#services" },
{ label: "Entrega a Domicilio", href: "#services" },
{ label: "Asesoría Especializada", href: "#services" },
],
},
{