Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-05 12:08:09 +00:00

View File

@@ -32,27 +32,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Royal Taste"
button={{
text: "Reserve a Table",
href: "#contact",
}}
text: "Reserve a Table", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -60,43 +50,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Welcome To Royal Taste"
description="Experience fresh, delicious food in an inviting ambiance, tailored for your best dining moments. We blend tradition with innovation."
tag="Experience Fine Dining"
buttons={[
{
text: "Explore Menu",
href: "#menu",
},
text: "Explore Menu", href: "#menu"},
{
text: "Reserve Your Table",
href: "#contact",
},
text: "Reserve Your Table", href: "#contact"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
imageAlt: "Luxurious restaurant interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", imageAlt: "Luxurious restaurant interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg",
imageAlt: "Gourmet dish being served",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-bowl-with-fruit-slices_140725-4982.jpg",
imageAlt: "Elegant restaurant decor",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg",
imageAlt: "Chef preparing gourmet food",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
imageAlt: "Modern restaurant ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg", imageAlt: "Gourmet dish being served"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -109,17 +78,12 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About Royal Taste",
},
type: "text", content: "About Royal Taste"},
]}
buttons={[
{
text: "Learn More About Us",
href: "#",
},
text: "Learn More About Us", href: "#"},
]}
description="At Royal Taste, we pride ourselves on delivering a premium dining experience. Our commitment to using the freshest ingredients, combined with exceptional service, ensures every visit is memorable. From authentic Indian recipes to innovative culinary creations, our goal is to provide an unforgettable gastronomic journey for all our guests."
imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg"
imageAlt="Chef preparing food in a clean kitchen"
/>
@@ -131,29 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Classic Indian",
title: "Paneer Butter Masala",
subtitle: "Creamy & Rich",
description: "A rich and creamy Indian curry made with soft paneer cubes cooked in a buttery tomato gravy.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-stuffed-cabbage-stuffed-cabbage-bowls-herbs-white-yellow-sauces-black-pepper-spices-rice-sour-cream-multicolored-checkered-tablecloth-dark-surface_140725-118672.jpg",
imageAlt: "Paneer Butter Masala",
},
tag: "Classic Indian", title: "Paneer Butter Masala", subtitle: "Creamy & Rich", description: "A rich and creamy Indian curry made with soft paneer cubes cooked in a buttery tomato gravy.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-stuffed-cabbage-stuffed-cabbage-bowls-herbs-white-yellow-sauces-black-pepper-spices-rice-sour-cream-multicolored-checkered-tablecloth-dark-surface_140725-118672.jpg", imageAlt: "Paneer Butter Masala"},
{
tag: "Signature Dish",
title: "Hyderabadi Biryani",
subtitle: "Authentic Aromatic",
description: "Fragrant basmati rice cooked with tender meat or vegetables, infused with aromatic spices for a royal taste.",
imageSrc: "http://img.b2bpic.net/free-photo/anise-board-near-rice-dish_23-2147894745.jpg",
imageAlt: "Hyderabadi Biryani",
},
tag: "Signature Dish", title: "Hyderabadi Biryani", subtitle: "Authentic Aromatic", description: "Fragrant basmati rice cooked with tender meat or vegetables, infused with aromatic spices for a royal taste.", imageSrc: "http://img.b2bpic.net/free-photo/anise-board-near-rice-dish_23-2147894745.jpg", imageAlt: "Hyderabadi Biryani"},
{
tag: "Vegetarian Delight",
title: "Royal Thali",
subtitle: "A Grand Spread",
description: "An exquisite platter featuring a variety of seasonal vegetables, dal, bread, rice, and dessert, offering a complete meal.",
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404326.jpg",
imageAlt: "Royal Thali",
},
tag: "Vegetarian Delight", title: "Royal Thali", subtitle: "A Grand Spread", description: "An exquisite platter featuring a variety of seasonal vegetables, dal, bread, rice, and dessert, offering a complete meal.", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404326.jpg", imageAlt: "Royal Thali"},
]}
title="Our Specialities"
description="Discover the dishes that make Royal Taste a culinary destination. Each dish is crafted with passion and expertise."
@@ -169,65 +115,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Appetizer",
name: "Paneer Tikka",
price: "₹320",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-bbq-sauce-onion-salad_114579-3622.jpg",
imageAlt: "Paneer Tikka",
},
id: "p1", brand: "Appetizer", name: "Paneer Tikka", price: "₹320", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-bbq-sauce-onion-salad_114579-3622.jpg", imageAlt: "Paneer Tikka"},
{
id: "p2",
brand: "Main Course",
name: "Chicken Tikka Masala",
price: "₹450",
rating: 5,
reviewCount: "150 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20544.jpg",
imageAlt: "Chicken Tikka Masala",
},
id: "p2", brand: "Main Course", name: "Chicken Tikka Masala", price: "₹450", rating: 5,
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20544.jpg", imageAlt: "Chicken Tikka Masala"},
{
id: "p3",
brand: "Bread",
name: "Garlic Naan",
price: "₹80",
rating: 5,
reviewCount: "90 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034030.jpg",
imageAlt: "Garlic Naan",
},
id: "p3", brand: "Bread", name: "Garlic Naan", price: "₹80", rating: 5,
reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034030.jpg", imageAlt: "Garlic Naan"},
{
id: "p4",
brand: "Rice",
name: "Vegetable Pulao",
price: "₹250",
rating: 4,
reviewCount: "75 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plain-boiled-rice-with-different-spices_140725-150755.jpg",
imageAlt: "Vegetable Pulao",
},
id: "p4", brand: "Rice", name: "Vegetable Pulao", price: "₹250", rating: 4,
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plain-boiled-rice-with-different-spices_140725-150755.jpg", imageAlt: "Vegetable Pulao"},
{
id: "p5",
brand: "Dessert",
name: "Gulab Jamun",
price: "₹150",
rating: 5,
reviewCount: "110 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sweet-tang-yuan-arrangement_23-2149149071.jpg",
imageAlt: "Gulab Jamun",
},
id: "p5", brand: "Dessert", name: "Gulab Jamun", price: "₹150", rating: 5,
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sweet-tang-yuan-arrangement_23-2149149071.jpg", imageAlt: "Gulab Jamun"},
{
id: "p6",
brand: "Beverage",
name: "Mango Lassi",
price: "₹180",
rating: 5,
reviewCount: "85 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-watermelon-jam-with-wooden-background_114579-8643.jpg",
imageAlt: "Mango Lassi",
},
id: "p6", brand: "Beverage", name: "Mango Lassi", price: "₹180", rating: 5,
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tasty-watermelon-jam-with-wooden-background_114579-8643.jpg", imageAlt: "Mango Lassi"},
]}
title="Our Full Menu"
description="Explore our diverse range of delectable dishes, from appetizers to desserts, crafted to perfection."
@@ -243,20 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
description: "Years of Culinary Excellence",
},
id: "m1", value: "15+", description: "Years of Culinary Excellence"},
{
id: "m2",
value: "5000+",
description: "Happy Regular Customers",
},
id: "m2", value: "5000+", description: "Happy Regular Customers"},
{
id: "m3",
value: "100+",
description: "Unique Dishes Served",
},
id: "m3", value: "100+", description: "Unique Dishes Served"},
]}
title="Restaurant Highlights"
description="A glance at what makes Royal Taste a cherished dining spot."
@@ -271,45 +166,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Neha Sharma",
role: "Food Critic",
testimonial: "Royal Taste delivers an unparalleled dining experience. The Paneer Butter Masala is simply divine!",
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg",
imageAlt: "Neha Sharma",
},
id: "t1", name: "Neha Sharma", role: "Food Critic", testimonial: "Royal Taste delivers an unparalleled dining experience. The Paneer Butter Masala is simply divine!", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050341.jpg", imageAlt: "Neha Sharma"},
{
id: "t2",
name: "Rohan Patel",
role: "Regular Customer",
testimonial: "Always a pleasure to dine here. The Hyderabadi Biryani is consistently excellent, and the service is top-notch.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
imageAlt: "Rohan Patel",
},
id: "t2", name: "Rohan Patel", role: "Regular Customer", testimonial: "Always a pleasure to dine here. The Hyderabadi Biryani is consistently excellent, and the service is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", imageAlt: "Rohan Patel"},
{
id: "t3",
name: "Priya Singh",
role: "Blogger",
testimonial: "The ambiance is perfect for a special evening, and every dish on the menu is a masterpiece. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
imageAlt: "Priya Singh",
},
id: "t3", name: "Priya Singh", role: "Blogger", testimonial: "The ambiance is perfect for a special evening, and every dish on the menu is a masterpiece. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", imageAlt: "Priya Singh"},
{
id: "t4",
name: "Ananya Rao",
role: "Local Guide",
testimonial: "From the appetizers to the desserts, Royal Taste never disappoints. A true gem for authentic Indian cuisine.",
imageSrc: "http://img.b2bpic.net/free-photo/personnel-serving-coffee-order_482257-75904.jpg",
imageAlt: "Ananya Rao",
},
id: "t4", name: "Ananya Rao", role: "Local Guide", testimonial: "From the appetizers to the desserts, Royal Taste never disappoints. A true gem for authentic Indian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/personnel-serving-coffee-order_482257-75904.jpg", imageAlt: "Ananya Rao"},
{
id: "t5",
name: "Vikram Malhotra",
role: "Food Enthusiast",
testimonial: "The Royal Thali is an absolute must-try! A perfect blend of flavors and textures, truly a royal feast.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-toasting-while-eating_23-2148451660.jpg",
imageAlt: "Vikram Malhotra",
},
id: "t5", name: "Vikram Malhotra", role: "Food Enthusiast", testimonial: "The Royal Thali is an absolute must-try! A perfect blend of flavors and textures, truly a royal feast.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-toasting-while-eating_23-2148451660.jpg", imageAlt: "Vikram Malhotra"},
]}
title="What Our Guests Say"
description="Hear from our happy customers about their Royal Taste experience."
@@ -323,20 +188,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer vegetarian and vegan options?",
content: "Yes, our menu includes a wide array of vegetarian dishes, and we can accommodate vegan requests. Please inform your server.",
},
id: "f1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a wide array of vegetarian dishes, and we can accommodate vegan requests. Please inform your server."},
{
id: "f2",
title: "Can I make a reservation online?",
content: "Absolutely! You can make a reservation directly through our website via the 'Contact Us' section or by calling us.",
},
id: "f2", title: "Can I make a reservation online?", content: "Absolutely! You can make a reservation directly through our website via the 'Contact Us' section or by calling us."},
{
id: "f3",
title: "Do you host private events or parties?",
content: "Yes, Royal Taste has private dining spaces perfect for events, corporate gatherings, and parties. Please contact us for details and customized menus.",
},
id: "f3", title: "Do you host private events or parties?", content: "Yes, Royal Taste has private dining spaces perfect for events, corporate gatherings, and parties. Please contact us for details and customized menus."},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113115.jpg"
imageAlt="Restaurant staff assisting a customer"
@@ -356,27 +212,16 @@ export default function LandingPage() {
description="We would love to hear from you! Reach out for reservations, inquiries, or feedback."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
},
name: "phone", type: "tel", placeholder: "Your Phone Number"},
]}
textarea={{
name: "message",
placeholder: "Your Message or Reservation Details",
rows: 4,
name: "message", placeholder: "Your Message or Reservation Details", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg"
@@ -390,62 +235,37 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Menu",
href: "#menu",
},
label: "Our Menu", href: "#menu"},
{
label: "Customer Reviews",
href: "#reviews",
},
label: "Customer Reviews", href: "#reviews"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
{
title: "Our Services",
items: [
title: "Our Services", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Private Events",
href: "#contact",
},
label: "Private Events", href: "#contact"},
{
label: "Catering",
href: "#contact",
},
label: "Catering", href: "#contact"},
{
label: "Gift Cards",
href: "#",
},
label: "Gift Cards", href: "#"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Email: info@royaltaste.com",
href: "mailto:info@royaltaste.com",
},
label: "Email: info@royaltaste.com", href: "mailto:info@royaltaste.com"},
{
label: "Phone: +91 123 456 7890",
href: "tel:+911234567890",
},
label: "Phone: +91 123 456 7890", href: "tel:+911234567890"},
{
label: "Address: 123 Royal Street, Culinary City",
href: "#",
},
label: "Address: 123 Royal Street, Culinary City", href: "#"},
],
},
]}