Merge version_1 into main #1
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar", handle: "Food Enthusiast", testimonial: "Atmosphere light ambience, food tasty and spicy, good quality. Fast service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageAlt: "happy customer portrait smiling restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=1", imageAlt: "happy customer portrait smiling restaurant"
|
||||
},
|
||||
{
|
||||
name: "Priya Sharma", handle: "Regular Visitor", testimonial: "Super biryani and good service. Friendly staff makes every visit special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg", imageAlt: "diverse customer portrait happy smiling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg?_wi=1", imageAlt: "diverse customer portrait happy smiling"
|
||||
},
|
||||
{
|
||||
name: "Ankit Verma", handle: "Travel Blogger", testimonial: "Good food with a touch of train type aesthetic. A truly memorable dining experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "customer portrait satisfied expression"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=1", imageAlt: "customer portrait satisfied expression"
|
||||
},
|
||||
{
|
||||
name: "Meera Nair", handle: "Local Customer", testimonial: "Best place for authentic Kerala cuisine. Love the railway themed ambience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740313.jpg", imageAlt: "restaurant customer happy satisfied portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740313.jpg?_wi=1", imageAlt: "restaurant customer happy satisfied portrait"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -156,13 +156,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Train-Inspired Interior", price: "✓ Nostalgic Ambience", variant: "Unique railway-themed dining cars", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg", imageAlt: "Vintage Train Themed Restaurant"
|
||||
id: "1", name: "Train-Inspired Interior", price: "✓ Nostalgic Ambience", variant: "Unique railway-themed dining cars", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg?_wi=1", imageAlt: "Vintage Train Themed Restaurant"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Comfortable Seating", price: "✓ Relaxed Dining", variant: "Premium seating for intimate gatherings", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg", imageAlt: "Comfortable Restaurant Seating"
|
||||
id: "2", name: "Comfortable Seating", price: "✓ Relaxed Dining", variant: "Premium seating for intimate gatherings", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg?_wi=2", imageAlt: "Comfortable Restaurant Seating"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Quick Service", price: "✓ Efficient & Friendly", variant: "Fast service without compromising quality", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg", imageAlt: "Professional Service"
|
||||
id: "3", name: "Quick Service", price: "✓ Efficient & Friendly", variant: "Fast service without compromising quality", imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg?_wi=3", imageAlt: "Professional Service"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -181,27 +181,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", handle: "Regular Customer", testimonial: "Atmosphere light ambience, food tasty and spicy, good quality. Fast service and warm hospitality!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageAlt: "happy customer portrait smiling restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=2", imageAlt: "happy customer portrait smiling restaurant"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", handle: "Food Enthusiast", testimonial: "Super biryani and good service. The friendly staff makes every visit special and memorable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg", imageAlt: "diverse customer portrait happy smiling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg?_wi=2", imageAlt: "diverse customer portrait happy smiling"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ankit Verma", handle: "Travel Blogger", testimonial: "Good food with a touch of train type aesthetic. A truly unique and wonderful dining experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "customer portrait satisfied expression"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2", imageAlt: "customer portrait satisfied expression"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Meera Nair", handle: "Local Regular", testimonial: "Best place for authentic Kerala and North Indian cuisine. Love the railway themed ambience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740313.jpg", imageAlt: "restaurant customer happy satisfied portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740313.jpg?_wi=2", imageAlt: "restaurant customer happy satisfied portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", handle: "Business Owner", testimonial: "Perfect for business meetings and family gatherings. Excellent food quality and exceptional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageAlt: "happy customer portrait smiling restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=3", imageAlt: "happy customer portrait smiling restaurant"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Desai", handle: "Food Critic", testimonial: "The restaurant perfectly captures the romance of train journeys through its ambience and cuisine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg", imageAlt: "diverse customer portrait happy smiling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-doing-you-gesture-isolated-olive-green-with-copy-space_141793-77375.jpg?_wi=3", imageAlt: "diverse customer portrait happy smiling"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
Reference in New Issue
Block a user