Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-04-02 07:23:02 +00:00
4 changed files with 68 additions and 238 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/components/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -25,14 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Catering", id: "/catering"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Catering", id: "/catering" },
{ name: "Contact", id: "/contact" },
]}
brandName="Khadak Singh"
/>
@@ -44,71 +40,29 @@ export default function LandingPage() {
title="Bulk Orders & Catering"
description="Planning an event? Let us serve authentic taste."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
{
name: "phone", type: "tel", placeholder: "Phone Number"},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
]}
textarea={{
name: "req", placeholder: "Details of your event"}}
textarea={{ 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"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Bulk Orders & Catering"
description="Planning an event? Let us serve authentic taste."
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=11"
mediaAnimation="slide-up"
inputs={[
{
name: "name", type: "text", placeholder: "Name"},
{
name: "phone", type: "tel", placeholder: "Phone"},
]}
textarea={{
name: "req", placeholder: "Event details"}}
/>
</div>
<div id="team" data-section="team">
<TeamCardSix
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Our Event Specialists"
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: "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>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=12"
columns={[
{
title: "Menu", items: [
{
label: "North Indian", href: "#"},
{
label: "Tandoor", href: "#"},
{ label: "North Indian", href: "#" },
{ label: "Tandoor", href: "#" },
],
},
{
title: "Support", items: [
{
label: "Call Now", href: "tel:+919999999999"},
{
label: "WhatsApp", href: "https://wa.me/919999999999"},
{ label: "Call Now", href: "tel:+919999999999" },
{ label: "WhatsApp", href: "https://wa.me/919999999999" },
],
},
]}
@@ -117,4 +71,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/components/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
@@ -25,14 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Catering", id: "/catering"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Catering", id: "/catering" },
{ name: "Contact", id: "/contact" },
]}
brandName="Khadak Singh"
/>
@@ -44,32 +40,14 @@ export default function LandingPage() {
title="Visit Us"
description="Malviya Nagar, New Delhi"
inputs={[
{
name: "name", type: "text", placeholder: "Name"},
{
name: "phone", type: "tel", placeholder: "Phone Number"},
{ name: "name", type: "text", placeholder: "Name" },
{ 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"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us"
description="Malviya Nagar, New Delhi"
imageSrc="http://img.b2bpic.net/free-vector/yellow-watercolor-background-diwali-sales_23-2147695853.jpg?_wi=3"
mediaAnimation="slide-up"
inputs={[
{
name: "name", type: "text", placeholder: "Name"},
{
name: "phone", type: "tel", placeholder: "Phone"},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
@@ -80,10 +58,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
id: "q1", title: "Opening Hours", content: "12 PM - 12 AM"},
{
id: "q2", title: "Parking", content: "Ample space available."},
{ id: "q1", title: "Opening Hours", content: "12 PM - 12 AM" },
{ id: "q2", title: "Parking", content: "Ample space available." },
]}
/>
</div>
@@ -94,18 +70,14 @@ export default function LandingPage() {
columns={[
{
title: "Menu", items: [
{
label: "North Indian", href: "#"},
{
label: "Tandoor", href: "#"},
{ label: "North Indian", href: "#" },
{ label: "Tandoor", href: "#" },
],
},
{
title: "Support", items: [
{
label: "Call Now", href: "tel:+919999999999"},
{
label: "WhatsApp", href: "https://wa.me/919999999999"},
{ label: "Call Now", href: "tel:+919999999999" },
{ label: "WhatsApp", href: "https://wa.me/919999999999" },
],
},
]}
@@ -114,4 +86,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/components/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -24,44 +24,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Catering", id: "/catering"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Catering", id: "/catering" },
{ name: "Contact", id: "/contact" },
]}
brandName="Khadak Singh"
/>
</div>
<div id="menu-list" data-section="menu-list">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
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: "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: "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: "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."
/>
</div>
<div id="product" data-section="product">
<ProductCardOne
animationType="slide-up"
@@ -71,18 +42,9 @@ export default function LandingPage() {
title="Our Full Menu"
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: "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: "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: "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: "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: "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" },
]}
/>
</div>
@@ -93,18 +55,14 @@ export default function LandingPage() {
columns={[
{
title: "Menu", items: [
{
label: "North Indian", href: "#"},
{
label: "Tandoor", href: "#"},
{ label: "North Indian", href: "#" },
{ label: "Tandoor", href: "#" },
],
},
{
title: "Support", items: [
{
label: "Call Now", href: "tel:+919999999999"},
{
label: "WhatsApp", href: "https://wa.me/919999999999"},
{ label: "Call Now", href: "tel:+919999999999" },
{ label: "WhatsApp", href: "https://wa.me/919999999999" },
],
},
]}
@@ -113,4 +71,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1,13 +1,12 @@
"use client";
import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/components/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
@@ -28,14 +27,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Catering", id: "/catering"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Catering", id: "/catering" },
{ name: "Contact", id: "/contact" },
]}
brandName="Khadak Singh"
/>
@@ -43,29 +38,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars"}}
background={{ 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: "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: "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: "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: "6", imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=1", imageAlt: "Food bowl"},
{ 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: "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: "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" },
]}
/>
</div>
@@ -77,12 +59,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
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: "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: "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: "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."
@@ -95,29 +74,14 @@ export default function LandingPage() {
textboxLayout="split"
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: "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: "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: "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: "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" },
]}
kpiItems={[
{
value: "4.1★", label: "Google Rating"},
{
value: "600+", label: "Happy Foodies"},
{
value: "10+", label: "Years Taste"},
{ value: "4.1★", label: "Google Rating" },
{ value: "600+", label: "Happy Foodies" },
{ value: "10+", label: "Years Taste" },
]}
title="600+ Happy Customers"
description="See why Malviya Nagar loves our authentic taste."
@@ -134,44 +98,26 @@ export default function LandingPage() {
mediaAnimation="slide-up"
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: "f2", title: "Is the food halal?", content: "All our chicken and mutton dishes are sourced from certified suppliers."},
{ 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." },
]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Locals"
description="Serving the Malviya Nagar community for over a decade."
names={[
"Swiggy", "Zomato", "MagicPin", "Google Local", "TripAdvisor"]}
showCard={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg?_wi=3"
columns={[
{
title: "Menu", items: [
{
label: "North Indian", href: "#"},
{
label: "Tandoor", href: "#"},
{ label: "North Indian", href: "#" },
{ label: "Tandoor", href: "#" },
],
},
{
title: "Support", items: [
{
label: "Call Now", href: "tel:+919999999999"},
{
label: "WhatsApp", href: "https://wa.me/919999999999"},
{ label: "Call Now", href: "tel:+919999999999" },
{ label: "WhatsApp", href: "https://wa.me/919999999999" },
],
},
]}
@@ -180,4 +126,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}