Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 16:20:17 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -60,15 +60,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg", imageAlt: "Premium barbershop interior"},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=1", imageAlt: "Premium barbershop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Professional haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=1", imageAlt: "Professional haircut service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Expert beard grooming"},
imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=1", imageAlt: "Expert beard grooming"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg", imageAlt: "Classic shave service"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg?_wi=1", imageAlt: "Classic shave service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg", imageAlt: "Barbershop workspace"},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=2", imageAlt: "Barbershop workspace"},
]}
ariaLabel="Hero section showcasing premium barbershop services"
className="w-full"
@@ -180,17 +180,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "haircut", title: "Classic Haircut", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Haircut service", button: { text: "Book Now", href: "contact" },
id: "haircut", title: "Classic Haircut", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=2", imageAlt: "Haircut service", button: { text: "Book Now", href: "contact" },
features: [
"Professional haircut", "Personalized styling", "Hair wash included", "Style consultation"],
},
{
id: "beard", title: "Beard Grooming", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "contact" },
id: "beard", title: "Beard Grooming", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=2", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "contact" },
features: [
"Precision beard trim", "Shape and styling", "Beard oil treatment", "Expert maintenance tips"],
},
{
id: "shave", title: "Classic Shave", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg", imageAlt: "Classic shave service", button: { text: "Book Now", href: "contact" },
id: "shave", title: "Classic Shave", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg?_wi=2", imageAlt: "Classic shave service", button: { text: "Book Now", href: "contact" },
features: [
"Traditional hot shave", "Premium products", "Relaxing experience", "Aftershave treatment"],
},