diff --git a/src/app/page.tsx b/src/app/page.tsx index 9051644..6b570a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,23 +53,23 @@ export default function RoyalRestaurantPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854217.jpg?_wi=1", imageAlt: "Spicy Indian curry steaming bowl" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854217.jpg", imageAlt: "Spicy Indian curry steaming bowl" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-cocktail-drink-bar_23-2147859547.jpg", imageAlt: "Warm restaurant interior with family dining" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg?_wi=1", imageAlt: "Traditional Indian thali platter" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", imageAlt: "Traditional Indian thali platter" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6426.jpg", imageAlt: "Cozy restaurant ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-table_23-2147680655.jpg?_wi=1", imageAlt: "Multiple authentic Indian dishes spread" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-table_23-2147680655.jpg", imageAlt: "Multiple authentic Indian dishes spread" } ]} mediaAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} ariaLabel="Royal Restaurant hero section with gallery" /> @@ -98,7 +98,7 @@ export default function RoyalRestaurantPage() { features={[ { id: "1", title: "Signature Curries", description: "Rich, aromatic curries with authentic spice blends. Customize your heat level from mild to extra spicy.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854217.jpg?_wi=2", imageAlt: "Signature curry dish" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854217.jpg", imageAlt: "Signature curry dish" }, items: [ { icon: Flame, text: "Spice-customizable" }, @@ -109,7 +109,7 @@ export default function RoyalRestaurantPage() { }, { id: "2", title: "Comfort Classics", description: "Traditional homemade favorites that have made Royal Restaurant a local legend for years.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg?_wi=2", imageAlt: "Traditional thali meal" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", imageAlt: "Traditional thali meal" }, items: [ { icon: CheckCircle, text: "Authentic recipes" }, @@ -120,7 +120,7 @@ export default function RoyalRestaurantPage() { }, { id: "3", title: "Affordable Pricing", description: "Premium taste without premium prices. Meals for ₹200–₹400 per person for full dining experience.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-table_23-2147680655.jpg?_wi=2", imageAlt: "Full spread of affordable meals" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-table_23-2147680655.jpg", imageAlt: "Full spread of affordable meals" }, items: [ { icon: DollarSign, text: "Budget-friendly" },