From 228056a92c4d7f364358bbdc2456498902bd6eb1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:37:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c071f41..0c79df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { description="Discover the art of refined grooming at Floyd's Barber Spa. We blend traditional barbering expertise with modern spa treatments to deliver the ultimate luxury grooming destination." tag="Established Excellence" tagIcon={Sparkles} - tagAnimation="entrance-slide" - background={{ variant: "glowing-orb" }} + tagAnimation="none" + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Professional barber shaving beard" @@ -82,7 +82,7 @@ export default function LandingPage() { { text: "Book Your Appointment", href: "contact" }, { text: "Learn More", href: "about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" carouselPosition="right" /> @@ -93,13 +93,13 @@ export default function LandingPage() { description="At Floyd's Barber Spa, we've perfected the art of grooming over decades. Our combination of master barbers and spa specialists creates an unparalleled experience where traditional craftsmanship meets modern wellness. Every visit is a journey to refined elegance." tag="Our Heritage" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="none" imageSrc="http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462513.jpg" imageAlt="Floyd's Barber Spa Interior" buttons={[ { text: "Explore Services", href: "services" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" useInvertedBackground={false} /> @@ -110,7 +110,7 @@ export default function LandingPage() { description="From classic cuts to luxury spa treatments, we offer a comprehensive range of grooming services tailored to your needs." tag="Premium Offerings" tagIcon={Scissors} - tagAnimation="entrance-slide" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} features={[ @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Hair Coloring & Highlights", description: "Professional hair coloring and highlight services to enhance your look. Our specialists use premium color products for vibrant, natural results.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5413.jpg", imageAlt: "Barber hair coloring dyeing men" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" /> @@ -139,8 +139,8 @@ export default function LandingPage() {