diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d75191..2738263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { description="Discover our most popular dishes loved by students and locals alike. All meals are fresh, affordable, and made with authentic flavors." tag="Best Sellers" tagIcon={ChefHat} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} products={[ { - id: "nasi-lemak", name: "Nasi Lemak", price: "RM 4–6", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=1", imageAlt: "Nasi lemak with sambal and egg" + id: "nasi-lemak", name: "Nasi Lemak", price: "RM 4–6", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Nasi lemak with sambal and egg" }, { - id: "briyani", name: "Chicken Briyani", price: "RM 7–9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=1", imageAlt: "Fragrant chicken briyani rice" + id: "briyani", name: "Chicken Briyani", price: "RM 7–9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Fragrant chicken briyani rice" }, { id: "noodles", name: "Stir-Fried Noodles", price: "RM 5–7", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-123160.jpg", imageAlt: "Wok-tossed chicken noodles" @@ -114,18 +114,18 @@ export default function LandingPage() { description="We deliver quality, authenticity, and value in every meal" tag="Our Advantages" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} animationType="scale-rotate" features={[ { id: "fresh", title: "Fresh Daily", author: "Quality Assured", description: "All dishes are prepared fresh daily using authentic ingredients and traditional cooking methods.", tags: ["Quality", "Traditional"], - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=2", imageAlt: "Fresh nasi lemak preparation" + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Fresh nasi lemak preparation" }, { id: "budget", title: "Budget-Friendly Prices", author: "RM 1–20", description: "Enjoy authentic Malaysian flavors without breaking the bank. Perfect for students and families.", tags: ["Affordable", "Value"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=2", imageAlt: "Affordable chicken briyani" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Affordable chicken briyani" }, { id: "location", title: "Prime Location", author: "Kenny Hill, Kuching", description: "Conveniently located on Ground Floor, Lot 4911, Jalan Upland. Easy access for everyone.", tags: ["Accessible", "Central"], @@ -141,7 +141,7 @@ export default function LandingPage() { description="Join thousands of happy customers who love our authentic food and friendly service" tag="Customer Love" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal"