Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 00:08:09 +00:00

View File

@@ -33,39 +33,23 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="In The Cut Barbershop"
button={{
text: "Call Now",
href: "tel:+12165482498",
}}
text: "Call Now", href: "tel:+12165482498"}}
/>
</div>
@@ -75,11 +59,9 @@ export default function LandingPage() {
description="Cleveland's Finest Cut. Experience luxury grooming rooted in the neighborhood. 5.0 ⭐ · 101 Reviews"
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg"
imageAlt="Luxurious barber chair in a dark, modern barbershop interior"
showDimOverlay={true}
/>
@@ -93,82 +75,27 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "haircut",
name: "Haircut",
price: "$35",
imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg",
imageAlt: "Barber giving a precision haircut",
},
id: "haircut", name: "Haircut", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg", imageAlt: "Barber giving a precision haircut"},
{
id: "buzz-cut",
name: "Buzz Cut",
price: "$25",
imageSrc: "http://img.b2bpic.net/free-photo/focus-developer-typing-code-computer-close-up-shot-face_482257-111773.jpg",
imageAlt: "Man receiving a buzz cut",
},
id: "buzz-cut", name: "Buzz Cut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/focus-developer-typing-code-computer-close-up-shot-face_482257-111773.jpg", imageAlt: "Man receiving a buzz cut"},
{
id: "beard-trim",
name: "Beard Trim",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg",
imageAlt: "Barber trimming a man's beard",
},
id: "beard-trim", name: "Beard Trim", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg", imageAlt: "Barber trimming a man's beard"},
{
id: "beard-lineup",
name: "Beard Line Up",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg",
imageAlt: "Barber performing a sharp beard line up with a razor",
},
id: "beard-lineup", name: "Beard Line Up", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Barber performing a sharp beard line up with a razor"},
{
id: "hair-shapeup",
name: "Hair Shape Up",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-fixed-with-comb-hairdryer_23-2148256901.jpg",
imageAlt: "Close up of a barber shaping a hairline",
},
id: "hair-shapeup", name: "Hair Shape Up", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-fixed-with-comb-hairdryer_23-2148256901.jpg", imageAlt: "Close up of a barber shaping a hairline"},
{
id: "long-haircut",
name: "Long Haircut",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying-with-rosary_23-2149300805.jpg",
imageAlt: "Barber cutting long hair with scissors",
},
id: "long-haircut", name: "Long Haircut", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying-with-rosary_23-2149300805.jpg", imageAlt: "Barber cutting long hair with scissors"},
{
id: "scissor-cut",
name: "Scissor Cut",
price: "$40",
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-with-scissors_1153-1506.jpg",
imageAlt: "Barber expertly using scissors and comb",
},
id: "scissor-cut", name: "Scissor Cut", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-with-scissors_1153-1506.jpg", imageAlt: "Barber expertly using scissors and comb"},
{
id: "head-shave",
name: "Head Shave",
price: "$30",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-shaving-brush-with-foam-while-shaving_23-2148213389.jpg",
imageAlt: "Man receiving a head shave with a straight razor",
},
id: "head-shave", name: "Head Shave", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-shaving-brush-with-foam-while-shaving_23-2148213389.jpg", imageAlt: "Man receiving a head shave with a straight razor"},
{
id: "shave",
name: "Shave",
price: "$25",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-bathroom_23-2148271126.jpg",
imageAlt: "Man enjoying a hot towel shave",
},
id: "shave", name: "Shave", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-bathroom_23-2148271126.jpg", imageAlt: "Man enjoying a hot towel shave"},
{
id: "straight-razor-shave",
name: "Straight Razor Shave",
price: "$30",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-electric-shaver-with-copy-space_23-2148696620.jpg",
imageAlt: "Barber performing a classic straight razor shave",
},
id: "straight-razor-shave", name: "Straight Razor Shave", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-electric-shaver-with-copy-space_23-2148696620.jpg", imageAlt: "Barber performing a classic straight razor shave"},
{
id: "eyebrows",
name: "Eyebrows",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-artist-closing-his-eyes-with-brushes_114579-85720.jpg",
imageAlt: "Barber expertly shaping eyebrows",
},
id: "eyebrows", name: "Eyebrows", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-artist-closing-his-eyes-with-brushes_114579-85720.jpg", imageAlt: "Barber expertly shaping eyebrows"},
]}
title="Our Expert Services"
description="From a crisp fade to a luxurious straight razor shave, we've got you covered."
@@ -196,36 +123,14 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "barbers",
groupTitle: "Meet Our Talented Barbers",
members: [
id: "barbers", groupTitle: "Meet Our Talented Barbers", members: [
{
id: "barber-john",
title: "John 'The Blade' Doe",
subtitle: "Master Barber & Founder",
detail: "With over 15 years experience, John is a true artist with clippers and a razor. His precision and passion for grooming set the standard for In The Cut.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg",
imageAlt: "Portrait of a stylish male barber, John",
},
id: "barber-john", title: "John 'The Blade' Doe", subtitle: "Master Barber & Founder", detail: "With over 15 years experience, John is a true artist with clippers and a razor. His precision and passion for grooming set the standard for In The Cut.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg", imageAlt: "Portrait of a stylish male barber, John"},
{
id: "barber-jane",
title: "Jane 'The Stylist' Smith",
subtitle: "Lead Stylist",
detail: "Jane specializes in modern styles and intricate designs. Her creative approach ensures every client walks out with a look that truly expresses them.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-female-barber-uniform-holding-combs-spray-bottle-scissors-isolated-purple-wall-with-copy-space_141793-120073.jpg",
imageAlt: "Portrait of a confident female barber, Jane",
},
id: "barber-jane", title: "Jane 'The Stylist' Smith", subtitle: "Lead Stylist", detail: "Jane specializes in modern styles and intricate designs. Her creative approach ensures every client walks out with a look that truly expresses them.", imageSrc: "http://img.b2bpic.net/free-photo/confident-adult-female-barber-uniform-holding-combs-spray-bottle-scissors-isolated-purple-wall-with-copy-space_141793-120073.jpg", imageAlt: "Portrait of a confident female barber, Jane"},
{
id: "barber-mike",
title: "Mike 'Fresh Cuts' Johnson",
subtitle: "Junior Barber",
detail: "Mike brings fresh energy and a keen eye for detail. Known for his crisp fades and welcoming demeanor, he's quickly becoming a client favorite.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883563.jpg",
imageAlt: "Portrait of a young, energetic male barber, Mike",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg?_wi=2",
imageAlt: "stylish male barber smiling",
id: "barber-mike", title: "Mike 'Fresh Cuts' Johnson", subtitle: "Junior Barber", detail: "Mike brings fresh energy and a keen eye for detail. Known for his crisp fades and welcoming demeanor, he's quickly becoming a client favorite.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883563.jpg", imageAlt: "Portrait of a young, energetic male barber, Mike"},
]
},
]}
title="The Hands Behind The Craft"
@@ -240,45 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1",
name: "Marcus R.",
handle: "@Marcus_Cuts",
testimonial: "Always a consistent, top-tier cut. The barbers here pay attention to every detail, and the shop is spotless. Highly recommend for anyone in Cleveland!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-walking-playing-with-beagle-dog-park_176420-6443.jpg",
imageAlt: "Photo of Marcus R., a happy customer",
},
id: "testimonial-1", name: "Marcus R.", handle: "@Marcus_Cuts", testimonial: "Always a consistent, top-tier cut. The barbers here pay attention to every detail, and the shop is spotless. Highly recommend for anyone in Cleveland!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-walking-playing-with-beagle-dog-park_176420-6443.jpg", imageAlt: "Photo of Marcus R., a happy customer"},
{
id: "testimonial-2",
name: "Sophia G.",
handle: "@SophStyle",
testimonial: "Fantastic experience every time. The atmosphere is welcoming, and the team is incredibly skilled. Best beard trim I've ever had!",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-standing-horse-ranch_1157-25268.jpg",
imageAlt: "Photo of Sophia G., a satisfied client",
},
id: "testimonial-2", name: "Sophia G.", handle: "@SophStyle", testimonial: "Fantastic experience every time. The atmosphere is welcoming, and the team is incredibly skilled. Best beard trim I've ever had!", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-standing-horse-ranch_1157-25268.jpg", imageAlt: "Photo of Sophia G., a satisfied client"},
{
id: "testimonial-3",
name: "David L.",
handle: "@D_Lifestyle",
testimonial: "In The Cut delivers the freshest fades in town. They're quick, professional, and the shop always has good energy. My go-to spot!",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6316.jpg",
imageAlt: "Photo of David L., showing off his clean cut",
},
id: "testimonial-3", name: "David L.", handle: "@D_Lifestyle", testimonial: "In The Cut delivers the freshest fades in town. They're quick, professional, and the shop always has good energy. My go-to spot!", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6316.jpg", imageAlt: "Photo of David L., showing off his clean cut"},
{
id: "testimonial-4",
name: "Jessica M.",
handle: "@Jess_Reads",
testimonial: "Took my son here for his first real haircut and they were amazing with him. Patient, friendly, and he loved his new look. Will definitely be back!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg",
imageAlt: "Photo of Jessica M., a happy parent",
},
id: "testimonial-4", name: "Jessica M.", handle: "@Jess_Reads", testimonial: "Took my son here for his first real haircut and they were amazing with him. Patient, friendly, and he loved his new look. Will definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg", imageAlt: "Photo of Jessica M., a happy parent"},
{
id: "testimonial-5",
name: "Kevin H.",
handle: "@Kev_Fresh",
testimonial: "The precision and attention to detail are unmatched. From the cleanliness to the friendly staff, this barbershop truly offers a premium grooming experience.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
imageAlt: "Photo of Kevin H., a customer appreciating his new style",
},
id: "testimonial-5", name: "Kevin H.", handle: "@Kev_Fresh", testimonial: "The precision and attention to detail are unmatched. From the cleanliness to the friendly staff, this barbershop truly offers a premium grooming experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg", imageAlt: "Photo of Kevin H., a customer appreciating his new style"},
]}
title="What Our Clients Say"
description="Hear directly from our satisfied customers about their In The Cut experience. We pride ourselves on consistency, cleanliness, and crafting the sharpest looks."
@@ -290,25 +165,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "Do I need an appointment?",
content: "Appointments are highly recommended to ensure you get your desired time slot, but walk-ins are always welcome based on availability.",
},
id: "faq-1", title: "Do I need an appointment?", content: "Appointments are highly recommended to ensure you get your desired time slot, but walk-ins are always welcome based on availability."},
{
id: "faq-2",
title: "What payment methods do you accept?",
content: "We accept cash, all major credit cards, and mobile payment options like Apple Pay and Google Pay for your convenience.",
},
id: "faq-2", title: "What payment methods do you accept?", content: "We accept cash, all major credit cards, and mobile payment options like Apple Pay and Google Pay for your convenience."},
{
id: "faq-3",
title: "Are you kid-friendly?",
content: "Absolutely! We pride ourselves on creating a welcoming and comfortable environment for clients of all ages, including our younger patrons.",
},
id: "faq-3", title: "Are you kid-friendly?", content: "Absolutely! We pride ourselves on creating a welcoming and comfortable environment for clients of all ages, including our younger patrons."},
{
id: "faq-4",
title: "Do you offer complimentary beverages?",
content: "Yes, we offer a selection of complimentary beverages and pastries to enhance your grooming experience while you wait or during your service.",
},
id: "faq-4", title: "Do you offer complimentary beverages?", content: "Yes, we offer a selection of complimentary beverages and pastries to enhance your grooming experience while you wait or during your service."},
]}
sideTitle="Questions?"
sideDescription="Find quick answers to common questions about our services, booking, and shop policies."
@@ -325,27 +188,19 @@ export default function LandingPage() {
features={[
{
icon: Calendar,
title: "Book Online",
description: "Schedule your next appointment with ease using our online booking system.",
},
title: "Book Online", description: "Schedule your next appointment with ease using our online booking system."},
{
icon: Phone,
title: "Call Us Directly",
description: "Prefer to chat? Give us a call to book or for any inquiries: (216) 548-2498.",
},
title: "Call Us Directly", description: "Prefer to chat? Give us a call to book or for any inquiries: (216) 548-2498."},
{
icon: MapPin,
title: "Find Us",
description: "Visit us at 13338 Lorain Ave, Cleveland, OH 44111. Open late, closes 9 PM.",
},
title: "Find Us", description: "Visit us at 13338 Lorain Ave, Cleveland, OH 44111. Open late, closes 9 PM."},
]}
title="Ready for Your Next Cut?"
description="Don't wait! Secure your spot with Cleveland's finest barbers. Book your premium grooming experience today."
buttons={[
{
text: "Book Now",
href: "#",
},
text: "Book Now", href: "#"},
]}
/>
</div>
@@ -357,28 +212,17 @@ export default function LandingPage() {
description="Stop by for a fresh cut or reach out to us with any questions. We're open late to serve the Cleveland community."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone (Optional)",
required: false,
name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/japan-balloon_187299-33900.jpg"
@@ -393,66 +237,39 @@ export default function LandingPage() {
logoText="In The Cut Barbershop"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Haircuts",
href: "#services",
},
label: "Haircuts", href: "#services"},
{
label: "Beard Trims",
href: "#services",
},
label: "Beard Trims", href: "#services"},
{
label: "Shaves",
href: "#services",
},
label: "Shaves", href: "#services"},
{
label: "Eyebrows",
href: "#services",
},
label: "Eyebrows", href: "#services"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Vibe",
href: "#about",
},
label: "Our Vibe", href: "#about"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
{
label: "Testimonials",
href: "#reviews",
},
label: "Testimonials", href: "#reviews"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Book Now",
href: "#book-cta",
},
label: "Book Now", href: "#book-cta"},
{
label: "Call Us: (216) 548-2498",
href: "tel:+12165482498",
},
label: "Call Us: (216) 548-2498", href: "tel:+12165482498"},
{
label: "13338 Lorain Ave",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
label: "13338 Lorain Ave", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
label: "Cleveland, OH 44111",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
label: "Cleveland, OH 44111", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
],
},
]}