Merge version_1 into main #2
@@ -26,41 +26,23 @@ 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: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Imperio"
|
||||
button={{
|
||||
text: "BOOK NOW",
|
||||
href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city",
|
||||
}}
|
||||
text: "BOOK NOW", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-body" data-section="contact-body">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Come See Us"
|
||||
description="939 Central Ave, Kansas City."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pov-diverse-men-hotel-lobby-meeting-abroad-create-new-parnership-collaborate-project-team-businessmen-attend-videocall-conference-together-lounge-area_482257-69534.jpg"
|
||||
@@ -75,30 +57,10 @@ export default function LandingPage() {
|
||||
title="Visit Details"
|
||||
description="Easy access, parking available."
|
||||
metrics={[
|
||||
{
|
||||
id: "ex-13",
|
||||
icon: MapPin,
|
||||
title: "Location",
|
||||
value: "Central",
|
||||
},
|
||||
{
|
||||
id: "ex-14",
|
||||
icon: Car,
|
||||
title: "Parking",
|
||||
value: "Easy",
|
||||
},
|
||||
{
|
||||
id: "ex-15",
|
||||
icon: Wifi,
|
||||
title: "Amenities",
|
||||
value: "Free",
|
||||
},
|
||||
{
|
||||
id: "ex-16",
|
||||
icon: Phone,
|
||||
title: "Support",
|
||||
value: "Active",
|
||||
},
|
||||
{ id: "ex-13", icon: MapPin, title: "Location", value: "Central" },
|
||||
{ id: "ex-14", icon: Car, title: "Parking", value: "Easy" },
|
||||
{ id: "ex-15", icon: Wifi, title: "Amenities", value: "Free" },
|
||||
{ id: "ex-16", icon: Phone, title: "Support", value: "Active" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,62 +68,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/imperiokansascity/",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/p/Imperio-Barber-Salon-100069939092676/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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: "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"
|
||||
|
||||
266
src/app/page.tsx
266
src/app/page.tsx
@@ -30,74 +30,31 @@ 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: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Imperio"
|
||||
button={{
|
||||
text: "BOOK NOW",
|
||||
href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city",
|
||||
}}
|
||||
text: "BOOK NOW", 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",
|
||||
}}
|
||||
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."
|
||||
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: "BOOK YOUR APPOINTMENT", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" },
|
||||
{ text: "VIEW OUR WORK", href: "#gallery" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg?_wi=1",
|
||||
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/man-getting-his-beard-shaved-with-razor_107420-94764.jpg",
|
||||
imageAlt: "Man getting his beard shaved",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg",
|
||||
imageAlt: "Young man at the barber shop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg",
|
||||
imageAlt: "Man at hair salon",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="4.7 Stars on Booksy"
|
||||
@@ -108,15 +65,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: "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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,50 +78,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Men's Haircut",
|
||||
description: "Classic cuts, modern styles, tapers, and textures.",
|
||||
icon: Scissors,
|
||||
title: "Men's Haircut", description: "Classic cuts, modern styles, tapers, and textures.", 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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg?_wi=2",
|
||||
imageAlt: "classic men haircut fade",
|
||||
{ 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: "Zero to seamless blend.", 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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=1",
|
||||
imageAlt: "classic men haircut fade",
|
||||
{ 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: "Beard Trim", description: "Shape, line, and 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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122002.jpg?_wi=1",
|
||||
imageAlt: "classic men haircut fade",
|
||||
},
|
||||
{ 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."
|
||||
@@ -183,47 +109,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Our customers love our service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jorge Luis",
|
||||
handle: "Google",
|
||||
testimonial: "Buen ambiente y buenos estilistas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alvarezhermis",
|
||||
handle: "Google",
|
||||
testimonial: "Todo bien, muy amables y profesionales.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Client",
|
||||
handle: "Google",
|
||||
testimonial: "Great experience, highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-276.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client",
|
||||
handle: "Google",
|
||||
testimonial: "Best fade in Kansas City.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client",
|
||||
handle: "Google",
|
||||
testimonial: "Professional and clean space.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg",
|
||||
},
|
||||
{ id: "1", name: "Jorge Luis", handle: "Google", testimonial: "Buen ambiente y buenos estilistas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg" },
|
||||
{ id: "2", name: "Alvarezhermis", handle: "Google", testimonial: "Todo bien, muy amables y profesionales.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg" },
|
||||
{ id: "3", name: "Client", handle: "Google", testimonial: "Great experience, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-276.jpg" },
|
||||
{ id: "4", name: "Client", handle: "Google", testimonial: "Best fade in Kansas City.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg" },
|
||||
{ id: "5", name: "Client", handle: "Google", testimonial: "Professional and clean space.", 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"
|
||||
@@ -235,31 +127,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="We offer consistent quality."
|
||||
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: "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" },
|
||||
]}
|
||||
title="Why Kansas City Chooses Imperio"
|
||||
/>
|
||||
@@ -268,9 +141,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Your Best Look Is One Appointment Away"
|
||||
description="Book online in under 2 minutes. No call required."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg"
|
||||
@@ -281,62 +153,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/imperiokansascity/",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/p/Imperio-Barber-Salon-100069939092676/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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: "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"
|
||||
|
||||
@@ -26,32 +26,15 @@ 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: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Imperio"
|
||||
button={{
|
||||
text: "BOOK NOW",
|
||||
href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city",
|
||||
}}
|
||||
text: "BOOK NOW", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,47 +43,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Our customers love our service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Jorge Luis",
|
||||
handle: "Google",
|
||||
testimonial: "Great place.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg",
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Alvarez",
|
||||
handle: "Google",
|
||||
testimonial: "Very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg",
|
||||
},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Carlos",
|
||||
handle: "Google",
|
||||
testimonial: "Excellent service and atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg",
|
||||
},
|
||||
{
|
||||
id: "r4",
|
||||
name: "Maria",
|
||||
handle: "Google",
|
||||
testimonial: "My son loves his new haircut.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg",
|
||||
},
|
||||
{
|
||||
id: "r5",
|
||||
name: "David",
|
||||
handle: "Google",
|
||||
testimonial: "Top notch professionalism.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg",
|
||||
},
|
||||
{ id: "r1", name: "Jorge Luis", handle: "Google", testimonial: "Great place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg" },
|
||||
{ id: "r2", name: "Alvarez", handle: "Google", testimonial: "Very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg" },
|
||||
{ id: "r3", name: "Carlos", handle: "Google", testimonial: "Excellent service and atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg" },
|
||||
{ id: "r4", name: "Maria", handle: "Google", testimonial: "My son loves his new haircut.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg" },
|
||||
{ id: "r5", name: "David", handle: "Google", testimonial: "Top notch professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Kansas City Speaks"
|
||||
@@ -115,30 +64,10 @@ export default function LandingPage() {
|
||||
title="Our Standards"
|
||||
description="Kansas City's most trusted shop."
|
||||
metrics={[
|
||||
{
|
||||
id: "ex-9",
|
||||
icon: Star,
|
||||
title: "Google Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
{
|
||||
id: "ex-10",
|
||||
icon: ThumbsUp,
|
||||
title: "Satisfied",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
id: "ex-11",
|
||||
icon: Repeat,
|
||||
title: "Retention",
|
||||
value: "High",
|
||||
},
|
||||
{
|
||||
id: "ex-12",
|
||||
icon: MessageSquare,
|
||||
title: "Feedback",
|
||||
value: "Active",
|
||||
},
|
||||
{ id: "ex-9", icon: Star, title: "Google Rating", value: "4.9" },
|
||||
{ id: "ex-10", icon: ThumbsUp, title: "Satisfied", value: "99%" },
|
||||
{ id: "ex-11", icon: Repeat, title: "Retention", value: "High" },
|
||||
{ id: "ex-12", icon: MessageSquare, title: "Feedback", value: "Active" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,62 +75,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/imperiokansascity/",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/p/Imperio-Barber-Salon-100069939092676/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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: "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"
|
||||
|
||||
@@ -26,32 +26,15 @@ 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: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Imperio"
|
||||
button={{
|
||||
text: "BOOK NOW",
|
||||
href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city",
|
||||
}}
|
||||
text: "BOOK NOW", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,35 +45,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Full Grooming Package",
|
||||
description: "Haircut + beard + hot towel + razor.",
|
||||
icon: Crown,
|
||||
title: "Full Grooming Package", description: "Haircut + beard + hot towel + razor.", 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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg?_wi=3",
|
||||
imageAlt: "full grooming package luxury",
|
||||
{ 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: "Straight Razor Shave", description: "Old school luxury.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122002.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=2",
|
||||
imageAlt: "full grooming package luxury",
|
||||
},
|
||||
{ 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."
|
||||
@@ -105,30 +72,10 @@ export default function LandingPage() {
|
||||
title="Why Book With Us"
|
||||
description="We prioritize quality, hygiene, and your time."
|
||||
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: "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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,62 +83,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/imperiokansascity/",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/p/Imperio-Barber-Salon-100069939092676/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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: "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"
|
||||
|
||||
Reference in New Issue
Block a user