Merge version_1 into main #3
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{ name: "Vikram Seth", handle: "@vseth", testimonial: "Corporate events are handled with such precision here. Very impressed.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Book Banquet", href: "#contact" }, { text: "Check Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481529.jpg?_wi=1"
|
||||
imageAlt="luxury banquet hall wedding interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
{ title: "Luxury Banquet", description: "Versatile event spaces tailored for your special celebrations." },
|
||||
{ title: "Premium Suites", description: "Elegant rooms designed for your absolute comfort and rest." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageAlt="restaurant kitchen authentic indian food"
|
||||
/>
|
||||
@@ -98,9 +98,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Royal Butter Chicken", price: "₹450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg" },
|
||||
{ id: "2", name: "Tandoori Platter", price: "₹600", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
|
||||
{ id: "3", name: "Awadhi Biryani", price: "₹350", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg" },
|
||||
{ id: "1", name: "Royal Butter Chicken", price: "₹450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg?_wi=1" },
|
||||
{ id: "2", name: "Tandoori Platter", price: "₹600", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1" },
|
||||
{ id: "3", name: "Awadhi Biryani", price: "₹350", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg?_wi=1" },
|
||||
{ id: "4", name: "Garlic Naan Basket", price: "₹120", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg" },
|
||||
{ id: "5", name: "Mango Lassi", price: "₹150", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg" },
|
||||
{ id: "6", name: "Gulab Jamun", price: "₹180", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-snacks_114579-47495.jpg" },
|
||||
@@ -150,11 +150,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sunita Rao", date: "May 2024", title: "Excellent Stay", quote: "The staff went above and beyond.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481529.jpg", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "2", name: "Vijay Mehta", date: "Apr 2024", title: "Best Banquet", quote: "Perfect for our daughter's wedding.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "3", name: "Karen Smith", date: "Mar 2024", title: "Great Food", quote: "Authentic flavors, amazing ambiance.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-tourist-with-vintage-camera-around-his-neck-hitchhiking-along-road_23-2148148740.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "4", name: "Amit Patel", date: "Feb 2024", title: "Clean Rooms", quote: "Very comfortable and professional.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "5", name: "Deepa K.", date: "Jan 2024", title: "Wonderful Evening", quote: "Delicious dinner, fantastic service.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "1", name: "Sunita Rao", date: "May 2024", title: "Excellent Stay", quote: "The staff went above and beyond.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481529.jpg?_wi=2", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "2", name: "Vijay Mehta", date: "Apr 2024", title: "Best Banquet", quote: "Perfect for our daughter's wedding.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg?_wi=2", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "3", name: "Karen Smith", date: "Mar 2024", title: "Great Food", quote: "Authentic flavors, amazing ambiance.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-tourist-with-vintage-camera-around-his-neck-hitchhiking-along-road_23-2148148740.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg?_wi=2", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "4", name: "Amit Patel", date: "Feb 2024", title: "Clean Rooms", quote: "Very comfortable and professional.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2", imageAlt: "happy diner portrait smiling" },
|
||||
{ id: "5", name: "Deepa K.", date: "Jan 2024", title: "Wonderful Evening", quote: "Delicious dinner, fantastic service.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg?_wi=2", imageAlt: "happy diner portrait smiling" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their stay and dining."
|
||||
|
||||
Reference in New Issue
Block a user