diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index fae2d4b..5b0b1a0 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -34,9 +34,7 @@ export default function GalleryPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Order Online", - href: "https://www.zomato.com", - }} + text: "Order Online", href: "https://www.zomato.com"}} animateOnLoad={true} /> @@ -45,49 +43,13 @@ export default function GalleryPage() { @@ -86,27 +81,17 @@ export default function HomePage() { description="Authentic Punjabi Taste in Mangolpuri - Savor the flavors of Punjab with our specially curated dishes prepared using traditional recipes and the finest ingredients." buttons={[ { - text: "Order Online", - href: "https://www.zomato.com", - }, + text: "Order Online", href: "https://www.zomato.com"}, { - text: "View Menu", - href: "/menu", - }, + text: "View Menu", href: "/menu"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-composition_23-2148747655.jpg?_wi=1", - imageAlt: "Butter Chicken Dish", - }, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-food-composition_23-2148747655.jpg", imageAlt: "Butter Chicken Dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-9560.jpg?_wi=1", - imageAlt: "Tandoori Platter", - }, + imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-9560.jpg", imageAlt: "Tandoori Platter"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", - imageAlt: "Punjabi Thali", - }, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Punjabi Thali"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -120,24 +105,16 @@ export default function HomePage() { metrics={[ { icon: MapPin, - label: "Location", - value: "Mangolpuri, Delhi", - }, + label: "Location", value: "Mangolpuri, Delhi"}, { icon: Star, - label: "Rating", - value: "4.8/5", - }, + label: "Rating", value: "4.8/5"}, { icon: Users, - label: "Reviews", - value: "74+", - }, + label: "Reviews", value: "74+"}, { icon: Clock, - label: "Hours", - value: "11AM-11PM", - }, + label: "Hours", value: "11AM-11PM"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -153,47 +130,23 @@ export default function HomePage() { features={[ { id: 1, - tag: "Classic", - title: "Butter Chicken", - subtitle: "Creamy tomato-based curry", - description: "Tender chicken pieces cooked in a rich, creamy tomato sauce with aromatic spices. This signature dish is a perfect blend of flavors that melts in your mouth. Served with garlic naan.", - imageSrc: "http://img.b2bpic.net/free-psd/rich-creamy-indian-curry-dish-with-fresh-cilantro_84443-72545.jpg?_wi=1", - imageAlt: "Butter Chicken", - buttons: [ + tag: "Classic", title: "Butter Chicken", subtitle: "Creamy tomato-based curry", description: "Tender chicken pieces cooked in a rich, creamy tomato sauce with aromatic spices. This signature dish is a perfect blend of flavors that melts in your mouth. Served with garlic naan.", imageSrc: "http://img.b2bpic.net/free-psd/rich-creamy-indian-curry-dish-with-fresh-cilantro_84443-72545.jpg", imageAlt: "Butter Chicken", buttons: [ { - text: "Order Now", - href: "/menu", - }, + text: "Order Now", href: "/menu"}, ], }, { id: 2, - tag: "Vegetarian", - title: "Paneer Butter Masala", - subtitle: "Soft paneer in creamy sauce", - description: "Cubes of fresh paneer cheese in a luscious butter and cream sauce infused with tomatoes and spices. A vegetarian favorite that rivals any non-vegetarian dish in taste and richness.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-arrangement-flat-lay_23-2148734677.jpg?_wi=1", - imageAlt: "Paneer Butter Masala", - buttons: [ + tag: "Vegetarian", title: "Paneer Butter Masala", subtitle: "Soft paneer in creamy sauce", description: "Cubes of fresh paneer cheese in a luscious butter and cream sauce infused with tomatoes and spices. A vegetarian favorite that rivals any non-vegetarian dish in taste and richness.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-arrangement-flat-lay_23-2148734677.jpg", imageAlt: "Paneer Butter Masala", buttons: [ { - text: "Order Now", - href: "/menu", - }, + text: "Order Now", href: "/menu"}, ], }, { id: 3, - tag: "Traditional", - title: "Dal Makhani", - subtitle: "Creamy lentil curry", - description: "A traditional Punjabi favorite - slow-cooked lentils with kidney beans, cream, and butter. Silky smooth texture with layers of aromatic spices. Best paired with butter naan or rice.", - imageSrc: "http://img.b2bpic.net/free-photo/chickpeas-soup-with-vegetables-bowl-wooden-table_123827-31879.jpg?_wi=1", - imageAlt: "Dal Makhani", - buttons: [ + tag: "Traditional", title: "Dal Makhani", subtitle: "Creamy lentil curry", description: "A traditional Punjabi favorite - slow-cooked lentils with kidney beans, cream, and butter. Silky smooth texture with layers of aromatic spices. Best paired with butter naan or rice.", imageSrc: "http://img.b2bpic.net/free-photo/chickpeas-soup-with-vegetables-bowl-wooden-table_123827-31879.jpg", imageAlt: "Dal Makhani", buttons: [ { - text: "Order Now", - href: "/menu", - }, + text: "Order Now", href: "/menu"}, ], }, ]} @@ -205,34 +158,22 @@ export default function HomePage() {