Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-21 04:08:46 +00:00

View File

@@ -55,25 +55,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Arjun Mehta", handle: "@arjun_m", testimonial: "The Mutton Lucknowi is absolutely divine. A must-visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg", imageAlt: "luxury restaurant dining table setup"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup"},
{
name: "Priya Shah", handle: "@priya_shah", testimonial: "Best biryani in Ahmedabad. Authentic and flavorful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg", imageAlt: "luxury restaurant dining table setup"},
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup"},
{
name: "Rohan Patel", handle: "@rohan_p", testimonial: "Excellent service and an even better atmosphere.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg", imageAlt: "luxury restaurant dining table setup"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup"},
{
name: "Sita Iyer", handle: "@sita_iyer", testimonial: "The chicken tikka is always perfectly cooked and tender.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg", imageAlt: "luxury restaurant dining table setup"},
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup"},
{
name: "Vikram S.", handle: "@vikram_s", testimonial: "A truly regal experience, every dish tells a story.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg", imageAlt: "luxury restaurant dining table setup"},
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg?_wi=1", imageAlt: "luxury restaurant dining table setup"},
]}
buttons={[
{
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-mushrooms-with-seasonings-grey-background_140725-76917.jpg", alt: "Diner 1"},
@@ -97,7 +97,7 @@ export default function LandingPage() {
description="Daawat E Khaas brings you the royal taste of Mughlai history mixed with North Indian zest. Every recipe is a curated masterpiece from our chefs."
subdescription="Located in Vijay Char Rasta, we take pride in our authentic French-window setting and top-tier hospitality."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -110,11 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Chicken Tikka Masala", price: "₹450", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg"},
id: "p1", name: "Chicken Tikka Masala", price: "₹450", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-indian-food_23-2148747724.jpg?_wi=2"},
{
id: "p2", name: "Mutton Dum Biryani", price: "₹550", variant: "Chef Special", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg"},
id: "p2", name: "Mutton Dum Biryani", price: "₹550", variant: "Chef Special", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-board-spices-yellow-green-background-top-view_185193-162334.jpg?_wi=2"},
{
id: "p3", name: "Chicken Tandoori", price: "₹400", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg"},
id: "p3", name: "Chicken Tandoori", price: "₹400", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sauce-pomegranate_140725-6190.jpg?_wi=2"},
{
id: "p4", name: "Cheese Garlic Naan", price: "₹150", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/portion-african-chapati-bean-stew-garlic-lemons_181624-57135.jpg"},
{