diff --git a/src/app/page.tsx b/src/app/page.tsx index cae4493..9c341e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,12 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Luxury Grooming" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Book Your Appointment", href: "contact" }, { text: "Learn More", href: "about" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg" imageAlt="A D's Barbershop luxury interior" mediaAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() { @@ -87,7 +87,7 @@ export default function LandingPage() { description="Our comprehensive grooming services are tailored to enhance your natural style and confidence. Each service is performed by master barbers using premium techniques and the finest products." tag="Our Services" tagIcon={Scissors} - tagAnimation="entrance-slide" + tagAnimation="slide-up" accordionItems={[ { id: "1", title: "Precision Haircuts", content: "Master-crafted haircuts tailored to your face shape, hair type, and personal style. We use classic techniques combined with modern styling sensibilities to create the perfect cut that enhances your features and suits your lifestyle." @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaPosition="right" buttons={[{ text: "View Full Menu", href: "contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -115,7 +115,7 @@ export default function LandingPage() { description="Our team of experienced, certified barbers brings decades of combined expertise and a passion for exceptional grooming. Each member of our team is dedicated to delivering five-star service and creating a welcoming, professional environment." tag="Master Craftsmen" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="slide-up" members={[ { id: "1", name: "A D", role: "Owner & Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43567.jpg" @@ -140,7 +140,7 @@ export default function LandingPage() { description="Hear from our satisfied clients about their experiences at A D's Barbershop. Our 4.7-star rating reflects our commitment to excellence and customer satisfaction." tag="Customer Testimonials" tagIcon={MessageCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "1", name: "James Patterson", role: "Businessman", company: "Memphis", rating: 5, @@ -180,7 +180,7 @@ export default function LandingPage() { description="A D's Barbershop has built trust through consistent five-star service, professional excellence, and dedication to every client who walks through our doors." tag="Community Trust" tagIcon={Verified} - tagAnimation="entrance-slide" + tagAnimation="slide-up" names={[ "Certified Master Barbers", "Premium Grooming Standards", "Licensed & Insured", "Clean & Hygienic Facility", "Expert Consultation", "Professional Tools", "Luxury Amenities", "Community Leaders" ]} @@ -195,7 +195,7 @@ export default function LandingPage() {