From adce81956d76e21e1053cdcbfaa3ae53e253e50c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:55:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f213e5c..404e5fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { @@ -101,7 +101,7 @@ export default function LandingPage() { description="Handcrafted specialties that define authentic Lebanese cuisine" tag="Chef's Selection" tagIcon={ChefHat} - tagAnimation="entrance-slide" + tagAnimation="slide-up" products={[ { id: "1", name: "Mixed Mezze Platter", price: "$24.99", variant: "Hummus, Baba Ghanoush, Tabbouleh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg", imageAlt: "Mixed Mezze" @@ -121,7 +121,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View Full Menu", href: "#menu" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -160,7 +160,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -200,18 +200,15 @@ export default function LandingPage() { description="Award-winning restaurant trusted by food enthusiasts and culinary experts worldwide" tag="Certified Excellence" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" names={[ "Culinary Excellence Award", "Authentic Cuisine Certification", "Five-Star Dining Recognition", "Fresh Ingredients Quality Seal", "Sustainable Restaurant Award", "Family Favorite Award", "Innovation in Cuisine Award" ]} - logos={[ - "http://img.b2bpic.net/free-vector/best-brand-golden-luxury-label_1017-8434.jpg", "http://img.b2bpic.net/free-vector/gradient-hecho-en-mexico-label-collection_23-2150173842.jpg", "http://img.b2bpic.net/free-vector/pack-four-premium-golden-stickers_23-2147630735.jpg", "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg", "http://img.b2bpic.net/free-vector/one-hundred-percent-natural-badge-pack_23-2148711506.jpg", "http://img.b2bpic.net/free-vector/labels-independence-day-india_23-2147660376.jpg", "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-garlic-oil-dark-background_179666-17432.jpg" - ]} textboxLayout="default" useInvertedBackground={false} speed={40} showCard={true} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> -- 2.49.1