diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c8d6db..280e764 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/meat-with-vegetables-pan-pickles_140725-6251.jpg", imageAlt: "Grilled fish specialty" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg?_wi=1", imageAlt: "Chicken karahi sizzling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg?_wi=1", imageAlt: "Fast food favorites" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg?_wi=1", imageAlt: "Tawa fish perfection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg", imageAlt: "Chicken karahi sizzling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg", imageAlt: "Fast food favorites" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg", imageAlt: "Tawa fish perfection" }, { imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-wooden-spoon_114579-69166.jpg", imageAlt: "Dal mash comfort food" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Fresh pizza slice" } ]} @@ -67,7 +67,7 @@ export default function LandingPage() { title="Our Menu Highlights" description="Explore our most loved dishes - fresh ingredients, bold flavors, and unbeatable prices make every meal memorable." tag="Food Categories" - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { id: "karahi", title: "Chicken & Mutton Karahi", description: "Tender meat cooked in our signature spiced gravy. A local favorite that keeps customers coming back.", tag: "Desi Food", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-high-angle_23-2148825126.jpg", imageAlt: "Sizzling hot karahi" @@ -83,7 +83,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} buttons={[{ text: "View Full Menu", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg?_wi=1", imageAlt: "Chef preparing karahi" + id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg", imageAlt: "Chef preparing karahi" }, { id: "gallery-2", name: "Grilled Fish Plate", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-red-fish-with-stew-greens-sauce-plate_141793-3941.jpg", imageAlt: "Beautifully plated grilled fish" @@ -160,15 +160,15 @@ export default function LandingPage() {
@@ -178,14 +178,14 @@ export default function LandingPage() {