Update src/app/menu/page.tsx
This commit is contained in:
@@ -26,107 +26,48 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Al-Amir Cuisine"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="full-menu" data-section="full-menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "full-burger-1",
|
||||
name: "Iraqi Beef Burger",
|
||||
price: "15,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg",
|
||||
imageAlt: "Iraqi Beef Burger",
|
||||
},
|
||||
id: "full-burger-1", name: "Iraqi Beef Burger", price: "15,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg", imageAlt: "Iraqi Beef Burger"},
|
||||
{
|
||||
id: "full-burger-2",
|
||||
name: "Crispy Zinger Burger",
|
||||
price: "13,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg",
|
||||
imageAlt: "Crispy Zinger Burger",
|
||||
},
|
||||
id: "full-burger-2", name: "Crispy Zinger Burger", price: "13,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg", imageAlt: "Crispy Zinger Burger"},
|
||||
{
|
||||
id: "full-sandwich-1",
|
||||
name: "Chicken Wrap",
|
||||
price: "11,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg",
|
||||
imageAlt: "Chicken Wrap",
|
||||
},
|
||||
id: "full-sandwich-1", name: "Chicken Wrap", price: "11,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg", imageAlt: "Chicken Wrap"},
|
||||
{
|
||||
id: "full-sandwich-2",
|
||||
name: "Shawarma Sandwich",
|
||||
price: "10,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg",
|
||||
imageAlt: "Shawarma Sandwich",
|
||||
},
|
||||
id: "full-sandwich-2", name: "Shawarma Sandwich", price: "10,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg", imageAlt: "Shawarma Sandwich"},
|
||||
{
|
||||
id: "full-appetizer-1",
|
||||
name: "French Fries",
|
||||
price: "5,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-time-eat-french-fries-together_1150-7010.jpg",
|
||||
imageAlt: "French Fries",
|
||||
},
|
||||
id: "full-appetizer-1", name: "French Fries", price: "5,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/family-time-eat-french-fries-together_1150-7010.jpg", imageAlt: "French Fries"},
|
||||
{
|
||||
id: "full-appetizer-2",
|
||||
name: "Iraqi Kibbeh",
|
||||
price: "8,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-inside-brown-plate-cream-rustic_140725-29945.jpg",
|
||||
imageAlt: "Iraqi Kibbeh",
|
||||
},
|
||||
id: "full-appetizer-2", name: "Iraqi Kibbeh", price: "8,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-inside-brown-plate-cream-rustic_140725-29945.jpg", imageAlt: "Iraqi Kibbeh"},
|
||||
{
|
||||
id: "full-drink-1",
|
||||
name: "Soft Drink",
|
||||
price: "3,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166118.jpg",
|
||||
imageAlt: "Soft Drink",
|
||||
},
|
||||
id: "full-drink-1", name: "Soft Drink", price: "3,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166118.jpg", imageAlt: "Soft Drink"},
|
||||
{
|
||||
id: "full-drink-2",
|
||||
name: "Fresh Orange Juice",
|
||||
price: "7,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-with-lemon-slices-grapefruits-marble-surface_114579-24824.jpg",
|
||||
imageAlt: "Fresh Orange Juice",
|
||||
},
|
||||
id: "full-drink-2", name: "Fresh Orange Juice", price: "7,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-with-lemon-slices-grapefruits-marble-surface_114579-24824.jpg", imageAlt: "Fresh Orange Juice"},
|
||||
{
|
||||
id: "full-special-1",
|
||||
name: "Special Kebab Meal",
|
||||
price: "25,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-chicken-legs-vegetables_114579-2167.jpg",
|
||||
imageAlt: "Special Kebab Meal",
|
||||
},
|
||||
id: "full-special-1", name: "Special Kebab Meal", price: "25,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-chicken-legs-vegetables_114579-2167.jpg", imageAlt: "Special Kebab Meal"},
|
||||
{
|
||||
id: "full-special-2",
|
||||
name: "Chicken Biryani Meal",
|
||||
price: "22,000 IQD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-basil-chicken-stir-fry-with-rice_84443-85695.jpg",
|
||||
imageAlt: "Chicken Biryani Meal",
|
||||
},
|
||||
id: "full-special-2", name: "Chicken Biryani Meal", price: "22,000 IQD", imageSrc: "http://img.b2bpic.net/free-photo/thai-basil-chicken-stir-fry-with-rice_84443-85695.jpg", imageAlt: "Chicken Biryani Meal"},
|
||||
]}
|
||||
title="Our Complete Menu"
|
||||
description="Explore every delicious item from our Iraqi fast food kitchen, organized by category. From juicy burgers to authentic shawarma, we have it all."
|
||||
@@ -140,23 +81,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Get your favorite Iraqi fast food delivered hot and fresh, right to your doorstep, in record time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ad-mockup-tablet-local-food-shop_482257-76622.jpg",
|
||||
imageAlt: "Fast Delivery Icon",
|
||||
},
|
||||
title: "Fast Delivery", description: "Get your favorite Iraqi fast food delivered hot and fresh, right to your doorstep, in record time.", imageSrc: "http://img.b2bpic.net/free-photo/ad-mockup-tablet-local-food-shop_482257-76622.jpg", imageAlt: "Fast Delivery Icon"},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We use only the freshest, locally sourced ingredients to ensure every dish is packed with authentic flavor and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We use only the freshest, locally sourced ingredients to ensure every dish is packed with authentic flavor and quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
title: "Easy Customization",
|
||||
description: "Customize your order just the way you like it. Add extra sauce, cheese, or make it spicy – your meal, your rules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg",
|
||||
imageAlt: "Customization Options",
|
||||
},
|
||||
title: "Easy Customization", description: "Customize your order just the way you like it. Add extra sauce, cheese, or make it spicy – your meal, your rules.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114025.jpg", imageAlt: "Customization Options"},
|
||||
]}
|
||||
title="Seamless Ordering, Exceptional Quality"
|
||||
description="Enjoy authentic Iraqi flavors with our easy online ordering and unwavering commitment to fresh, premium ingredients and fast delivery."
|
||||
@@ -168,13 +97,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Al-Amir Cuisine"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user