Merge version_2 into main #2
@@ -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() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[]}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Doe", imageSrc: "" },
|
||||
{ id: "t2", name: "Jane Smith", imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
tag="Contact"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Contact & Reservations"
|
||||
description="Address: 2nd - 3rd floor, A-1 Rajeev chauraha, Rk colony Bhilwara Rajasthan 311001. Call: 8875353533"
|
||||
|
||||
Reference in New Issue
Block a user