diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 46ae284..f96311b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,47 +1,17 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
-import { Inter } from "next/font/google";
-import { Mulish } from "next/font/google";
-import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
-
-const mulish = Mulish({
- variable: "--font-mulish", subsets: ["latin"],
-});
+import "@/styles/globals.css";
export const metadata: Metadata = {
- title: "Ferretería El Nico | Materiales Construcción La Florida", description: "Ferretería local en La Florida con 160+ clientes satisfechos. Materiales, herramientas y asesoría profesional. Entrega a domicilio. Llámanos: +56 9 5094 9975", keywords: "ferretería La Florida, materiales construcción, herramientas, despacho local, asesoría construcción", openGraph: {
- title: "Ferretería El Nico | Tu Socio en Construcción Local", description: "Más de 160 clientes satisfechos. Materiales de calidad, atención personalizada y entrega rápida.", type: "website", siteName: "Ferretería El Nico"},
- robots: {
- index: true,
- follow: true,
- },
-};
+ 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,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2457c6..f0f490b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Ferretería El Nico: Tu Socio en Construcción Local"
description="Más de 160 clientes satisfechos confían en nosotros. Entrega rápida, asesoría experta y materiales de calidad en La Florida y alrededores."
background={{ variant: "plain" }}
- tag="Calificación 4.6/5 - Confianza Local"
+ tag="160+ clientes satisfechos · Calificación 4.6/5"
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
@@ -58,16 +58,20 @@ export default function LandingPage() {
testimonials={[
{
name: "Juan Martínez", handle: "Maestro Constructor", testimonial: "Excelente atención y productos difíciles de encontrar. Siempre tienen lo que necesito.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-with-crossed-arms-smiling-standing-blue-isolated_141793-8553.jpg?_wi=1"
+ },
{
name: "María Rodríguez", handle: "Contratista Independiente", testimonial: "Precios competitivos y despacho rápido a domicilio. Muy recomendado.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg?_wi=1"
+ },
{
name: "Carlos López", handle: "Técnico Especializado", testimonial: "La mejor ferretería de La Florida. Asesoría profesional garantizada.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1"
+ },
{
name: "Patricia Sánchez", handle: "Propietaria de Inmueble", testimonial: "Atención personalizada y confiable. Llevan años sirviendo bien a la comunidad.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg?_wi=1"},
+ imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg?_wi=1"
+ },
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -86,27 +90,33 @@ export default function LandingPage() {
title: "Venta de Materiales", description: "Amplio stock de herramientas, insumos y materiales de construcción de calidad premium.", icon: Package,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=1", imageAlt: "Herramientas y materiales de construcción"},
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=1", imageAlt: "Herramientas y materiales de construcción"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=2", imageAlt: "Variedad de productos disponibles"},
+ imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=2", imageAlt: "Variedad de productos disponibles"
+ },
],
},
{
title: "Entrega a Domicilio", description: "Despacho rápido y confiable a tu hogar o obra en La Florida y comunas cercanas.", icon: Truck,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-delivery-man_23-2149035903.jpg", imageAlt: "Servicio de entrega a domicilio"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-delivery-man_23-2149035903.jpg", imageAlt: "Servicio de entrega a domicilio"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=3", imageAlt: "Transporte de materiales"},
+ imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=3", imageAlt: "Transporte de materiales"
+ },
],
},
{
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/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"},
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=2", imageAlt: "Recomendaciones de expertos"
+ },
],
},
]}
@@ -170,13 +180,17 @@ export default function LandingPage() {