Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-27 07:00:02 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Shri Chamunda"
/>
@@ -57,63 +49,33 @@ export default function LandingPage() {
description="Experience the warmth and heritage of Shri Chamunda Restaurant, where every dish tells a story of authentic spices and home-cooked love."
testimonials={[
{
name: "Rajesh Kumar",
handle: "@rajeshk",
testimonial: "The best authentic taste in the city! Reminds me of home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg",
},
name: "Rajesh Kumar", handle: "@rajeshk", testimonial: "The best authentic taste in the city! Reminds me of home.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg"},
{
name: "Priya Sharma",
handle: "@priyas",
testimonial: "Amazing ambiance and even better food. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg",
},
name: "Priya Sharma", handle: "@priyas", testimonial: "Amazing ambiance and even better food. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg"},
{
name: "Amit Patel",
handle: "@amitp",
testimonial: "Fresh ingredients and perfect spices. Truly a great find.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg",
},
name: "Amit Patel", handle: "@amitp", testimonial: "Fresh ingredients and perfect spices. Truly a great find.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg"},
{
name: "Sunita Devi",
handle: "@sunitad",
testimonial: "The hospitality was excellent and the meal was delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
},
name: "Sunita Devi", handle: "@sunitad", testimonial: "The hospitality was excellent and the meal was delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg"},
{
name: "Vijay Singh",
handle: "@vijays",
testimonial: "Everything on the menu is fantastic. Can't wait to return.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-joyful-front-view_176474-109578.jpg",
},
name: "Vijay Singh", handle: "@vijays", testimonial: "Everything on the menu is fantastic. Can't wait to return.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-joyful-front-view_176474-109578.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-cooked-rice-with-meatballs-different-seasonings-black_140725-104446.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
alt: "Happy woman enjoying at dining table",
},
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy woman enjoying at dining table"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg",
alt: "Smiley woman sitting at restaurant",
},
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", alt: "Smiley woman sitting at restaurant"},
{
src: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-199055.jpg",
alt: "Young stylish asian woman business owner",
},
src: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-199055.jpg", alt: "Young stylish asian woman business owner"},
{
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
alt: "Smiling happy business woman",
},
src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", alt: "Smiling happy business woman"},
{
src: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg",
alt: "Portrait of blonde woman with curly hair",
},
src: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg", alt: "Portrait of blonde woman with curly hair"},
]}
avatarText="Join 5,000+ happy diners"
/>
@@ -126,17 +88,11 @@ export default function LandingPage() {
description="Established with a love for traditional flavors, we bring you the finest authentic recipes served with warmth and dedication by our passionate chefs."
metrics={[
{
value: "20+",
title: "Years Experience",
},
value: "20+", title: "Years Experience"},
{
value: "150+",
title: "Traditional Recipes",
},
value: "150+", title: "Traditional Recipes"},
{
value: "5k+",
title: "Happy Diners",
},
value: "5k+", title: "Happy Diners"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-grey-surface-food-meal-vegetable-soup-ingredient-product_140725-72470.jpg"
mediaAnimation="slide-up"
@@ -152,44 +108,25 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Traditional Dal",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg",
},
id: "1", name: "Traditional Dal", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg"},
{
id: "2",
name: "Fresh Butter Naan",
price: "$3.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg",
},
id: "2", name: "Fresh Butter Naan", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg"},
{
id: "3",
name: "Spicy Chicken Curry",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371734.jpg",
},
id: "3", name: "Spicy Chicken Curry", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371734.jpg"},
{
id: "4",
name: "Vegetable Biryani",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-bowls-with-dishes_23-2147894922.jpg",
},
id: "4", name: "Vegetable Biryani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-bowls-with-dishes_23-2147894922.jpg"},
{
id: "5",
name: "Sweet Gulab Jamun",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/lohri-celebration-india_23-2151099088.jpg",
},
id: "5", name: "Sweet Gulab Jamun", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/lohri-celebration-india_23-2151099088.jpg"},
{
id: "6",
name: "Mango Lassi",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-pumpkin-juice-place-white-marble-floor_1150-35218.jpg",
},
id: "6", name: "Mango Lassi", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-pumpkin-juice-place-white-marble-floor_1150-35218.jpg"},
]}
title="Our Signature Dishes"
description="Discover a menu crafted with care, featuring time-honored recipes that bring the soul of traditional cooking to your table."
buttons={[
{
text: "Reserve a Table", href: "#contact"
}
]}
/>
</div>
@@ -198,30 +135,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rahul Verma",
imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110887.jpg",
},
id: "1", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110887.jpg"},
{
id: "2",
name: "Ananya Rao",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-having-romantic-dinner-together_23-2148435804.jpg",
},
id: "2", name: "Ananya Rao", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-having-romantic-dinner-together_23-2148435804.jpg"},
{
id: "3",
name: "Vikram Das",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
},
id: "3", name: "Vikram Das", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
{
id: "4",
name: "Sita Reddy",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5476.jpg",
},
id: "4", name: "Sita Reddy", imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-sitting-cafe_273609-5476.jpg"},
{
id: "5",
name: "Mohit Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumb-up-blouse-cardigan-looking-merry-front-view_176474-109468.jpg",
},
id: "5", name: "Mohit Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumb-up-blouse-cardigan-looking-merry-front-view_176474-109468.jpg"},
]}
cardTitle="Words from Our Guests"
cardTag="Testimonials"
@@ -235,20 +157,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer catering?",
content: "Yes, we provide full catering services for weddings and corporate events.",
},
id: "1", title: "Do you offer catering?", content: "Yes, we provide full catering services for weddings and corporate events."},
{
id: "2",
title: "Can I make a reservation?",
content: "Reservations are highly recommended. Please contact us via our booking form.",
},
id: "2", title: "Can I make a reservation?", content: "Reservations are highly recommended. Please contact us via our booking form."},
{
id: "3",
title: "Are there vegan options?",
content: "We offer a wide selection of delicious vegan and vegetarian dishes.",
},
id: "3", title: "Are there vegan options?", content: "We offer a wide selection of delicious vegan and vegetarian dishes."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-arranging-decorations-christmas-table_23-2147969389.jpg"
title="Common Inquiries"
@@ -266,35 +179,11 @@ export default function LandingPage() {
description="Learn more about the techniques and stories behind our kitchen creations."
blogs={[
{
id: "1",
category: "Cooking",
title: "The Art of Spices",
excerpt: "Explore how we blend traditional spices to create depth.",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-composition-with-boards_23-2147681797.jpg",
authorName: "Chef Arjun",
authorAvatar: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg",
date: "Jan 12, 2025",
},
id: "1", category: "Cooking", title: "The Art of Spices", excerpt: "Explore how we blend traditional spices to create depth.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-composition-with-boards_23-2147681797.jpg", authorName: "Chef Arjun", authorAvatar: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg", date: "Jan 12, 2025"},
{
id: "2",
category: "Tradition",
title: "Generational Recipes",
excerpt: "How our grandmothers' recipes continue to shape our menu today.",
imageSrc: "http://img.b2bpic.net/free-photo/medieval-historical-rendering-meal_23-2151060275.jpg",
authorName: "Chef Meera",
authorAvatar: "http://img.b2bpic.net/free-photo/lateral-view-man-woman-cooking-together_23-2148363528.jpg",
date: "Jan 15, 2025",
},
id: "2", category: "Tradition", title: "Generational Recipes", excerpt: "How our grandmothers' recipes continue to shape our menu today.", imageSrc: "http://img.b2bpic.net/free-photo/medieval-historical-rendering-meal_23-2151060275.jpg", authorName: "Chef Meera", authorAvatar: "http://img.b2bpic.net/free-photo/lateral-view-man-woman-cooking-together_23-2148363528.jpg", date: "Jan 15, 2025"},
{
id: "3",
category: "Ingredients",
title: "Farm to Table",
excerpt: "We source fresh ingredients directly to ensure quality.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg",
authorName: "Chef Arjun",
authorAvatar: "http://img.b2bpic.net/free-photo/fashionable-young-woman-sitting-caf-eating-muffin_23-2147974613.jpg",
date: "Jan 20, 2025",
},
id: "3", category: "Ingredients", title: "Farm to Table", excerpt: "We source fresh ingredients directly to ensure quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", authorName: "Chef Arjun", authorAvatar: "http://img.b2bpic.net/free-photo/fashionable-young-woman-sitting-caf-eating-muffin_23-2147974613.jpg", date: "Jan 20, 2025"},
]}
/>
</div>
@@ -303,14 +192,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Join us today for an authentic culinary experience that brings family together."
buttons={[
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
]}
/>
</div>
@@ -321,33 +207,21 @@ export default function LandingPage() {
logoText="Shri Chamunda"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -356,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}