Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf22eb760 | |||
| ae4e74ce82 | |||
| 755c80e8ac | |||
| fbe3707652 | |||
| 7580d73d68 | |||
| 7d1260765d |
@@ -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,
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -235,7 +224,6 @@ export default function LandingPage() {
|
|||||||
title: "Servicios", items: [
|
title: "Servicios", items: [
|
||||||
{ label: "Venta de Materiales", href: "#services" },
|
{ label: "Venta de Materiales", href: "#services" },
|
||||||
{ label: "Entrega a Domicilio", href: "#services" },
|
{ label: "Entrega a Domicilio", href: "#services" },
|
||||||
{ label: "Asesoría Especializada", href: "#services" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user