Update src/app/menu/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -22,41 +22,26 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "/menu"},
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Offers",
|
name: "Offers", id: "/offers"},
|
||||||
id: "/offers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Branches",
|
name: "Branches", id: "/branches"},
|
||||||
id: "/branches",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg"
|
||||||
logoAlt="Fried Chicken Logo"
|
logoAlt="Fried Chicken Logo"
|
||||||
brandName="Fried Chicken"
|
brandName="Fried Chicken"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "/menu"}}
|
||||||
href: "/menu",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -68,125 +53,41 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", brand: "Buckets", name: "Classic 8-Piece Bucket", price: "IQD 20,000", rating: 5,
|
||||||
brand: "Buckets",
|
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-wings-tray-with-green-onions-fork_23-2148699037.jpg", imageAlt: "Classic 8-Piece Bucket"},
|
||||||
name: "Classic 8-Piece Bucket",
|
|
||||||
price: "IQD 20,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-wings-tray-with-green-onions-fork_23-2148699037.jpg",
|
|
||||||
imageAlt: "Classic 8-Piece Bucket",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", brand: "Buckets", name: "Family Feast Bucket", price: "IQD 35,000", rating: 5,
|
||||||
brand: "Buckets",
|
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-french-fries_23-2148910361.jpg", imageAlt: "Family Feast Bucket"},
|
||||||
name: "Family Feast Bucket",
|
|
||||||
price: "IQD 35,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-french-fries_23-2148910361.jpg",
|
|
||||||
imageAlt: "Family Feast Bucket",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", brand: "Zinger Sandwiches", name: "Zinger Supreme Sandwich", price: "IQD 7,500", rating: 4,
|
||||||
brand: "Zinger Sandwiches",
|
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-pieces-burger-tray_23-2148699052.jpg", imageAlt: "Zinger Supreme Sandwich"},
|
||||||
name: "Zinger Supreme Sandwich",
|
|
||||||
price: "IQD 7,500",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "198",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-pieces-burger-tray_23-2148699052.jpg",
|
|
||||||
imageAlt: "Zinger Supreme Sandwich",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", brand: "Zinger Sandwiches", name: "Spicy Zinger Meal", price: "IQD 12,000", rating: 5,
|
||||||
brand: "Zinger Sandwiches",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-fastfood-appetizing-french-fries-chicken-wings-lemon-with-three-types-sauces-dark-background_140725-110462.jpg", imageAlt: "Spicy Zinger Meal"},
|
||||||
name: "Spicy Zinger Meal",
|
|
||||||
price: "IQD 12,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-fastfood-appetizing-french-fries-chicken-wings-lemon-with-three-types-sauces-dark-background_140725-110462.jpg",
|
|
||||||
imageAlt: "Spicy Zinger Meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m5",
|
id: "m5", brand: "Broasted Chicken", name: "Broasted Half Chicken", price: "IQD 10,000", rating: 5,
|
||||||
brand: "Broasted Chicken",
|
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-lemon-herbs-tomatoes-sauce-spices-oil_140725-73747.jpg", imageAlt: "Broasted Half Chicken"},
|
||||||
name: "Broasted Half Chicken",
|
|
||||||
price: "IQD 10,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-appetizing-chicken-with-lemon-herbs-tomatoes-sauce-spices-oil_140725-73747.jpg",
|
|
||||||
imageAlt: "Broasted Half Chicken",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m6",
|
id: "m6", brand: "Broasted Chicken", name: "Broasted Full Chicken", price: "IQD 18,000", rating: 5,
|
||||||
brand: "Broasted Chicken",
|
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/nuggets-with-fried-potatoes-noodles_114579-19734.jpg", imageAlt: "Broasted Full Chicken"},
|
||||||
name: "Broasted Full Chicken",
|
|
||||||
price: "IQD 18,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "70",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nuggets-with-fried-potatoes-noodles_114579-19734.jpg",
|
|
||||||
imageAlt: "Broasted Full Chicken",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m7",
|
id: "m7", brand: "Chicken Strips", name: "6-Piece Crispy Strips", price: "IQD 8,000", rating: 4,
|
||||||
brand: "Chicken Strips",
|
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-grilled-sausage-sticks-piece-lettuce-served-with-ketchup_114579-71807.jpg", imageAlt: "6-Piece Crispy Strips"},
|
||||||
name: "6-Piece Crispy Strips",
|
|
||||||
price: "IQD 8,000",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "110",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-grilled-sausage-sticks-piece-lettuce-served-with-ketchup_114579-71807.jpg",
|
|
||||||
imageAlt: "6-Piece Crispy Strips",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m8",
|
id: "m8", brand: "Wings", name: "Spicy Hot Wings (6pcs)", price: "IQD 8,000", rating: 4,
|
||||||
brand: "Wings",
|
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7721.jpg", imageAlt: "Spicy Hot Wings"},
|
||||||
name: "Spicy Hot Wings (6pcs)",
|
|
||||||
price: "IQD 8,000",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7721.jpg",
|
|
||||||
imageAlt: "Spicy Hot Wings",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m9",
|
id: "m9", brand: "Family Meals", name: "Kids Meal with Toy", price: "IQD 7,000", rating: 4,
|
||||||
brand: "Family Meals",
|
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-chicken-near-ketchup-beer_23-2147717022.jpg", imageAlt: "Kids Meal with Toy"},
|
||||||
name: "Kids Meal with Toy",
|
|
||||||
price: "IQD 7,000",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "80",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-chicken-near-ketchup-beer_23-2147717022.jpg",
|
|
||||||
imageAlt: "Kids Meal with Toy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m10",
|
id: "m10", brand: "Fries", name: "Large Golden Fries", price: "IQD 3,000", rating: 5,
|
||||||
brand: "Fries",
|
reviewCount: "301", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-plate-with-ketchup-bowl_23-2148701491.jpg", imageAlt: "Large Golden Fries"},
|
||||||
name: "Large Golden Fries",
|
|
||||||
price: "IQD 3,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "301",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-plate-with-ketchup-bowl_23-2148701491.jpg",
|
|
||||||
imageAlt: "Large Golden Fries",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m11",
|
id: "m11", brand: "Drinks", name: "Refreshing Cola", price: "IQD 1,500", rating: 4,
|
||||||
brand: "Drinks",
|
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-beverage-tall-glass_23-2148437037.jpg", imageAlt: "Refreshing Cola"},
|
||||||
name: "Refreshing Cola",
|
|
||||||
price: "IQD 1,500",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "250",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-beverage-tall-glass_23-2148437037.jpg",
|
|
||||||
imageAlt: "Refreshing Cola",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m12",
|
id: "m12", brand: "Sauces", name: "Creamy Garlic Sauce", price: "IQD 1,000", rating: 5,
|
||||||
brand: "Sauces",
|
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/spicy-chicken-meat-wooden-board-with-sauces_114579-19647.jpg", imageAlt: "Creamy Garlic Sauce"},
|
||||||
name: "Creamy Garlic Sauce",
|
|
||||||
price: "IQD 1,000",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "180",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-chicken-meat-wooden-board-with-sauces_114579-19647.jpg",
|
|
||||||
imageAlt: "Creamy Garlic Sauce",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Full Menu"
|
title="Our Full Menu"
|
||||||
description="Explore all our delicious offerings, from classic fried chicken to refreshing drinks and tempting sides."
|
description="Explore all our delicious offerings, from classic fried chicken to refreshing drinks and tempting sides."
|
||||||
@@ -197,62 +98,37 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu",
|
title: "Menu", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Buckets",
|
label: "Buckets", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sandwiches",
|
label: "Sandwiches", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Broasted Chicken",
|
label: "Broasted Chicken", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sides & Drinks",
|
label: "Sides & Drinks", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Branches",
|
label: "Our Branches", href: "/branches"},
|
||||||
href: "/branches",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Offers",
|
label: "Offers", href: "/offers"},
|
||||||
href: "/offers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Follow Us",
|
title: "Follow Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "https://facebook.com/FriedChickenIQ"},
|
||||||
href: "https://facebook.com/FriedChickenIQ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://instagram.com/FriedChickenIQ"},
|
||||||
href: "https://instagram.com/FriedChickenIQ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/9647xxxxxxxx"},
|
||||||
href: "https://wa.me/9647xxxxxxxx",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user