diff --git a/src/app/page.tsx b/src/app/page.tsx index 3214871..3e7841a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { description="Crafted grooming with precision cuts, classic shaves, and expert styling. Where tradition meets modern luxury." tag="Est. 2010" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Book Your Appointment", href: "#contact" }, { text: "Explore Services", href: "#services" } ]} - buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/glasses-cosmetics-near-makeup-bag_23-2147778996.jpg?_wi=1" + buttonAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/glasses-cosmetics-near-makeup-bag_23-2147778996.jpg" imageAlt="Professional barber with customer" showDimOverlay={true} showBlur={true} @@ -78,8 +78,8 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Story" tagIcon={Award} - tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/glasses-cosmetics-near-makeup-bag_23-2147778996.jpg?_wi=2" + tagAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/glasses-cosmetics-near-makeup-bag_23-2147778996.jpg" imageAlt="Good Life Barbershop interior" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -112,9 +112,9 @@ export default function LandingPage() { useInvertedBackground={true} tag="Services" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "View Full Menu", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="Barbershop services section" containerClassName="max-w-7xl" titleClassName="text-4xl md:text-5xl font-bold" @@ -126,19 +126,19 @@ export default function LandingPage() {