Update src/app/services/page.tsx
This commit is contained in:
@@ -26,15 +26,14 @@ 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>
|
||||
|
||||
@@ -45,22 +44,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Full Grooming Package", description: "Haircut + beard + hot towel + razor.", icon: Crown,
|
||||
title: "Paquete de Peluquería Completo", description: "Corte + barba + toalla caliente + rasurado.", icon: Crown,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wallpaper-pattern-wooden-background-job-career-concept_53876-143260.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Straight Razor Shave", description: "Old school luxury.", icon: Scissors,
|
||||
title: "Rasurado con Navaja", description: "Lujo de la vieja escuela.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122002.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Excellence in Every Cut"
|
||||
description="Full grooming services at 939 Central Ave."
|
||||
title="Excelencia en cada corte"
|
||||
description="Servicios de peluquería en 939 Central Ave."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,13 +68,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Why Book With Us"
|
||||
description="We prioritize quality, hygiene, and your time."
|
||||
title="¿Por qué reservar con nosotros?"
|
||||
description="Priorizamos la calidad, la higiene y tu tiempo."
|
||||
metrics={[
|
||||
{ id: "ex-1", icon: Clock, title: "Precision Work", value: "45 Min" },
|
||||
{ id: "ex-2", icon: Smile, title: "Client Care", value: "High" },
|
||||
{ id: "ex-3", icon: ShieldCheck, title: "Cleanliness", value: "100%" },
|
||||
{ id: "ex-4", icon: Coffee, title: "Experience", value: "Elite" },
|
||||
{ id: "ex-1", icon: Clock, title: "Trabajo de Precisión", value: "45 Min" },
|
||||
{ id: "ex-2", icon: Smile, title: "Atención al Cliente", value: "Alta" },
|
||||
{ id: "ex-3", icon: ShieldCheck, title: "Limpieza", value: "100%" },
|
||||
{ id: "ex-4", icon: Coffee, title: "Experiencia", value: "Elite" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,15 +83,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