Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-08 00:11:09 +00:00
2 changed files with 15 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -99,15 +99,21 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Classic Haircut", description: "Professional precision cuts with attention to detail. Our barbers use traditional techniques combined with modern styling to deliver the perfect cut every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-comb_23-2149220591.jpg"
title: "Classic Haircut", description: "Professional precision cuts with attention to detail. Our barbers use traditional techniques combined with modern styling to deliver the perfect cut every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-comb_23-2149220591.jpg", buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: 2,
title: "Straight Razor Shave", description: "Experience the ultimate shaving ritual. Our master barbers use premium products and traditional straight razor techniques for a close, comfortable shave.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg"
title: "Straight Razor Shave", description: "Experience the ultimate shaving ritual. Our master barbers use premium products and traditional straight razor techniques for a close, comfortable shave.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg", buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: 3,
title: "Hair Styling & Grooming", description: "Custom styling with premium products. Whether it's a special event or everyday look, we'll help you achieve your ideal style with expert consultation.", imageSrc: "http://img.b2bpic.net/free-photo/process-making-afro-curly-hair_8353-11424.jpg"
title: "Hair Styling & Grooming", description: "Custom styling with premium products. Whether it's a special event or everyday look, we'll help you achieve your ideal style with expert consultation.", imageSrc: "http://img.b2bpic.net/free-photo/process-making-afro-curly-hair_8353-11424.jpg", buttons: [
{ text: "Learn More", href: "#contact" }
]
}
]}
/>