10 Commits

Author SHA1 Message Date
3da3835b6c Merge version_3 into main
Merge version_3 into main
2026-03-08 00:14:13 +00:00
a478f59990 Update src/app/page.tsx 2026-03-08 00:14:09 +00:00
04cbb45ef3 Merge version_2 into main
Merge version_2 into main
2026-03-08 00:11:08 +00:00
093239659d Update src/app/page.tsx 2026-03-08 00:11:05 +00:00
c634ce35a5 Update src/app/layout.tsx 2026-03-08 00:11:04 +00:00
59ae0ed4be Merge version_1 into main
Merge version_1 into main
2026-03-08 00:10:26 +00:00
b2a433ece2 Merge version_1 into main
Merge version_1 into main
2026-03-08 00:09:47 +00:00
ee79bc2492 Merge version_1 into main
Merge version_1 into main
2026-03-08 00:08:35 +00:00
c15a735b01 Merge version_1 into main
Merge version_1 into main
2026-03-08 00:07:25 +00:00
d07c5072c8 Merge version_1 into main
Merge version_1 into main
2026-03-08 00:06:17 +00:00
2 changed files with 16 additions and 1407 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Book Appointment", href: "#contact" }, { text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -99,15 +99,21 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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, 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, 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" }
]
} }
]} ]}
/> />