Merge version_1 into main #1

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

File diff suppressed because it is too large Load Diff

View File

@@ -97,16 +97,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Classic Fade", description: "Clean, sharp fades with precise blending. Perfect for a timeless look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-radio-station_23-2148802330.jpg", imageAlt: "Professional fade haircut", button: { text: "Learn More", href: "#pricing" }
title: "Classic Fade", description: "Clean, sharp fades with precise blending. Perfect for a timeless look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-radio-station_23-2148802330.jpg?_wi=1", imageAlt: "Professional fade haircut", button: { text: "Learn More", href: "#pricing" }
},
{
title: "Beard Trimming", description: "Expert beard grooming and shaping. Keep your beard looking sharp and intentional.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-beard-mustache-smoking-cigar-with-grey-wall_181624-18222.jpg", imageAlt: "Professional beard trim", button: { text: "Learn More", href: "#pricing" }
title: "Beard Trimming", description: "Expert beard grooming and shaping. Keep your beard looking sharp and intentional.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-beard-mustache-smoking-cigar-with-grey-wall_181624-18222.jpg?_wi=1", imageAlt: "Professional beard trim", button: { text: "Learn More", href: "#pricing" }
},
{
title: "Traditional Shave", description: "Classic straight razor shave with hot towel. A timeless grooming experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-indoors_23-2148271079.jpg", imageAlt: "Traditional barber shave", button: { text: "Learn More", href: "#pricing" }
title: "Traditional Shave", description: "Classic straight razor shave with hot towel. A timeless grooming experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-indoors_23-2148271079.jpg?_wi=1", imageAlt: "Traditional barber shave", button: { text: "Learn More", href: "#pricing" }
},
{
title: "Hair Styling", description: "Professional styling with premium products. Leave looking and feeling your best.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-make-up-artist-working_23-2148328768.jpg", imageAlt: "Professional hair styling", button: { text: "Learn More", href: "#pricing" }
title: "Hair Styling", description: "Professional styling with premium products. Leave looking and feeling your best.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-make-up-artist-working_23-2148328768.jpg?_wi=1", imageAlt: "Professional hair styling", button: { text: "Learn More", href: "#pricing" }
}
]}
gridVariant="two-columns-alternating-heights"
@@ -126,25 +126,25 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "haircut", title: "Haircut", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-radio-station_23-2148802330.jpg", imageAlt: "Haircut service", features: [
id: "haircut", title: "Haircut", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-radio-station_23-2148802330.jpg?_wi=2", imageAlt: "Haircut service", features: [
"Expert cut and fade", "Professional styling", "Complimentary neck trim"
],
button: { text: "Book Now", href: "contact" }
},
{
id: "beard-package", title: "Beard Package", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-beard-mustache-smoking-cigar-with-grey-wall_181624-18222.jpg", imageAlt: "Beard grooming service", features: [
id: "beard-package", title: "Beard Package", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-beard-mustache-smoking-cigar-with-grey-wall_181624-18222.jpg?_wi=2", imageAlt: "Beard grooming service", features: [
"Precision beard trim", "Shape and line-up", "Beard conditioning"
],
button: { text: "Book Now", href: "contact" }
},
{
id: "traditional-shave", title: "Traditional Shave", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-indoors_23-2148271079.jpg", imageAlt: "Straight razor shave", features: [
id: "traditional-shave", title: "Traditional Shave", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-indoors_23-2148271079.jpg?_wi=2", imageAlt: "Straight razor shave", features: [
"Straight razor shave", "Hot towel treatment", "Premium aftershave"
],
button: { text: "Book Now", href: "contact" }
},
{
id: "combo", title: "Haircut + Beard", price: "$50", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-make-up-artist-working_23-2148328768.jpg", imageAlt: "Complete grooming package", features: [
id: "combo", title: "Haircut + Beard", price: "$50", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-make-up-artist-working_23-2148328768.jpg?_wi=2", imageAlt: "Complete grooming package", features: [
"Full haircut service", "Beard trim and shape", "Complete styling", "Premium product"
],
button: { text: "Book Now", href: "contact" }