Update src/app/page.tsx
This commit is contained in:
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg?_wi=1"
|
||||
imageAlt="Exquisite dish from The Laal 10"
|
||||
showDimOverlay={true}
|
||||
showBlur={false}
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
{
|
||||
tag: "Ambiance", title: "Luxurious Dining Setting", subtitle: "Dine in an elegant atmosphere designed for comfort and sophistication.", description: "Our restaurant offers a refined and serene environment, perfect for intimate dinners, family gatherings, or special celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table_1203-8520.jpg", imageAlt: "Elegantly set restaurant table"},
|
||||
{
|
||||
tag: "Service", title: "Impeccable Guest Experience", subtitle: "Our dedicated staff ensures every moment of your visit is perfect.", description: "From the moment you arrive, our attentive team provides seamless and personalized service, anticipating your needs to make your meal extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147775924.jpg", imageAlt: "Waiter gracefully serving a guest"},
|
||||
tag: "Service", title: "Impeccable Guest Experience", subtitle: "Our dedicated staff ensures every moment of your visit is perfect.", description: "From the moment you arrive, our attentive team provides seamless and personalized service, anticipating your needs to make your meal extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147775924.jpg?_wi=1", imageAlt: "Waiter gracefully serving a guest"},
|
||||
]}
|
||||
title="Why Choose The Laal 10?"
|
||||
description="Experience the unique blend of tradition and innovation that sets us apart, making every visit special."
|
||||
@@ -110,9 +110,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "dish-1", name: "Saffron Infused Lamb Korma", price: "₹1200", imageSrc: "http://img.b2bpic.net/free-photo/indian-meal_1203-7657.jpg", imageAlt: "Saffron Infused Lamb Korma"},
|
||||
id: "dish-1", name: "Saffron Infused Lamb Korma", price: "₹1200", imageSrc: "http://img.b2bpic.net/free-photo/indian-meal_1203-7657.jpg?_wi=1", imageAlt: "Saffron Infused Lamb Korma"},
|
||||
{
|
||||
id: "dish-2", name: "Truffle Mushroom Risotto", price: "₹950", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg", imageAlt: "Truffle Mushroom Risotto"},
|
||||
id: "dish-2", name: "Truffle Mushroom Risotto", price: "₹950", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg?_wi=2", imageAlt: "Truffle Mushroom Risotto"},
|
||||
{
|
||||
id: "dish-3", name: "Pan-Seared Sea Bass", price: "₹1400", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-lemon-table_1203-8567.jpg", imageAlt: "Pan-Seared Sea Bass"},
|
||||
{
|
||||
@@ -150,9 +150,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ananya Sharma", date: "July 2024", title: "A True Culinary Masterpiece!", quote: "The Saffron Infused Lamb Korma was simply divine. Every bite was an explosion of flavor, and the ambiance made our anniversary truly special. Highly recommend The Laal 10!", tag: "Exquisite Cuisine", avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-smiles-while-working-call-center_482257-23000.jpg", avatarAlt: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/indian-meal_1203-7657.jpg", imageAlt: "Saffron Infused Lamb Korma"},
|
||||
id: "1", name: "Ananya Sharma", date: "July 2024", title: "A True Culinary Masterpiece!", quote: "The Saffron Infused Lamb Korma was simply divine. Every bite was an explosion of flavor, and the ambiance made our anniversary truly special. Highly recommend The Laal 10!", tag: "Exquisite Cuisine", avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-smiles-while-working-call-center_482257-23000.jpg", avatarAlt: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/indian-meal_1203-7657.jpg?_wi=2", imageAlt: "Saffron Infused Lamb Korma"},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", date: "June 2024", title: "Unforgettable Dining Experience", quote: "From the warm welcome to the last bite of dessert, our evening at The Laal 10 was perfect. The service was impeccable, and the Truffle Mushroom Risotto was heavenly.", tag: "Impeccable Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-male-customer-restaurant-food_23-2147814986.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg", imageAlt: "Truffle Mushroom Risotto"},
|
||||
id: "2", name: "Rajesh Kumar", date: "June 2024", title: "Unforgettable Dining Experience", quote: "From the warm welcome to the last bite of dessert, our evening at The Laal 10 was perfect. The service was impeccable, and the Truffle Mushroom Risotto was heavenly.", tag: "Impeccable Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-male-customer-restaurant-food_23-2147814986.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dinner_1203-7649.jpg?_wi=3", imageAlt: "Truffle Mushroom Risotto"},
|
||||
{
|
||||
id: "3", name: "Priya Singh", date: "May 2024", title: "The Best Restaurant in Gaur City 1", quote: "The Laal 10 consistently delivers. The atmosphere is luxurious, and their Pan-Seared Sea Bass is a must-try. We always leave feeling utterly satisfied.", tag: "Luxury Dining", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-pink-dress_23-2149594611.jpg", avatarAlt: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1203-8526.jpg", imageAlt: "The Laal 10 interior"},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q4", title: "What are your operating hours?", content: "We are open for lunch from 12:00 PM to 3:00 PM and for dinner from 7:00 PM to 11:00 PM, Tuesday through Sunday. We are closed on Mondays."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147775924.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147775924.jpg?_wi=2"
|
||||
imageAlt="Waiter serving wine in a luxurious restaurant setting"
|
||||
mediaAnimation="slide-up"
|
||||
title="Your Dining Questions Answered"
|
||||
|
||||
Reference in New Issue
Block a user