From 83c79781396a17d61e2b4b5bc30ec1c89ee639cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:09:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be130b7..caca1c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; @@ -64,14 +63,11 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + description="Our chefs pick the best authentic ingredients." products={[ { id: "m1", name: "Butter Chicken", price: "₹280", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/goulash-soup-wood_1150-12280.jpg" }, { id: "m2", name: "Dal Makhani", price: "₹220", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-sweet-potato-puree_185193-109284.jpg" }, - { id: "m3", name: "Paneer Tikka", price: "₹320", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-6893.jpg" }, - { id: "m4", name: "Veg Biryani", price: "₹250", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-fresh-delicious-vegan-salad-with-various-organic-vegetables_140725-135196.jpg" }, - { id: "m5", name: "Chicken Biryani", price: "₹300", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-assortment_23-2148821520.jpg" }, - { id: "m6", name: "Naan", price: "₹40", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033993.jpg" }, - { id: "m7", name: "Gulab Jamun", price: "₹80", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/gulab-jamun-sweet-dish_23-2149258203.jpg" } + { id: "m3", name: "Paneer Tikka", price: "₹320", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-6893.jpg" } ]} title="Our Menu" /> @@ -92,14 +88,19 @@ export default function LandingPage() {