Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 08:51:46 +00:00

View File

@@ -57,8 +57,8 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7279.jpg", imageAlt: "Premium barber chair in sophisticated setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg", imageAlt: "Professional barber performing precision haircut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Expert beard grooming and trimming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Traditional straight razor shave service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Expert beard grooming and trimming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Traditional straight razor shave service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Professionally styled haircut result" }
]}
className="relative overflow-hidden"
@@ -95,8 +95,8 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "View Services", href: "#services" }]}
buttonAnimation="blur-reveal"
titleClassName="text-4xl md:text-5xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70 mt-2"
cardTitleClassName="text-4xl md:text-5xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
/>
</div>
@@ -115,8 +115,8 @@ export default function LandingPage() {
useInvertedBackground={false}
speed={40}
showCard={true}
titleClassName="text-4xl md:text-5xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70 mt-2"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
/>
</div>
@@ -145,8 +145,8 @@ export default function LandingPage() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl md:text-5xl font-bold text-foreground"
descriptionClassName="text-lg text-foreground/70 mt-2"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70 mt-2"
/>
</div>