2 Commits

Author SHA1 Message Date
8b242e9063 Update src/app/page.tsx 2026-04-01 23:52:30 +00:00
f6c0207f36 Merge version_1 into main
Merge version_1 into main
2026-04-01 23:46:52 +00:00
2 changed files with 36 additions and 101 deletions

View File

@@ -4,6 +4,7 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
@@ -37,7 +38,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}> <body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Inicio", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Nosotros", name: "About Us", id: "about"},
id: "about",
},
{ {
name: "Servicios", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Contacto", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Llantera Hacienda" brandName="Llantera Hacienda"
/> />
@@ -52,16 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Llantera Hacienda" logoText="Llantera Hacienda"
description="Tu seguridad en el camino es nuestra prioridad. Ofrecemos los mejores neumáticos y servicios de mantenimiento automotriz en la región." description="Your safety on the road is our priority. We offer the best tires and automotive maintenance services in the region."
buttons={[ buttons={[
{ {
text: "Reservar Cita", text: "Book Appointment", href: "#contact"},
href: "#contact",
},
{ {
text: "Ver Servicios", text: "View Services", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=1"
imageAlt="Professional tire service" imageAlt="Professional tire service"
@@ -72,21 +60,15 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Calidad que nos respalda" title="Quality that backs us up"
description="Con más de 20 años de experiencia, en Llantera Hacienda combinamos tecnología de punta con la atención personalizada que tu vehículo merece." description="With over 20 years of experience, at Llantera Hacienda we combine cutting-edge technology with the personalized attention your vehicle deserves."
bulletPoints={[ bulletPoints={[
{ {
title: "Neumáticos de Primera", title: "Premium Tires", description: "Leading brands with full warranty."},
description: "Marcas líderes con garantía total.",
},
{ {
title: "Expertos en Frenos", title: "Brake Experts", description: "Guaranteed safety on every trip."},
description: "Seguridad garantizada en cada viaje.",
},
{ {
title: "Servicio Rápido", title: "Fast Service", description: "Your time is valuable, which is why we are efficient."},
description: "Tu tiempo es valioso, por eso somos eficientes.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367543.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367543.jpg"
imageAlt="Expert mechanics team" imageAlt="Expert mechanics team"
@@ -102,26 +84,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "1", id: "1", title: "Tire Replacement", description: "Professional installation and precise balancing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2"},
title: "Cambio de Neumáticos",
description: "Instalación profesional y balanceo preciso.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2",
},
{ {
id: "2", id: "2", title: "Alignment and Balancing", description: "For a smooth and safe drive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3"},
title: "Alineación y Balanceo",
description: "Para una conducción suave y segura.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3",
},
{ {
id: "3", id: "3", title: "Suspension Repair", description: "High-strength and durable components.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4"},
title: "Reparación de Suspensión",
description: "Componentes de alta resistencia y durabilidad.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4",
},
]} ]}
title="Servicios Especializados" title="Specialized Services"
description="Atención integral para mantener tu auto en óptimas condiciones." description="Comprehensive care to keep your car in optimal condition."
/> />
</div> </div>
@@ -132,43 +102,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "John Perez", handle: "@johnp", testimonial: "Excellent service, very fast and professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1"},
name: "Juan Pérez",
handle: "@juanp",
testimonial: "Excelente servicio, muy rápidos y profesionales.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Mary G.", handle: "@maryg", testimonial: "The best tire shop in town, very fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg"},
name: "María G.",
handle: "@mariag",
testimonial: "La mejor llantera de la ciudad, precios muy justos.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg",
},
{ {
id: "3", id: "3", name: "Charles Ruiz", handle: "@charlesr", testimonial: "Great attention, they explained everything in detail.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg"},
name: "Carlos Ruíz",
handle: "@carlosr",
testimonial: "Muy buena atención, me explicaron todo detalladamente.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg",
},
{ {
id: "4", id: "4", name: "Anne Lopez", handle: "@annelopez", testimonial: "Reliable and honest. My favorite place for car care.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142604.jpg"},
name: "Ana López",
handle: "@analopez",
testimonial: "Confiables y honestos. Mi lugar preferido para el auto.",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142604.jpg",
},
{ {
id: "5", id: "5", name: "Louis Mendoza", handle: "@louism", testimonial: "Very well-trained technical staff, they solve any problem.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=2"},
name: "Luis Mendoza",
handle: "@luism",
testimonial: "Personal técnico muy capacitado, resuelven cualquier problema.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=2",
},
]} ]}
title="Lo que dicen nuestros clientes" title="What our clients say"
description="La confianza de nuestros clientes es nuestro mejor sello de calidad." description="The trust of our customers is our best stamp of quality."
/> />
</div> </div>
@@ -176,11 +121,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}} tag="Contact"
tag="Contacto" title="Schedule your maintenance"
title="Agenda tu mantenimiento" description="We are ready to assist you. Leave us your details and we will contact you immediately."
description="Estamos listos para atenderte. Déjanos tus datos y nos comunicaremos contigo de inmediato."
imageSrc="http://img.b2bpic.net/free-photo/view-toolbox-machines_1170-1504.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-toolbox-machines_1170-1504.jpg"
imageAlt="Contact us today" imageAlt="Contact us today"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -193,29 +137,19 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Nosotros", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Servicios", label: "Services", href: "#features"},
href: "#features",
},
{ {
label: "Contacto", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Política de Privacidad", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Términos y Condiciones", label: "Terms and Conditions", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -225,4 +159,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }