Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
349
src/app/page.tsx
349
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Signature",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Signature", id: "#features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Offerings",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Offerings", id: "#pricing"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-labels-template_23-2149444840.jpg"
|
||||
logoAlt="BIKANER THAAT BAAT logo"
|
||||
@@ -81,46 +63,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="BIKANER THAAT BAAT: Where Culinary Excellence Meets Tradition"
|
||||
description="Experience the rich heritage of Bikaneri cuisine, meticulously crafted with authentic spices and time-honored recipes. A royal dining experience awaits you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-green-cream-dark-wall-cookies-biscuit-sweet-sugar-cake-pie_140725-53256.jpg?_wi=1",
|
||||
imageAlt: "Luxurious Indian Thali spread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-green-cream-dark-wall-cookies-biscuit-sweet-sugar-cake-pie_140725-53256.jpg", imageAlt: "Luxurious Indian Thali spread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg?_wi=1",
|
||||
imageAlt: "Close up of an Indian dessert platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg", imageAlt: "Close up of an Indian dessert platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404301.jpg",
|
||||
imageAlt: "Beautiful restaurant interior with Indian decor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404301.jpg", imageAlt: "Beautiful restaurant interior with Indian decor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg",
|
||||
imageAlt: "Indian chef preparing a gourmet dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg", imageAlt: "Indian chef preparing a gourmet dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-prepare-bowl-chopped-red-cabbage-togther-with-bunch-parsley-garlic-bowl-black-pepper-turmeric-ground-pepper-beet-salad-wooden-table-with-copy-place_140725-138801.jpg",
|
||||
imageAlt: "Vibrant Indian spices assortment in bowls",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-prepare-bowl-chopped-red-cabbage-togther-with-bunch-parsley-garlic-bowl-black-pepper-turmeric-ground-pepper-beet-salad-wooden-table-with-copy-place_140725-138801.jpg", imageAlt: "Vibrant Indian spices assortment in bowls"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg",
|
||||
imageAlt: "Couple enjoying fine dining at an Indian restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", imageAlt: "Couple enjoying fine dining at an Indian restaurant"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -131,19 +96,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy, Your Experience at ",
|
||||
},
|
||||
type: "text", content: "Our Legacy, Your Experience at "},
|
||||
{
|
||||
type: "text",
|
||||
content: "BIKANER THAAT BAAT",
|
||||
},
|
||||
type: "text", content: "BIKANER THAAT BAAT"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More About Us", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,46 +115,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Bikaneri Cuisine",
|
||||
description: "Savor the true flavors of Rajasthan with recipes passed down through generations, crafted to perfection with indigenous spices.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-thali-feast_23-2152002836.jpg",
|
||||
imageAlt: "Gourmet Indian thali presentation",
|
||||
},
|
||||
title: "Authentic Bikaneri Cuisine", description: "Savor the true flavors of Rajasthan with recipes passed down through generations, crafted to perfection with indigenous spices.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-thali-feast_23-2152002836.jpg", imageAlt: "Gourmet Indian thali presentation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg",
|
||||
imageAlt: "Elegant restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-labels-template_23-2149444840.jpg",
|
||||
imageAlt: "gourmet Indian thali presentation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", imageAlt: "Elegant restaurant ambiance"}
|
||||
},
|
||||
{
|
||||
title: "Exquisite Ambiance",
|
||||
description: "Dine in a setting that blends traditional Indian grandeur with contemporary elegance, creating an unforgettable atmosphere.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-vegetable-cooking-meal-cuisine-food-dish-meat-cook-dinner_140725-158768.jpg",
|
||||
imageAlt: "Close up traditional Indian curry",
|
||||
},
|
||||
title: "Exquisite Ambiance", description: "Dine in a setting that blends traditional Indian grandeur with contemporary elegance, creating an unforgettable atmosphere.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-vegetable-cooking-meal-cuisine-food-dish-meat-cook-dinner_140725-158768.jpg", imageAlt: "Close up traditional Indian curry"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722795.jpg",
|
||||
imageAlt: "Attentive waiter serving Indian meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-green-cream-dark-wall-cookies-biscuit-sweet-sugar-cake-pie_140725-53256.jpg?_wi=2",
|
||||
imageAlt: "gourmet Indian thali presentation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722795.jpg", imageAlt: "Attentive waiter serving Indian meal"}
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Our dedicated staff provides warm, attentive service, ensuring every visit is a seamless and delightful culinary journey.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-whole-chopped-fresh-vegetables-different-spices_140725-149687.jpg",
|
||||
imageAlt: "Fresh premium Indian ingredients",
|
||||
},
|
||||
title: "Impeccable Service", description: "Our dedicated staff provides warm, attentive service, ensuring every visit is a seamless and delightful culinary journey.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-whole-chopped-fresh-vegetables-different-spices_140725-149687.jpg", imageAlt: "Fresh premium Indian ingredients"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg",
|
||||
imageAlt: "Handcrafted Indian bread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-cookie-inside-plate-dark-surface-cake-biscuit-pie-sugar-sweet-bake-tea_140725-53243.jpg?_wi=2",
|
||||
imageAlt: "gourmet Indian thali presentation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg", imageAlt: "Handcrafted Indian bread"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -212,53 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Paneer Makhani",
|
||||
price: "$22",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-milk-pudding-sutlach-desert-pottery-bowl_140725-1688.jpg",
|
||||
imageAlt: "Creamy Paneer Makhani",
|
||||
},
|
||||
id: "p1", name: "Paneer Makhani", price: "$22", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/turkish-milk-pudding-sutlach-desert-pottery-bowl_140725-1688.jpg", imageAlt: "Creamy Paneer Makhani"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Dal Bati Churma",
|
||||
price: "$28",
|
||||
variant: "Traditional Rajasthani",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-casserole-with-sauces_140725-14095.jpg",
|
||||
imageAlt: "Traditional Dal Bati Churma",
|
||||
},
|
||||
id: "p2", name: "Dal Bati Churma", price: "$28", variant: "Traditional Rajasthani", imageSrc: "http://img.b2bpic.net/free-photo/side-view-casserole-with-sauces_140725-14095.jpg", imageAlt: "Traditional Dal Bati Churma"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Laal Maas",
|
||||
price: "$30",
|
||||
variant: "Non-Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-rice-with-meatballs-different-seasonings-dark_140725-104448.jpg",
|
||||
imageAlt: "Spicy Laal Maas curry",
|
||||
},
|
||||
id: "p3", name: "Laal Maas", price: "$30", variant: "Non-Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-rice-with-meatballs-different-seasonings-dark_140725-104448.jpg", imageAlt: "Spicy Laal Maas curry"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Gatte Ki Sabzi",
|
||||
price: "$19",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-baked-apple-onion-pomegranate-chestnuts-bell-pepper-top-view_141793-3768.jpg",
|
||||
imageAlt: "Flavorful Gatte Ki Sabzi",
|
||||
},
|
||||
id: "p4", name: "Gatte Ki Sabzi", price: "$19", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-baked-apple-onion-pomegranate-chestnuts-bell-pepper-top-view_141793-3768.jpg", imageAlt: "Flavorful Gatte Ki Sabzi"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bikaneri Kachori",
|
||||
price: "$14",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-lemonade-with-freshy-bakery-marble-wall_114579-30279.jpg",
|
||||
imageAlt: "Crispy Bikaneri Kachori",
|
||||
},
|
||||
id: "p5", name: "Bikaneri Kachori", price: "$14", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/sweet-lemonade-with-freshy-bakery-marble-wall_114579-30279.jpg", imageAlt: "Crispy Bikaneri Kachori"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Malpua with Rabri",
|
||||
price: "$16",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-potato-pie-with-pumpkin-dark-grey-background-pie-bake-oven-hotcake-cake_140725-121523.jpg",
|
||||
imageAlt: "Sweet Malpua with Rabri",
|
||||
},
|
||||
id: "p6", name: "Malpua with Rabri", price: "$16", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-potato-pie-with-pumpkin-dark-grey-background-pie-bake-oven-hotcake-cake_140725-121523.jpg", imageAlt: "Sweet Malpua with Rabri"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="A curated selection of authentic Bikaneri and Rajasthani dishes, prepared with passion and precision. Indulge in culinary masterpieces."
|
||||
@@ -272,42 +171,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "tasting-menu",
|
||||
badge: "Chef's Recommendation",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$75/person",
|
||||
subtitle: "An unforgettable journey through Bikaneri flavors.",
|
||||
buttons: [
|
||||
id: "tasting-menu", badge: "Chef's Recommendation", badgeIcon: Sparkles,
|
||||
price: "$75/person", subtitle: "An unforgettable journey through Bikaneri flavors.", buttons: [
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Menu", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"5-Course Degustation",
|
||||
"Paired with Fine Wines (Optional)",
|
||||
"Exclusive Chef's Creations",
|
||||
"Private Dining Available",
|
||||
],
|
||||
"5-Course Degustation", "Paired with Fine Wines (Optional)", "Exclusive Chef's Creations", "Private Dining Available"],
|
||||
},
|
||||
{
|
||||
id: "catering",
|
||||
badge: "Custom Events",
|
||||
badgeIcon: Award,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Bring the BIKANER THAAT BAAT experience to your event.",
|
||||
buttons: [
|
||||
id: "catering", badge: "Custom Events", badgeIcon: Award,
|
||||
price: "Custom Quote", subtitle: "Bring the BIKANER THAAT BAAT experience to your event.", buttons: [
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Personalized Menu Planning",
|
||||
"On-Site Culinary Team",
|
||||
"Full Service Setup & Cleanup",
|
||||
"Suitable for Any Occasion",
|
||||
],
|
||||
"Personalized Menu Planning", "On-Site Culinary Team", "Full Service Setup & Cleanup", "Suitable for Any Occasion"],
|
||||
},
|
||||
]}
|
||||
title="Special Tasting Menus & Catering"
|
||||
@@ -322,26 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Chef Anand Singh",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41088.jpg",
|
||||
imageAlt: "Chef Anand Singh",
|
||||
},
|
||||
id: "t1", name: "Chef Anand Singh", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41088.jpg", imageAlt: "Chef Anand Singh"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Chef Priya Sharma",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-male-cook-wearing-chef-uniform-glasses-holding-white-wall-isolated-yellow-wall-with-copy-space_141793-78468.jpg",
|
||||
imageAlt: "Chef Priya Sharma",
|
||||
},
|
||||
id: "t2", name: "Chef Priya Sharma", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-male-cook-wearing-chef-uniform-glasses-holding-white-wall-isolated-yellow-wall-with-copy-space_141793-78468.jpg", imageAlt: "Chef Priya Sharma"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-diplomatic-suit-standing-outside-front-startup-company-office-talking-phone-discussing-financial-strategy-with-remote-manager-outdoors-concept_482257-28144.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "t3", name: "Rajesh Kumar", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-diplomatic-suit-standing-outside-front-startup-company-office-talking-phone-discussing-financial-strategy-with-remote-manager-outdoors-concept_482257-28144.jpg", imageAlt: "Rajesh Kumar"},
|
||||
]}
|
||||
title="Meet Our Culinary Maestros"
|
||||
description="Behind every exquisite dish is a team of passionate chefs dedicated to culinary perfection and preserving traditional Bikaneri flavors."
|
||||
@@ -355,45 +219,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Ananya Gupta",
|
||||
handle: "@ananyagourmet",
|
||||
testimonial: "An absolute culinary delight! BIKANER THAAT BAAT transported me straight to Rajasthan with its incredible flavors and exquisite ambiance. The Dal Bati Churma is a must-try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663870.jpg",
|
||||
imageAlt: "Ananya Gupta",
|
||||
},
|
||||
id: "tm1", name: "Ananya Gupta", handle: "@ananyagourmet", testimonial: "An absolute culinary delight! BIKANER THAAT BAAT transported me straight to Rajasthan with its incredible flavors and exquisite ambiance. The Dal Bati Churma is a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663870.jpg", imageAlt: "Ananya Gupta"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "Vikram Patel",
|
||||
handle: "@patel_eats",
|
||||
testimonial: "From the warm welcome to the last bite of dessert, every moment at BIKANER THAAT BAAT was pure perfection. The Laal Maas was spicy, rich, and unforgettable. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283537.jpg",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "tm2", name: "Vikram Patel", handle: "@patel_eats", testimonial: "From the warm welcome to the last bite of dessert, every moment at BIKANER THAAT BAAT was pure perfection. The Laal Maas was spicy, rich, and unforgettable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283537.jpg", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Sneha Reddy",
|
||||
handle: "@foodie_sneha",
|
||||
testimonial: "The attention to detail in every dish and the elegant presentation truly make BIKANER THAAT BAAT a premium dining experience. The Paneer Makhani was divine!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
imageAlt: "Sneha Reddy",
|
||||
},
|
||||
id: "tm3", name: "Sneha Reddy", handle: "@foodie_sneha", testimonial: "The attention to detail in every dish and the elegant presentation truly make BIKANER THAAT BAAT a premium dining experience. The Paneer Makhani was divine!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", imageAlt: "Sneha Reddy"},
|
||||
{
|
||||
id: "tm4",
|
||||
name: "Rohan Sharma",
|
||||
handle: "@rohan_adventures",
|
||||
testimonial: "An authentic taste of Bikaner right here! The Gatte Ki Sabzi reminded me of my grandmother's cooking. A wonderful blend of tradition and luxury. Will definitely be back!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552652.jpg",
|
||||
imageAlt: "Rohan Sharma",
|
||||
},
|
||||
id: "tm4", name: "Rohan Sharma", handle: "@rohan_adventures", testimonial: "An authentic taste of Bikaner right here! The Gatte Ki Sabzi reminded me of my grandmother's cooking. A wonderful blend of tradition and luxury. Will definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552652.jpg", imageAlt: "Rohan Sharma"},
|
||||
{
|
||||
id: "tm5",
|
||||
name: "Meera Joshi",
|
||||
handle: "@meera_travels",
|
||||
testimonial: "I celebrated my anniversary at BIKANER THAAT BAAT, and it was magical. The staff made us feel like royalty, and the food was simply breathtaking. A truly regal experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-kissing-woman-s-hand_23-2149390951.jpg",
|
||||
imageAlt: "Meera Joshi",
|
||||
},
|
||||
id: "tm5", name: "Meera Joshi", handle: "@meera_travels", testimonial: "I celebrated my anniversary at BIKANER THAAT BAAT, and it was magical. The staff made us feel like royalty, and the food was simply breathtaking. A truly regal experience!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-kissing-woman-s-hand_23-2149390951.jpg", imageAlt: "Meera Joshi"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have savored the authentic tastes and experienced the royal hospitality of BIKANER THAAT BAAT."
|
||||
@@ -408,25 +242,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for dinner and weekend seating, to ensure the best dining experience. You can book through our website or by calling us directly.",
|
||||
},
|
||||
id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner and weekend seating, to ensure the best dining experience. You can book through our website or by calling us directly."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open for lunch from 12:00 PM to 3:00 PM and for dinner from 6:00 PM to 10:30 PM, Monday through Sunday. Please check our 'Contact Us' section for any special holiday hours.",
|
||||
},
|
||||
id: "faq2", title: "What are your operating hours?", content: "We are open for lunch from 12:00 PM to 3:00 PM and for dinner from 6:00 PM to 10:30 PM, Monday through Sunday. Please check our 'Contact Us' section for any special holiday hours."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Absolutely! Our menu features a wide array of exquisite vegetarian dishes, and our chefs are happy to accommodate vegan preferences upon request. Please inform your server of any dietary needs.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer vegetarian and vegan options?", content: "Absolutely! Our menu features a wide array of exquisite vegetarian dishes, and our chefs are happy to accommodate vegan preferences upon request. Please inform your server of any dietary needs."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you cater for private events or parties?",
|
||||
content: "Yes, BIKANER THAAT BAAT offers bespoke catering services for private events, corporate gatherings, and special occasions. Please contact our events team to discuss your specific requirements and receive a customized quote.",
|
||||
},
|
||||
id: "faq4", title: "Can you cater for private events or parties?", content: "Yes, BIKANER THAAT BAAT offers bespoke catering services for private events, corporate gatherings, and special occasions. Please contact our events team to discuss your specific requirements and receive a customized quote."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about reservations, dining options, and services at BIKANER THAAT BAAT."
|
||||
@@ -439,18 +261,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visit Us or Make a Reservation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: +91 123 456 7890",
|
||||
href: "tel:+911234567890",
|
||||
},
|
||||
text: "Call Us: +91 123 456 7890", href: "tel:+911234567890"},
|
||||
{
|
||||
text: "Email: reservations@bikaner.com",
|
||||
href: "mailto:reservations@bikaner.com",
|
||||
},
|
||||
text: "Email: reservations@bikaner.com", href: "mailto:reservations@bikaner.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -463,61 +280,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "The Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "The Menu", href: "#menu"},
|
||||
{
|
||||
label: "Tasting Menus",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Tasting Menus", href: "#pricing"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Catering Inquiry",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Catering Inquiry", href: "#pricing"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Google Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user