Merge version_2 into main #4
1425
src/app/layout.tsx
1425
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -67,7 +67,8 @@ export default function HomePage() {
|
||||
brandName="Coiffure Shades"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now", href: "#booking"}}
|
||||
text: "Book Now", href: "#booking"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,19 +88,24 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "fade haircut close-up professional barber"},
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "fade haircut close-up professional barber"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121966.jpg", imageAlt: "modern barbershop interior warm lighting"},
|
||||
"http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121966.jpg", imageAlt: "modern barbershop interior warm lighting"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/strict-young-male-barber-wearing-uniform-holding-hair-clippers-showing-stop-gesture-isolated-yellow-background_141793-119277.jpg", imageAlt: "barber working client satisfied happy"},
|
||||
"http://img.b2bpic.net/free-photo/strict-young-male-barber-wearing-uniform-holding-hair-clippers-showing-stop-gesture-isolated-yellow-background_141793-119277.jpg", imageAlt: "barber working client satisfied happy"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-cute-smiling-boy-getting-haircut-against-brick-wall_613910-19679.jpg", imageAlt: "kids haircut barbershop friendly environment"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-cute-smiling-boy-getting-haircut-against-brick-wall_613910-19679.jpg", imageAlt: "kids haircut barbershop friendly environment"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hairstylist-combing-customer-beard_23-2148256922.jpg", imageAlt: "barber beard styling grooming expertise"},
|
||||
"http://img.b2bpic.net/free-photo/hairstylist-combing-customer-beard_23-2148256922.jpg", imageAlt: "barber beard styling grooming expertise"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,25 +141,29 @@ export default function HomePage() {
|
||||
id: "haircuts", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$25", subtitle: "Classic & Fade Haircuts", buttons: [{ text: "Book Service", href: "#booking" }],
|
||||
features: [
|
||||
"Professional haircuts", "Classic styles", "Fade expertise", "Quality service"],
|
||||
"Professional haircuts", "Classic styles", "Fade expertise", "Quality service"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "beards", badge: "Premium", badgeIcon: Award,
|
||||
price: "$20", subtitle: "Beard Trims & Shaping", buttons: [{ text: "Book Service", href: "#booking" }],
|
||||
features: [
|
||||
"Expert beard trimming", "Shaping & styling", "Attention to detail", "Professional care"],
|
||||
"Expert beard trimming", "Shaping & styling", "Attention to detail", "Professional care"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "kids", badge: "Family Friendly", badgeIcon: Heart,
|
||||
price: "$18", subtitle: "Kids Haircuts", buttons: [{ text: "Book Service", href: "#booking" }],
|
||||
features: [
|
||||
"Kid-friendly environment", "Patient service", "Quality cuts", "Fun experience"],
|
||||
"Kid-friendly environment", "Patient service", "Quality cuts", "Fun experience"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "styling", badge: "Special", badgeIcon: Sparkles,
|
||||
price: "$30", subtitle: "Advanced Styling", buttons: [{ text: "Book Service", href: "#booking" }],
|
||||
features: [
|
||||
"Custom styling", "Color work", "Texture services", "Expert consultation"],
|
||||
"Custom styling", "Color work", "Texture services", "Expert consultation"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -173,13 +183,16 @@ export default function HomePage() {
|
||||
members={[
|
||||
{
|
||||
id: "king", name: "King", role: "Master Barber", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg?_wi=1", imageAlt: "King - Master Barber"},
|
||||
"http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg?_wi=1", imageAlt: "King - Master Barber"
|
||||
},
|
||||
{
|
||||
id: "mark", name: "Mark", role: "Senior Barber", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sucessful-bearded-businessman-white-shirt-is-posing-dark-photo-studio_613910-17276.jpg?_wi=1", imageAlt: "Mark - Senior Barber"},
|
||||
"http://img.b2bpic.net/free-photo/sucessful-bearded-businessman-white-shirt-is-posing-dark-photo-studio_613910-17276.jpg?_wi=1", imageAlt: "Mark - Senior Barber"
|
||||
},
|
||||
{
|
||||
id: "alanna", name: "Alanna", role: "Style Specialist", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/impressed-young-female-barber-uniform-holding-hair-clippers-putting-fingers-temples-isolated-olive-green-wall_141793-83059.jpg?_wi=1", imageAlt: "Alanna - Style Specialist"},
|
||||
"http://img.b2bpic.net/free-photo/impressed-young-female-barber-uniform-holding-hair-clippers-putting-fingers-temples-isolated-olive-green-wall_141793-83059.jpg?_wi=1", imageAlt: "Alanna - Style Specialist"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,22 +211,28 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "fade-1", name: "Sharp Fade", price: "Classic Style", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167440.jpg?_wi=1", imageAlt: "Sharp fade haircut"},
|
||||
"http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167440.jpg?_wi=1", imageAlt: "Sharp fade haircut"
|
||||
},
|
||||
{
|
||||
id: "fade-2", name: "Clean Lines", price: "Premium Cut", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4664.jpg?_wi=1", imageAlt: "Clean fade lines"},
|
||||
"http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4664.jpg?_wi=1", imageAlt: "Clean fade lines"
|
||||
},
|
||||
{
|
||||
id: "fade-3", name: "Precision Work", price: "Expert Style", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-serious-man-getting-ready-new-look_23-2148256983.jpg?_wi=1", imageAlt: "Precision fade work"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-serious-man-getting-ready-new-look_23-2148256983.jpg?_wi=1", imageAlt: "Precision fade work"
|
||||
},
|
||||
{
|
||||
id: "fade-4", name: "Modern Fade", price: "Contemporary Cut", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/abstract-blue-gray-wave-transparent-background_1017-13896.jpg", imageAlt: "Modern fade haircut"},
|
||||
"http://img.b2bpic.net/free-vector/abstract-blue-gray-wave-transparent-background_1017-13896.jpg", imageAlt: "Modern fade haircut"
|
||||
},
|
||||
{
|
||||
id: "fade-5", name: "Signature Style", price: "Signature", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg?_wi=1", imageAlt: "Signature fade style"},
|
||||
"http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg?_wi=1", imageAlt: "Signature fade style"
|
||||
},
|
||||
{
|
||||
id: "fade-6", name: "Expert Cut", price: "Professional", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/blue-background-with-lines-as-rays_1017-8422.jpg", imageAlt: "Expert barbershop cut"},
|
||||
"http://img.b2bpic.net/free-vector/blue-background-with-lines-as-rays_1017-8422.jpg", imageAlt: "Expert barbershop cut"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,29 +250,35 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "James Rodriguez", role: "Regular Client", company: "5-Year Customer", rating: 5,
|
||||
id: "testimonial-1", name: "James Rodriguez", role: "Regular Client", company: "Loyal Since 2020 – Refers Friends", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Satisfied Customer", company: "Professional", rating: 5,
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Satisfied Customer", company: "Trusted Since 2019 – Recommends Us", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1", imageAlt: "Michael Chen testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1", imageAlt: "Michael Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "David Thompson", role: "Long-time Client", company: "Loyal Member", rating: 5,
|
||||
id: "testimonial-3", name: "David Thompson", role: "Long-time Client", company: "3-Year Loyal Customer – Brings Family", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg?_wi=1", imageAlt: "David Thompson testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg?_wi=1", imageAlt: "David Thompson testimonial"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Christopher Lee", role: "Regular", company: "Returning Client", rating: 5,
|
||||
id: "testimonial-4", name: "Christopher Lee", role: "Regular", company: "Customer Since 2021 – Promotes Our Shop", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-pretty-woman-working-laptop-home_1163-3999.jpg?_wi=1", imageAlt: "Christopher Lee testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-pretty-woman-working-laptop-home_1163-3999.jpg?_wi=1", imageAlt: "Christopher Lee testimonial"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Anthony Martinez", role: "Valued Customer", company: "Trusted Barber Shop", rating: 5,
|
||||
id: "testimonial-5", name: "Anthony Martinez", role: "Valued Customer", company: "Loyal Since 2018 – Trusted Friend", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1", imageAlt: "Anthony Martinez testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1", imageAlt: "Anthony Martinez testimonial"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Robert Jackson", role: "Client", company: "Community Member", rating: 5,
|
||||
id: "testimonial-6", name: "Robert Jackson", role: "Client", company: "Loyal Since 2022 – Part of Our Family", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-curly-woman-with-lgbt-flag_23-2149123940.jpg?_wi=1", imageAlt: "Robert Jackson testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-curly-woman-with-lgbt-flag_23-2149123940.jpg?_wi=1", imageAlt: "Robert Jackson testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,4 +304,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user