diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..41b38dc --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function MenuPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c60a75c..8cc079e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -114,21 +73,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Freshly Baked Naan", - description: "Hand-stretched and baked fresh to order in our tandoor oven for perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-flat-lay_23-2148825095.jpg", - }, - { - title: "Generous Hospitality", - description: "Our chef personally visits tables to ensure every guest is satisfied.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-pizza_1157-16359.jpg", - }, - { - title: "Authentic Spices", - description: "Proper traditional recipes, sourced with care and balanced to tantalize your palate.", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-lentil-herbs_140725-73527.jpg", - }, + { title: "Freshly Baked Naan", description: "Hand-stretched and baked fresh to order in our tandoor oven for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-flat-lay_23-2148825095.jpg" }, + { title: "Generous Hospitality", description: "Our chef personally visits tables to ensure every guest is satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-pizza_1157-16359.jpg" }, + { title: "Authentic Spices", description: "Proper traditional recipes, sourced with care and balanced to tantalize your palate.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-lentil-herbs_140725-73527.jpg" }, ]} title="Why Indian Corner?" description="What keeps our guests coming back month after month." @@ -142,218 +89,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - brand: "Signature", - name: "Daal Makhani", - price: "$18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-bowl-mint-lemon-crackers-side-view_141793-12265.jpg", - }, - { - id: "2", - brand: "Signature", - name: "Lamb Pepper Fry", - price: "$24", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133967.jpg", - }, - { - id: "3", - brand: "Classic", - name: "Tandoori Chicken", - price: "$22", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-purple-space_140725-75649.jpg", - }, - { - id: "4", - brand: "Dessert", - name: "Mango Kulfi", - price: "$9", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-homemade-icecream_23-2148900954.jpg", - }, - { - id: "5", - brand: "Appetizer", - name: "Vegetable Samosas", - price: "$10", - rating: 5, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-lohri-day-food_23-2148725325.jpg", - }, - { - id: "6", - brand: "Side", - name: "Saffron Basmati Rice", - price: "$6", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-dish-near-spices_23-2147894732.jpg", - }, + { id: "1", brand: "Signature", name: "Daal Makhani", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-bowl-mint-lemon-crackers-side-view_141793-12265.jpg" }, + { id: "2", brand: "Signature", name: "Lamb Pepper Fry", price: "$24", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133967.jpg" }, + { id: "3", brand: "Dessert", name: "Mango Kulfi", price: "$9", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-homemade-icecream_23-2148900954.jpg" }, ]} - title="Signature Flavours" - description="Our curated selection of best-selling authentic dishes." - /> - - -
- -
- -
- -
- -
- -
- -
-
@@ -362,36 +103,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/happy-beautiful-african-american-couple-love-having-great-time-together-restaurant-their-dating-attractive-couple-enjoying-each-other-holds-glasses-juice_613910-18735.jpg" logoText="Indian Corner" columns={[ - { - title: "Navigate", - items: [ - { - label: "Menu", - href: "#menu", - }, - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + { title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} />