From a7f0867c5077526e2df2331a904c33b68647ef46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 06:14:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1314a1..5f4bc62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,18 +45,18 @@ export default function LandingPage() { title="JAIL RESTAURANT" description="Gorakhpur’s most talked-about rooftop dining experience. North Indian flavours, unmatched ambience." testimonials={[ - { name: "Sarah J.", handle: "@sarahj", testimonial: "Best North Indian food in Gorakhpur!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg", imageAlt: "luxury rooftop restaurant dining night" }, + { name: "Sarah J.", handle: "@sarahj", testimonial: "Best North Indian food in Gorakhpur!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=1", imageAlt: "luxury rooftop restaurant dining night" }, { name: "Amit K.", handle: "@amitk", testimonial: "Amazing ambience, perfect for families.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "luxury rooftop restaurant dining night" }, { name: "Rahul V.", handle: "@rahulv", testimonial: "Affordable luxury at its finest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hotel-waiter-taking-order-from-customer_23-2149304054.jpg", imageAlt: "luxury rooftop restaurant dining night" }, - { name: "Sneha P.", handle: "@snehap", testimonial: "The service was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg", imageAlt: "luxury rooftop restaurant dining night" }, - { name: "Vikram D.", handle: "@vikramd", testimonial: "Unforgettable evening experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg", imageAlt: "luxury rooftop restaurant dining night" }, + { name: "Sneha P.", handle: "@snehap", testimonial: "The service was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg?_wi=1", imageAlt: "luxury rooftop restaurant dining night" }, + { name: "Vikram D.", handle: "@vikramd", testimonial: "Unforgettable evening experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg?_wi=1", imageAlt: "luxury rooftop restaurant dining night" }, ]} tag="PREMIUM ROOFTOP DINING" buttons={[ { text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#products" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg" + imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg", alt: "Beautiful African-American couple" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg", alt: "Couple having lunch" }, @@ -104,8 +104,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "1", name: "Butter Chicken", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg" }, - { id: "2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg" }, + { id: "1", name: "Butter Chicken", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg?_wi=2" }, + { id: "2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg?_wi=2" }, { id: "3", name: "Paneer Special", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg" }, { id: "4", name: "Dal Makhani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-onion-pomegranate_140725-962.jpg" }, { id: "5", name: "Bread Basket", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bread_1203-2774.jpg" }, -- 2.49.1