Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 18:52:54 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "Professional barber cutting hair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg", imageAlt: "Barbershop interior"},
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg?_wi=1", imageAlt: "Barbershop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg", imageAlt: "Haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg?_wi=1", imageAlt: "Haircut service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", imageAlt: "Traditional shave service"},
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg?_wi=1", imageAlt: "Traditional shave service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-gazing-bottle-perfume-isolated_171337-17369.jpg", imageAlt: "Beard grooming service"},
imageSrc: "http://img.b2bpic.net/free-photo/man-gazing-bottle-perfume-isolated_171337-17369.jpg?_wi=1", imageAlt: "Beard grooming service"},
]}
/>
</div>
@@ -72,7 +72,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg?_wi=2"
imageAlt="Prestigious Barbershop storefront"
mediaAnimation="slide-up"
bulletPoints={[
@@ -104,13 +104,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Classic Haircut", description: "Traditional and contemporary haircuts tailored to your face shape and personal style. Includes hot towel finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg", imageAlt: "Professional haircut service"},
title: "Classic Haircut", description: "Traditional and contemporary haircuts tailored to your face shape and personal style. Includes hot towel finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg?_wi=2", imageAlt: "Professional haircut service"},
{
id: 2,
title: "Straight Razor Shave", description: "Experience the luxury of a traditional straight razor shave with premium products and impeccable technique.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", imageAlt: "Traditional shave service"},
title: "Straight Razor Shave", description: "Experience the luxury of a traditional straight razor shave with premium products and impeccable technique.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg?_wi=2", imageAlt: "Traditional shave service"},
{
id: 3,
title: "Beard Grooming", description: "Expert beard trimming, styling, and conditioning treatments to keep your beard looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/man-gazing-bottle-perfume-isolated_171337-17369.jpg", imageAlt: "Beard grooming service"},
title: "Beard Grooming", description: "Expert beard trimming, styling, and conditioning treatments to keep your beard looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/man-gazing-bottle-perfume-isolated_171337-17369.jpg?_wi=2", imageAlt: "Beard grooming service"},
]}
/>
</div>