14 Commits

Author SHA1 Message Date
9db5935617 Merge version_5 into main
Merge version_5 into main
2026-04-02 01:22:45 +00:00
69421c9775 Update src/app/page.tsx 2026-04-02 01:22:42 +00:00
eb093ca743 Merge version_4 into main
Merge version_4 into main
2026-04-02 01:16:53 +00:00
7a8d94dd98 Update theme fonts 2026-04-02 01:16:50 +00:00
96832cd3b7 Update theme fonts 2026-04-02 01:16:50 +00:00
bb3aee3fc5 Merge version_4 into main
Merge version_4 into main
2026-04-02 01:11:31 +00:00
c461251bd0 Update theme fonts 2026-04-02 01:11:25 +00:00
0707e231fc Update theme fonts 2026-04-02 01:11:24 +00:00
e5c7d9e8ae Merge version_4 into main
Merge version_4 into main
2026-04-02 01:11:06 +00:00
79efedd707 Update theme fonts 2026-04-02 01:11:03 +00:00
c6eeff7335 Update theme fonts 2026-04-02 01:11:03 +00:00
8aa20a869b Merge version_4 into main
Merge version_4 into main
2026-04-02 01:09:15 +00:00
14fd6d2b0a Update src/app/page.tsx 2026-04-02 01:09:09 +00:00
49721174d3 Merge version_3 into main
Merge version_3 into main
2026-04-02 00:22:48 +00:00
3 changed files with 40 additions and 34 deletions

View File

@@ -6,6 +6,8 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
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";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -19,14 +21,17 @@ export const metadata: Metadata = {
}, },
}; };
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -36,7 +41,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}> <body className={`${inter.variable} ${openSans.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -28,10 +28,11 @@ 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: "About Us", id: "about" },
{ name: "Servicios", id: "features" }, { name: "Services", id: "features" },
{ name: "Contacto", id: "contact" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]} ]}
brandName="Hacienda Llantera" brandName="Hacienda Llantera"
/> />
@@ -40,10 +41,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Hacienda Llantera" logoText="Hacienda Llantera"
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." description="Your safety on the road is our top priority. Located at 1550 N Rancho Dr, Las Vegas, NV 89106. Open every day from 8:00 AM to 8:00 PM."
buttons={[ buttons={[
{ text: "Llamar ahora: +1 (702) 333-0024", href: "tel:+17023330024" }, { text: "Call Now: (702) 333-0024", href: "tel:+17023330024" },
{ 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="Hacienda Llantera Service" imageAlt="Hacienda Llantera Service"
@@ -54,15 +55,15 @@ export default function LandingPage() {
<SplitAbout <SplitAbout
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Expertos en Cuidado Automotriz" title="Experts in Automotive Care"
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." description="At Hacienda Llantera, we combine experience and technology to ensure maximum performance for your vehicle in Las Vegas. Our commitment is your satisfaction and safety on every journey."
bulletPoints={[ bulletPoints={[
{ title: "Horario Extendido", description: "De 8:00 AM a 8:00 PM, todos los días." }, { title: "Daily Schedule", description: "Complete attention from 8:00 AM to 8:00 PM." },
{ title: "Ubicación Conveniente", description: "1550 N Rancho Dr, Las Vegas, NV 89106." }, { title: "Strategic Location", 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: "Direct Contact", description: "Call us today at (702) 333-0024." },
]} ]}
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="Sobre Nosotros" imageAlt="About Us"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -74,12 +75,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 Changes", description: "Expert installation, balancing, and rotation for safe driving.", 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: "2", title: "Professional Alignment", description: "Precise steering adjustments to prevent premature wear.", 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: "3", title: "Extended Hours", description: "We are at your disposal every day from 8 AM to 8 PM.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4" },
]} ]}
title="Nuestros Servicios" title="Our Services"
description="Soluciones completas para tu vehículo con la calidad de Hacienda Llantera." description="Superior quality, speed, and total trust for your car."
/> />
</div> </div>
@@ -89,11 +90,11 @@ 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: "María G.", handle: "@LasVegasDriver", testimonial: "The extended hours at this shop are incredible. They saved my day after an issue at work.", 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: "Carlos V.", handle: "@RanchoLocal", testimonial: "Impeccable and honest service. I always take my two vehicles here for the quality of their alignment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg" },
]} ]}
title="Opiniones de nuestros clientes" title="Client Reviews"
description="Tu seguridad es nuestra mayor recompensa." description="Your trust is our greatest priority."
/> />
</div> </div>
@@ -101,11 +102,11 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Contacto" tag="Contact"
title="¿Necesitas asistencia?" title="Visit Us on Rancho Dr"
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 at 1550 N Rancho Dr, Las Vegas. Call us at (702) 333-0024 from 8:00 AM to 8:00 PM for appointments or questions."
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="Contacto Hacienda Llantera" imageAlt="Contact Hacienda Llantera"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -113,7 +114,7 @@ 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: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Services", href: "#features" }, { label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
]} ]}
logoText="Hacienda Llantera" logoText="Hacienda Llantera"
/> />

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-open-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-montserrat), sans-serif; font-family: var(--font-inter), sans-serif;
} }