Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,8 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-a5kdlg83.png?_wi=1", imageAlt: "Close-up of a precision fade haircut"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313017.jpg", imageAlt: "Detail of a luxury barber chair"}
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-dq8l2bsf.png", imageAlt: "Close-up of a barber shaving a man's chin"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.5}
|
||||
@@ -81,11 +82,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Glen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Smiling client Glen"},
|
||||
{
|
||||
id: "2", name: "Kojo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-glasses-showing-thumb-up-gray-wall_231208-7813.jpg", imageAlt: "Satisfied client Michael Chen"},
|
||||
id: "2", name: "Kojo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png", imageAlt: "Satisfied client Kojo"},
|
||||
{
|
||||
id: "3", name: "Richard", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7365.jpg", imageAlt: "Happy client Emily Rodriguez"},
|
||||
id: "3", name: "Richard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png", imageAlt: "Happy client Richard"},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", imageAlt: "Loyal client David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Loyal client David Kim"},
|
||||
{
|
||||
id: "5", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/happiness-concept-glad-positive-afro-american-man-with-trendy-hairstyle-poses-naked_273609-8552.jpg", imageAlt: "Client James Williams"}
|
||||
]}
|
||||
@@ -103,28 +104,34 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "fade", label: "Precision", title: "Signature Fade", items: [
|
||||
"Sharp blends", "Detailed finishing", "Flawless line work"],
|
||||
"Sharp blends", "Detailed finishing", "Flawless line work", "Price: £25"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "beard", label: "Grooming", title: "Beard Sculpt & Line-Up", items: [
|
||||
"Clean shaping", "Razor precision"],
|
||||
"Clean shaping", "Razor precision", "Price: £15"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "afro", label: "Specialization", title: "Afro & Textured Hair Specialists", items: [
|
||||
"Experienced with all textures", "Variety of styles"],
|
||||
"Experienced with all textures", "Variety of styles", "Price: £30"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "kids", label: "Family", title: "Kids Cuts", items: [
|
||||
"Patient, professional service", "Clean finishes"],
|
||||
"Patient, professional service", "Clean finishes", "Price: £20"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "express", label: "Convenience", title: "Walk-In Express Trim", items: [
|
||||
"Quick service", "No compromise on quality"],
|
||||
"Quick service", "No compromise on quality", "Price: £18"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "full-groom", label: "Complete Look", title: "Full Grooming Experience", items: [
|
||||
"Haircut + beard service", "Personalized styling"],
|
||||
},
|
||||
"Haircut + beard service", "Personalized styling", "Price: £40"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="From classic fades to specialized textured cuts, our expert barbers deliver unparalleled quality and style tailored to you."
|
||||
@@ -152,13 +159,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "gallery-2", name: "Transformation", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg", imageAlt: "Before and after haircut transformation"},
|
||||
{
|
||||
id: "gallery-3", name: "Beard Work", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-beard-close-up_23-2148465260.jpg", imageAlt: "Detailed beard shaping"},
|
||||
id: "gallery-3", name: "Beard Work", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Detailed beard shaping"},
|
||||
{
|
||||
id: "gallery-4", name: "Textured Hair", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/young-male-doing-selfcare-routine_23-2149291871.jpg", imageAlt: "Specialized textured hair cut"},
|
||||
id: "gallery-4", name: "Textured Hair", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-a5kdlg83.png?_wi=1", imageAlt: "Specialized textured hair cut"},
|
||||
{
|
||||
id: "gallery-5", name: "Shop Vibe", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-eiw671cd.jpg?_wi=1", imageAlt: "Interior of the X Barbers shop"},
|
||||
{
|
||||
id: "gallery-6", name: "Line Up Detail", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-haircut-with-trimmer_23-2148256902.jpg", imageAlt: "Close-up of a sharp hairline"}
|
||||
id: "gallery-6", name: "Line Up Detail", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg", imageAlt: "Close-up of a sharp hairline"}
|
||||
]}
|
||||
title="Our Craft in Focus"
|
||||
description="Witness the artistry and precision that defines X Barbers. From sharp fades to intricate beard work, our gallery showcases our dedication to perfection."
|
||||
@@ -173,11 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "glen", name: "Glen", role: "Master Barber", description: "Known for precision fades and loyal returning clients who trust his impeccable skill and consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", imageAlt: "Portrait of Barber Glen"},
|
||||
id: "glen", name: "Glen", role: "Master Barber", description: "Known for precision fades and loyal returning clients who trust his impeccable skill and consistent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png", imageAlt: "Portrait of Master Barber Glen"},
|
||||
{
|
||||
id: "kojo", name: "Kojo", role: "Head Stylist", description: "Trusted for clean trims and detailed finishing, Kojo's artistry ensures every client leaves with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform-holding-hair-clippers-doing-yes-gesture_141793-117105.jpg", imageAlt: "Portrait of Barber Kojo"},
|
||||
{
|
||||
id: "richard", name: "Richard", role: "Precision Specialist", description: "With an eye for detail and mastery in beard sculpting, Richard delivers sharp lines and tailored looks.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-painting-brush_23-2149529894.jpg", imageAlt: "Portrait of Barber Richard"}
|
||||
id: "richard", name: "Richard", role: "Precision Specialist", description: "With an eye for detail and mastery in beard sculpting, Richard delivers sharp lines and tailored looks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png", imageAlt: "Portrait of Barber Richard"}
|
||||
]}
|
||||
title="Meet Our Master Barbers"
|
||||
description="Our skilled team is dedicated to perfection, bringing years of experience and a passion for crafting your ultimate style."
|
||||
@@ -224,8 +231,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13614.jpg"
|
||||
imageAlt="Cinematic view of X Barbers interior"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-a5kdlg83.png?_wi=1"
|
||||
imageAlt="Black man getting a fresh fade haircut"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/shampoo-conditioner-bottles-barbershop-against-wooden-background_627829-6244.jpg"
|
||||
logoText="X BARBERS"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user