From 97f34a1e394ad8c3a0cbdba24a0051655368b83a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:51:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab72e0f..52e2d65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1