Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 897391907d | |||
| 1171ff9a07 | |||
| 21be116292 | |||
| c747bbed95 |
137
src/app/page.tsx
137
src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shri Chamunda"
|
||||
/>
|
||||
@@ -47,35 +43,24 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="Authentic Flavors, Timeless Traditions"
|
||||
description="Experience the warmth and heritage of Shri Chamunda Restaurant, where every dish tells a story of authentic spices and home-cooked love."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
]}
|
||||
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: "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: "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: "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: "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: "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/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/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/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/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/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"
|
||||
/>
|
||||
@@ -87,12 +72,9 @@ export default function LandingPage() {
|
||||
title="Our Passion for Fine Dining"
|
||||
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: "150+", title: "Traditional Recipes"},
|
||||
{
|
||||
value: "5k+", title: "Happy Diners"},
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "150+", title: "Traditional Recipes" },
|
||||
{ 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"
|
||||
@@ -107,26 +89,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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: "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: "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: "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: "1", name: "Traditional Dal", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg" },
|
||||
{ id: "2", name: "Fresh Butter Naan", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg" },
|
||||
{ id: "3", name: "Spicy Chicken Curry", price: "₹1150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371734.jpg" },
|
||||
{ id: "4", name: "Vegetable Biryani", price: "₹990", imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-bowls-with-dishes_23-2147894922.jpg" },
|
||||
{ id: "5", name: "Sweet Gulab Jamun", price: "₹490", imageSrc: "http://img.b2bpic.net/free-photo/lohri-celebration-india_23-2151099088.jpg" },
|
||||
{ id: "6", name: "Mango Lassi", price: "₹400", 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>
|
||||
|
||||
@@ -134,16 +105,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
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: "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: "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: "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: "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: "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"
|
||||
@@ -156,12 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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: "3", title: "Are there vegan options?", content: "We offer a wide selection of delicious vegan and vegetarian dishes."},
|
||||
{ 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: "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"
|
||||
@@ -178,12 +141,9 @@ export default function LandingPage() {
|
||||
title="Culinary Insights"
|
||||
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: "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: "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: "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>
|
||||
@@ -191,12 +151,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ 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>
|
||||
@@ -208,20 +166,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu", href: "#products"},
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user