Update src/app/page.tsx
This commit is contained in:
@@ -30,34 +30,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "/services" },
|
||||
{ name: "Galería", id: "/gallery" },
|
||||
{ name: "Reseñas", id: "/reviews" },
|
||||
{ name: "Contacto", id: "/contact" },
|
||||
]}
|
||||
brandName="Imperio"
|
||||
button={{
|
||||
text: "BOOK NOW", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city"}}
|
||||
button={{ text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Walk In. Transform. Walk Out Ready."
|
||||
description="Kansas City's premier barbershop — expert fades, beard work, and full grooming since 2019."
|
||||
title="Entra. Transfórmate. Sal Listo."
|
||||
description="La mejor barbería de Kansas City: cortes expertos, arreglos de barba y peluquería completa desde 2019."
|
||||
tag="Est. 2019"
|
||||
buttons={[
|
||||
{ text: "BOOK YOUR APPOINTMENT", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" },
|
||||
{ text: "VIEW OUR WORK", href: "#gallery" },
|
||||
{ text: "RESERVAR TU CITA", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" },
|
||||
{ text: "VER NUESTRO TRABAJO", href: "/gallery" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg", imageAlt: "Barber shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506341.jpg", imageAlt: "Barber work" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg", imageAlt: "Interior de la barbería" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506341.jpg", imageAlt: "Trabajo de barbero" }
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="4.7 Stars on Booksy"
|
||||
ratingText="4.7 Estrellas en Booksy"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,8 +64,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Built for Kansas City. Built to Last." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", alt: "Imperio Team" },
|
||||
{ type: "text", content: "Hecho para Kansas City. Hecho para durar." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", alt: "Equipo Imperio" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,29 +77,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Men's Haircut", description: "Classic cuts, modern styles, tapers, and textures.", icon: Scissors,
|
||||
title: "Corte de Caballero", description: "Cortes clásicos, estilos modernos, desvanecidos y texturas.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-painting-brush_23-2149529894.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Skin Fade", description: "Zero to seamless blend.", icon: Zap,
|
||||
title: "Skin Fade", description: "Desvanecido impecable desde cero.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138404.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-face-pores-texture_23-2149444101.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Beard Trim", description: "Shape, line, and define.", icon: User,
|
||||
title: "Arreglo de Barba", description: "Dale forma, perfila y define.", icon: User,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-shaving-his-beard-with-straight-razor-touching-his-neck-looking-side-isolated-olive-green-background_141793-85009.jpg" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Services We Provide"
|
||||
description="Expert grooming services in Kansas City."
|
||||
title="Nuestros Servicios"
|
||||
description="Servicios de peluquería expertos en Kansas City."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,7 +108,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Real feedback from our valued clients at Imperio."
|
||||
description="Opiniones reales de nuestros clientes en Imperio."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jorge Luis", handle: "Google Maps", testimonial: "El mejor servicio de Kansas City, muy profesional y atento a los detalles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-276.jpg" },
|
||||
{ id: "2", name: "Alvarezhermis", handle: "Google Maps", testimonial: "La calidad de los fades es increíble, regresaré siempre.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg" },
|
||||
@@ -118,7 +117,7 @@ export default function LandingPage() {
|
||||
{ id: "5", name: "Carlos V.", handle: "Google Maps", testimonial: "Excelente lugar para un corte de calidad en KCK.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Kansas City Is Saying"
|
||||
title="Lo que dice Kansas City"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,14 +126,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="We offer consistent quality."
|
||||
description="Ofrecemos calidad consistente."
|
||||
metrics={[
|
||||
{ id: "m1", icon: Scissors, title: "Expert Barbers", value: "5+ Years" },
|
||||
{ id: "m2", icon: MessageCircle, title: "Languages", value: "Eng/Esp" },
|
||||
{ id: "m3", icon: Calendar, title: "Open", value: "7 Days" },
|
||||
{ id: "m4", icon: Award, title: "Community", value: "Since 2019" },
|
||||
{ id: "m1", icon: Scissors, title: "Barberos Expertos", value: "5+ Años" },
|
||||
{ id: "m2", icon: MessageCircle, title: "Idiomas", value: "Ing/Esp" },
|
||||
{ id: "m3", icon: Calendar, title: "Abierto", value: "7 Días" },
|
||||
{ id: "m4", icon: Award, title: "Comunidad", value: "Desde 2019" },
|
||||
]}
|
||||
title="Why Kansas City Chooses Imperio"
|
||||
title="Por qué Kansas City elige Imperio"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,11 +141,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Your Best Look Is One Appointment Away"
|
||||
description="Book online in under 2 minutes. No call required."
|
||||
tag="Contáctanos"
|
||||
title="Tu mejor estilo está a una cita de distancia"
|
||||
description="Reserva online en menos de 2 minutos. No requiere llamada."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg"
|
||||
buttonText="BOOK ON BOOKSY"
|
||||
buttonText="RESERVAR EN BOOKSY"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,15 +153,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Imperio Barber & Salon LLC", items: [{ label: "939 Central Ave, Kansas City, KS 66101", href: "#" }, { label: "(913) 232-9779", href: "tel:9132329779" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Gallery", href: "/gallery" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sat: 9am-8pm", href: "#" }, { label: "Sun: 9am-5pm", href: "#" }] },
|
||||
{ title: "Enlaces Rápidos", items: [{ label: "Inicio", href: "/" }, { label: "Servicios", href: "/services" }, { label: "Galería", href: "/gallery" }] },
|
||||
{ title: "Horario", items: [{ label: "Lun-Sáb: 9am-8pm", href: "#" }, { label: "Dom: 9am-5pm", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://www.instagram.com/imperiokansascity/" }, { label: "Facebook", href: "https://www.facebook.com/p/Imperio-Barber-Salon-100069939092676/" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Imperio Barber & Salon LLC"
|
||||
bottomRightText="English & Spanish"
|
||||
bottomRightText="Inglés y Español"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user