Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -84,15 +84,15 @@ export default function BarberKingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Classic", title: "Haircut", subtitle: "Precision cuts for all styles", description: "Professional haircuts with attention to detail. Whether you prefer a classic look, modern fade, or trendy style, our barbers deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg", imageAlt: "Professional haircut"
|
||||
tag: "Classic", title: "Haircut", subtitle: "Precision cuts for all styles", description: "Professional haircuts with attention to detail. Whether you prefer a classic look, modern fade, or trendy style, our barbers deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg?_wi=1", imageAlt: "Professional haircut"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Grooming", title: "Beard Trim", subtitle: "Shape and maintain your beard", description: "Expert beard trimming and shaping. We focus on clean lines, proper proportions, and techniques that keep your beard looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg", imageAlt: "Professional beard trim"
|
||||
tag: "Grooming", title: "Beard Trim", subtitle: "Shape and maintain your beard", description: "Expert beard trimming and shaping. We focus on clean lines, proper proportions, and techniques that keep your beard looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg?_wi=1", imageAlt: "Professional beard trim"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Premium", title: "Haircut + Beard", subtitle: "Complete grooming package", description: "The complete grooming experience. Get your haircut and beard trimmed in one session for a polished, cohesive look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg", imageAlt: "Haircut and beard package"
|
||||
tag: "Premium", title: "Haircut + Beard", subtitle: "Complete grooming package", description: "The complete grooming experience. Get your haircut and beard trimmed in one session for a polished, cohesive look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg?_wi=1", imageAlt: "Haircut and beard package"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -109,9 +109,9 @@ export default function BarberKingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{ id: "1", name: "Modern Fade", price: "Expert Cut", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg", imageAlt: "Modern fade haircut" },
|
||||
{ id: "2", name: "Beard Styling", price: "Premium Grooming", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg", imageAlt: "Professional beard trim" },
|
||||
{ id: "3", name: "Classic Haircut", price: "Precision Cut", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg", imageAlt: "Classic men's haircut" },
|
||||
{ id: "1", name: "Modern Fade", price: "Expert Cut", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-barbershop-with-classic-styling_618663-34.jpg?_wi=2", imageAlt: "Modern fade haircut" },
|
||||
{ id: "2", name: "Beard Styling", price: "Premium Grooming", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg?_wi=2", imageAlt: "Professional beard trim" },
|
||||
{ id: "3", name: "Classic Haircut", price: "Precision Cut", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg?_wi=2", imageAlt: "Classic men's haircut" },
|
||||
{ id: "4", name: "Barbershop Interior", price: "Professional Space", imageSrc: "http://img.b2bpic.net/free-photo/barber-sprays-water-hair_1304-2775.jpg", imageAlt: "Barbershop interior" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user