Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf22eb760 | |||
| ae4e74ce82 | |||
| 755c80e8ac | |||
| fbe3707652 | |||
| 7580d73d68 | |||
| 7d1260765d | |||
| 764a3cece8 | |||
| 3bb08aca0c | |||
| c0a2b3de1f | |||
| c728ad6fcb | |||
| f22c4eaea1 | |||
| 8821dd8b25 |
@@ -1,47 +1,18 @@
|
||||
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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="es">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1409,7 +1380,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -43,11 +43,11 @@ 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={[
|
||||
{ text: "Llámanos Ahora", href: "tel:+56950949975" },
|
||||
{ text: "Solicitar Cotización Gratis", href: "tel:+56950949975" },
|
||||
{ text: "Solicita Cotización", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -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,22 @@ 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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg?_wi=3", imageAlt: "Transporte de materiales"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -170,13 +169,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Juan Martínez", 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=2"},
|
||||
id: "1", name: "Juan Martínez", 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=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "María Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg?_wi=2"},
|
||||
id: "2", name: "María Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-standing-repair-garage_1170-1532.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carlos López", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2"},
|
||||
id: "3", name: "Carlos López", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Patricia Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg?_wi=2"},
|
||||
id: "4", name: "Patricia Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/formal-clothing-is-compulsory-this-job_329181-11481.jpg?_wi=2"
|
||||
},
|
||||
]}
|
||||
cardTitle="Más de 160 clientes confían en Ferretería El Nico para sus proyectos de construcción"
|
||||
cardTag="Testimonios de Clientes Reales"
|
||||
@@ -221,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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user