Update src/app/menu/page.tsx
This commit is contained in:
@@ -26,107 +26,48 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "/menu"},
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Al-Amir Cuisine"
|
brandName="Al-Amir Cuisine"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "/menu"}}
|
||||||
href: "/menu",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="full-menu" data-section="full-menu">
|
<div id="full-menu" data-section="full-menu">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "full-burger-1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
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."
|
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}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Fast Delivery",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
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."
|
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
|
<FooterLogoReveal
|
||||||
logoText="Al-Amir Cuisine"
|
logoText="Al-Amir Cuisine"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user