Merge version_1 into main #2
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "/catering",
|
||||
},
|
||||
name: "Catering", id: "/catering"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Khadak Singh"
|
||||
/>
|
||||
@@ -53,20 +45,12 @@ export default function LandingPage() {
|
||||
description="Planning an event? Let us serve authentic taste."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "req",
|
||||
placeholder: "Details of your event",
|
||||
}}
|
||||
name: "req", placeholder: "Details of your event"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-natural-wood-board-turmeric-small-bowl-dark_140725-148800.jpg?_wi=2"
|
||||
imageAlt="fresh naan bread serving"
|
||||
/>
|
||||
@@ -81,20 +65,12 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "req",
|
||||
placeholder: "Event details",
|
||||
}}
|
||||
name: "req", placeholder: "Event details"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,17 +84,9 @@ export default function LandingPage() {
|
||||
description="Dedicated team for your party catering."
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Khadak Singh",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646221.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", name: "Khadak Singh", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646221.jpg?_wi=2"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Rahul",
|
||||
role: "Catering Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", name: "Rahul", role: "Catering Manager", imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,29 +96,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=12"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "North Indian",
|
||||
href: "#",
|
||||
},
|
||||
label: "North Indian", href: "#"},
|
||||
{
|
||||
label: "Tandoor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tandoor", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "/catering",
|
||||
},
|
||||
name: "Catering", id: "/catering"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Khadak Singh"
|
||||
/>
|
||||
@@ -53,15 +45,9 @@ export default function LandingPage() {
|
||||
description="Malviya Nagar, New Delhi"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76938.jpg?_wi=2"
|
||||
imageAlt="delicious indian kebab platter"
|
||||
@@ -77,15 +63,9 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,15 +81,9 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Opening Hours",
|
||||
content: "12 PM - 12 AM",
|
||||
},
|
||||
id: "q1", title: "Opening Hours", content: "12 PM - 12 AM"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Parking",
|
||||
content: "Ample space available.",
|
||||
},
|
||||
id: "q2", title: "Parking", content: "Ample space available."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,29 +93,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=13"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "North Indian",
|
||||
href: "#",
|
||||
},
|
||||
label: "North Indian", href: "#"},
|
||||
{
|
||||
label: "Tandoor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tandoor", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -25,21 +25,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "/catering",
|
||||
},
|
||||
name: "Catering", id: "/catering"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Khadak Singh"
|
||||
/>
|
||||
@@ -53,41 +45,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "Butter Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=3"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Tikka",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Chicken Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dal Makhani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Dal Makhani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Keema Mutton",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", name: "Keema Mutton", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=4"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=5",
|
||||
},
|
||||
id: "p5", name: "Paneer Tikka", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=5"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Rumali Roti",
|
||||
price: "₹30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=6",
|
||||
},
|
||||
id: "p6", name: "Rumali Roti", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=6"},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Authentic dishes served daily."
|
||||
@@ -104,41 +72,17 @@ export default function LandingPage() {
|
||||
description="Authentic dishes served daily."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=4",
|
||||
},
|
||||
id: "p1", name: "Butter Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=4"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Tikka",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=4",
|
||||
},
|
||||
id: "p2", name: "Chicken Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=4"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dal Makhani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Dal Makhani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=4"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Keema Mutton",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=7",
|
||||
},
|
||||
id: "p4", name: "Keema Mutton", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=7"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=8",
|
||||
},
|
||||
id: "p5", name: "Paneer Tikka", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=8"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Rumali Roti",
|
||||
price: "₹30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=9",
|
||||
},
|
||||
id: "p6", name: "Rumali Roti", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=9"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,29 +92,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=10"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "North Indian",
|
||||
href: "#",
|
||||
},
|
||||
label: "North Indian", href: "#"},
|
||||
{
|
||||
label: "Tandoor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tandoor", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
178
src/app/page.tsx
178
src/app/page.tsx
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "/catering",
|
||||
},
|
||||
name: "Catering", id: "/catering"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Khadak Singh"
|
||||
/>
|
||||
@@ -52,51 +44,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Naam Khadak, Swad Kadak 🔥"
|
||||
description="Authentic Punjabi Dhaba in Malviya Nagar. Freshly cooked, pocket-friendly, and packed with traditional taste."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919999999999"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/yellow-watercolor-background-diwali-sales_23-2147695853.jpg?_wi=1",
|
||||
imageAlt: "Dhaba vibe",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/yellow-watercolor-background-diwali-sales_23-2147695853.jpg?_wi=1", imageAlt: "Dhaba vibe"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-natural-wood-board-turmeric-small-bowl-dark_140725-148800.jpg?_wi=1",
|
||||
imageAlt: "Naan serving",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-natural-wood-board-turmeric-small-bowl-dark_140725-148800.jpg?_wi=1", imageAlt: "Naan serving"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76938.jpg?_wi=1",
|
||||
imageAlt: "Kebab platter",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76938.jpg?_wi=1", imageAlt: "Kebab platter"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086031.jpg",
|
||||
imageAlt: "Happy diners",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086031.jpg", imageAlt: "Happy diners"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646221.jpg?_wi=1",
|
||||
imageAlt: "Tandoor cooking",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646221.jpg?_wi=1", imageAlt: "Tandoor cooking"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=1",
|
||||
imageAlt: "Food bowl",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=1", imageAlt: "Food bowl"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,23 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Tikka",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Chicken Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dal Makhani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Dal Makhani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=1"},
|
||||
]}
|
||||
title="Chef's Specials"
|
||||
description="Taste the true soul of Punjab with our signature dishes."
|
||||
@@ -139,64 +96,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Verma",
|
||||
role: "Local Regular",
|
||||
company: "Malviya Nagar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=1",
|
||||
imageAlt: "authentic butter chicken curry bowl",
|
||||
},
|
||||
id: "1", name: "Rahul Verma", role: "Local Regular", company: "Malviya Nagar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=1", imageAlt: "authentic butter chicken curry bowl"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sneha Singh",
|
||||
role: "Foodie",
|
||||
company: "Delhi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=2",
|
||||
imageAlt: "creamy butter chicken curry",
|
||||
},
|
||||
id: "2", name: "Sneha Singh", role: "Foodie", company: "Delhi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kaeng-luang-yellow-curry-with-shrimp-coconut-shoots-southern-thai-traditional-food_640221-266.jpg?_wi=2", imageAlt: "creamy butter chicken curry"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anil Gupta",
|
||||
role: "Office Worker",
|
||||
company: "Delhi",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=2",
|
||||
imageAlt: "chicken tikka kebab skewers",
|
||||
},
|
||||
id: "3", name: "Anil Gupta", role: "Office Worker", company: "Delhi", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-kebab_2829-13889.jpg?_wi=2", imageAlt: "chicken tikka kebab skewers"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Kapoor",
|
||||
role: "Student",
|
||||
company: "Delhi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=2",
|
||||
imageAlt: "dal makhani black lentils",
|
||||
},
|
||||
id: "4", name: "Priya Kapoor", role: "Student", company: "Delhi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table-footage_140725-86564.jpg?_wi=2", imageAlt: "dal makhani black lentils"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Seth",
|
||||
role: "Food Blogger",
|
||||
company: "South Delhi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/yellow-watercolor-background-diwali-sales_23-2147695853.jpg?_wi=2",
|
||||
imageAlt: "punjabi dhaba exterior decor",
|
||||
},
|
||||
id: "5", name: "Vikram Seth", role: "Food Blogger", company: "South Delhi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/yellow-watercolor-background-diwali-sales_23-2147695853.jpg?_wi=2", imageAlt: "punjabi dhaba exterior decor"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.1★",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.1★", label: "Google Rating"},
|
||||
{
|
||||
value: "600+",
|
||||
label: "Happy Foodies",
|
||||
},
|
||||
value: "600+", label: "Happy Foodies"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Taste",
|
||||
},
|
||||
value: "10+", label: "Years Taste"},
|
||||
]}
|
||||
title="600+ Happy Customers"
|
||||
description="See why Malviya Nagar loves our authentic taste."
|
||||
@@ -214,15 +135,9 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide home delivery?",
|
||||
content: "Yes, we deliver through all major platforms and direct WhatsApp orders.",
|
||||
},
|
||||
id: "f1", title: "Do you provide home delivery?", content: "Yes, we deliver through all major platforms and direct WhatsApp orders."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the food halal?",
|
||||
content: "All our chicken and mutton dishes are sourced from certified suppliers.",
|
||||
},
|
||||
id: "f2", title: "Is the food halal?", content: "All our chicken and mutton dishes are sourced from certified suppliers."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,12 +149,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Locals"
|
||||
description="Serving the Malviya Nagar community for over a decade."
|
||||
names={[
|
||||
"Swiggy",
|
||||
"Zomato",
|
||||
"MagicPin",
|
||||
"Google Local",
|
||||
"TripAdvisor",
|
||||
]}
|
||||
"Swiggy", "Zomato", "MagicPin", "Google Local", "TripAdvisor"]}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,29 +159,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=3"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "North Indian",
|
||||
href: "#",
|
||||
},
|
||||
label: "North Indian", href: "#"},
|
||||
{
|
||||
label: "Tandoor",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tandoor", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user