diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 621da91..9791c7d 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -81,17 +81,17 @@ export default function EventsPage() { tag="Special Occasions & Catering" tagIcon={PartyPopper} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2", imageAlt: "Elegant Event Setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=2", imageAlt: "Catering Food Display" } + { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Elegant Event Setup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Catering Food Display" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=2", imageAlt: "Guests Enjoying Event" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2", imageAlt: "Exquisite Catering Dish" } + { imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Guests Enjoying Event" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Exquisite Catering Dish" } ]} background={{ variant: "plain" }} carouselPosition="right" - tagAnimation="background-highlight" - buttonAnimation="text-stagger" + tagAnimation="slide-up" + buttonAnimation="slide-up" /> @@ -121,15 +121,15 @@ export default function EventsPage() { { text: "Call for Catering", href: "tel:+918875437543" } ]} background={{ variant: "plain" }} - tagAnimation="background-highlight" - buttonAnimation="text-stagger" + tagAnimation="slide-up" + buttonAnimation="slide-up" useInvertedBackground={false} />
@@ -133,7 +133,7 @@ export default function HomePage() { title="Why Choose Patiaala House?" description="Where authentic flavors meet a welcoming atmosphere, creating perfect dining moments." features={[ - { title: "Authentic Taste", description: "Traditional North Indian recipes passed down generations.", bentoComponent: "reveal-icon", icon: ForkAndKnife }, + { title: "Authentic Taste", description: "Traditional North Indian recipes passed down generations.", bentoComponent: "reveal-icon", icon: ForkKnife }, { title: "Cozy Ambiance", description: "Warm and inviting decor perfect for family and friends.", bentoComponent: "reveal-icon", icon: Lamp }, { title: "Family-Friendly", description: "A comfortable setting for all ages with diverse menu options.", bentoComponent: "reveal-icon", icon: Users }, { title: "Premium Ingredients", description: "Only the freshest, highest quality ingredients make it to your plate.", bentoComponent: "reveal-icon", icon: Leaf }, @@ -191,15 +191,15 @@ export default function HomePage() { { text: "Inquire Now", href: "/contact" } ]} background={{ variant: "plain" }} - tagAnimation="background-highlight" - buttonAnimation="text-stagger" + tagAnimation="slide-up" + buttonAnimation="slide-up" useInvertedBackground={true} />