5 Commits

Author SHA1 Message Date
5afb8a9b0f Update src/app/page.tsx 2026-04-02 00:22:42 +00:00
0aaa1e4492 Merge version_1 into main
Merge version_1 into main
2026-04-02 00:20:26 +00:00
8ba4bfedb6 Remove watermark 2026-04-02 00:20:23 +00:00
cafb77bd1f Switch to version 1: modified src/app/page.tsx 2026-04-01 23:53:55 +00:00
90ba88c5a3 Merge version_2 into main
Merge version_2 into main
2026-04-01 23:52:33 +00:00
2 changed files with 33 additions and 72 deletions

View File

@@ -4,7 +4,6 @@ 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";
@@ -38,7 +37,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

@@ -28,31 +28,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Inicio", id: "hero" },
name: "Home", id: "hero"}, { name: "Nosotros", id: "about" },
{ { name: "Servicios", id: "features" },
name: "About Us", id: "about"}, { name: "Contacto", id: "contact" },
{
name: "Services", id: "features"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Llantera Hacienda" brandName="Hacienda Llantera"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Llantera Hacienda" logoText="Hacienda Llantera"
description="Your safety on the road is our priority. We offer the best tires and automotive maintenance services in the region." description="Ubicados en 1550 N Rancho Dr, Las Vegas, NV 89106. Tu seguridad en el camino es nuestra prioridad. Abierto todos los días de 8:00 AM a 8:00 PM."
buttons={[ buttons={[
{ { text: "Llamar ahora: +1 (702) 333-0024", href: "tel:+17023330024" },
text: "Book Appointment", href: "#contact"}, { text: "Ver Servicios", href: "#features" },
{
text: "View Services", 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="Hacienda Llantera Service"
/> />
</div> </div>
@@ -60,18 +54,15 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Quality that backs us up" title="Expertos en Cuidado Automotriz"
description="With over 20 years of experience, at Llantera Hacienda we combine cutting-edge technology with the personalized attention your vehicle deserves." description="En Hacienda Llantera, estamos comprometidos a ofrecerte el mejor servicio de neumáticos y mecánica en Las Vegas. Con años de experiencia y un horario flexible, siempre estamos listos para ayudarte."
bulletPoints={[ bulletPoints={[
{ { title: "Horario Extendido", description: "De 8:00 AM a 8:00 PM, todos los días." },
title: "Premium Tires", description: "Leading brands with full warranty."}, { title: "Ubicación Conveniente", description: "1550 N Rancho Dr, Las Vegas, NV 89106." },
{ { title: "Atención Personalizada", description: "Llámanos al +1 (702) 333-0024 para cualquier duda." },
title: "Brake Experts", description: "Guaranteed safety on every trip."},
{
title: "Fast Service", description: "Your time is valuable, which is why we are efficient."},
]} ]}
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="Sobre Nosotros"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -83,15 +74,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { id: "1", title: "Cambio de Llantas", description: "Instalación y balanceo profesional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2" },
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"}, { id: "2", title: "Alineación", description: "Mantén tu dirección precisa.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3" },
{ { id: "3", title: "Reparaciones Rápidas", description: "Servicio de 8 AM a 8 PM diario.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4" },
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"},
{
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="Specialized Services" title="Nuestros Servicios"
description="Comprehensive care to keep your car in optimal condition." description="Soluciones completas para tu vehículo con la calidad de Hacienda Llantera."
/> />
</div> </div>
@@ -101,32 +89,23 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Cliente Local", handle: "@lasvegas", testimonial: "El horario de 8 a 8 me salvó de un apuro. ¡Muy recomendados!", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=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"}, { id: "2", name: "Servicio", handle: "@rancho", testimonial: "Profesionales y atentos. Siempre llevo mi auto aquí.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg" },
{
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"},
{
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"},
{
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"},
{
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"},
]} ]}
title="What our clients say" title="Opiniones de nuestros clientes"
description="The trust of our customers is our best stamp of quality." description="Tu seguridad es nuestra mayor recompensa."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "plain" }}
variant: "plain"}} tag="Contacto"
tag="Contact" title="¿Necesitas asistencia?"
title="Schedule your maintenance" description="Estamos ubicados en 1550 N Rancho Dr, Las Vegas, NV 89106. Llámanos al +1 (702) 333-0024 durante nuestro horario de 8:00 AM a 8:00 PM."
description="We are ready to assist you. Leave us your details and we will contact you immediately."
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="Contacto Hacienda Llantera"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -134,26 +113,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Nosotros", href: "#about" }, { label: "Servicios", href: "#features" }, { label: "Contacto", href: "#contact" }] },
items: [
{
label: "About Us", href: "#about"},
{
label: "Services", href: "#features"},
{
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms and Conditions", href: "#"},
],
},
]} ]}
logoText="Llantera Hacienda" logoText="Hacienda Llantera"
/> />
</div> </div>
</ReactLenis> </ReactLenis>