Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user