Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 20:14:07 +00:00

View File

@@ -43,22 +43,22 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220585.jpg", imageAlt: "Professional barber styling hair"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220585.jpg?_wi=1", imageAlt: "Professional barber styling hair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg", imageAlt: "Expert haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg?_wi=1", imageAlt: "Expert haircut service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Professional beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg?_wi=1", imageAlt: "Professional beard grooming"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-parting-client-studio_23-2148181861.jpg", imageAlt: "Classic straight razor shave"
imageSrc: "http://img.b2bpic.net/free-photo/barber-parting-client-studio_23-2148181861.jpg?_wi=1", imageAlt: "Classic straight razor shave"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-washing-dog_23-2149652690.jpg", imageAlt: "Modern barbershop interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220585.jpg", imageAlt: "Premium grooming environment"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220585.jpg?_wi=2", imageAlt: "Premium grooming environment"
}
]}
buttons={[
@@ -75,13 +75,13 @@ export default function LandingPage() {
tag="Services"
features={[
{
id: "01", title: "Precision Haircuts", description: "Classic to contemporary cuts tailored to your style. Expert fading, layering, and sharp lines.", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg", imageAlt: "Precision haircut service"
id: "01", title: "Precision Haircuts", description: "Classic to contemporary cuts tailored to your style. Expert fading, layering, and sharp lines.", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg?_wi=2", imageAlt: "Precision haircut service"
},
{
id: "02", title: "Beard Grooming", description: "Professional beard shaping, trimming, and styling. We help you maintain your perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Beard grooming service"
id: "02", title: "Beard Grooming", description: "Professional beard shaping, trimming, and styling. We help you maintain your perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg?_wi=2", imageAlt: "Beard grooming service"
},
{
id: "03", title: "Straight Razor Shaves", description: "Traditional wet shaving experience with premium products. Clean, smooth, and refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/barber-parting-client-studio_23-2148181861.jpg", imageAlt: "Straight razor shave"
id: "03", title: "Straight Razor Shaves", description: "Traditional wet shaving experience with premium products. Clean, smooth, and refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/barber-parting-client-studio_23-2148181861.jpg?_wi=2", imageAlt: "Straight razor shave"
}
]}
textboxLayout="default"