diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e1238c..19028a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,22 +53,22 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149461688.jpg", imageAlt: "Delicious Indian home-cooked meal" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149461688.jpg?_wi=1", imageAlt: "Delicious Indian home-cooked meal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-egg-shells-with-colorful-bell-peppers-wooden-background-with-copy-space_141793-14899.jpg", imageAlt: "Traditional Indian curry rice bowl" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-egg-shells-with-colorful-bell-peppers-wooden-background-with-copy-space_141793-14899.jpg?_wi=1", imageAlt: "Traditional Indian curry rice bowl" }, { - imageSrc: "http://img.b2bpic.net/free-photo/attentive-man-putting-salad-child_23-2147810916.jpg", imageAlt: "Authentic family meal spread" + imageSrc: "http://img.b2bpic.net/free-photo/attentive-man-putting-salad-child_23-2147810916.jpg?_wi=1", imageAlt: "Authentic family meal spread" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-vegetables-salad-table_23-2148132011.jpg", imageAlt: "Gourmet food delivery presentation" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-vegetables-salad-table_23-2148132011.jpg?_wi=1", imageAlt: "Gourmet food delivery presentation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/citruses-spices-near-delicious-food_23-2147894935.jpg", imageAlt: "Hot fresh meal service" + imageSrc: "http://img.b2bpic.net/free-photo/citruses-spices-near-delicious-food_23-2147894935.jpg?_wi=1", imageAlt: "Hot fresh meal service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-delivering-coffee-cups_23-2149663649.jpg", imageAlt: "Quality home cooked Indian food" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-delivering-coffee-cups_23-2149663649.jpg?_wi=1", imageAlt: "Quality home cooked Indian food" } ]} autoplayDelay={4000} @@ -99,22 +99,22 @@ export default function LandingPage() { description="Handpicked favorites loved by our customers" products={[ { - id: "1", name: "Butter Chicken", price: "₹299", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149461688.jpg", imageAlt: "Butter Chicken" + id: "1", name: "Butter Chicken", price: "₹299", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-smartphone_23-2149461688.jpg?_wi=2", imageAlt: "Butter Chicken" }, { - id: "2", name: "Paneer Tikka Masala", price: "₹279", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-egg-shells-with-colorful-bell-peppers-wooden-background-with-copy-space_141793-14899.jpg", imageAlt: "Paneer Tikka Masala" + id: "2", name: "Paneer Tikka Masala", price: "₹279", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-egg-shells-with-colorful-bell-peppers-wooden-background-with-copy-space_141793-14899.jpg?_wi=2", imageAlt: "Paneer Tikka Masala" }, { - id: "3", name: "Biryani Special", price: "₹249", variant: "Serves 1", imageSrc: "http://img.b2bpic.net/free-photo/attentive-man-putting-salad-child_23-2147810916.jpg", imageAlt: "Biryani Special" + id: "3", name: "Biryani Special", price: "₹249", variant: "Serves 1", imageSrc: "http://img.b2bpic.net/free-photo/attentive-man-putting-salad-child_23-2147810916.jpg?_wi=2", imageAlt: "Biryani Special" }, { - id: "4", name: "Dal Makhni", price: "₹199", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-vegetables-salad-table_23-2148132011.jpg", imageAlt: "Dal Makhni" + id: "4", name: "Dal Makhni", price: "₹199", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-vegetables-salad-table_23-2148132011.jpg?_wi=2", imageAlt: "Dal Makhni" }, { - id: "5", name: "Chole Bhature", price: "₹159", variant: "Serves 1", imageSrc: "http://img.b2bpic.net/free-photo/citruses-spices-near-delicious-food_23-2147894935.jpg", imageAlt: "Chole Bhature" + id: "5", name: "Chole Bhature", price: "₹159", variant: "Serves 1", imageSrc: "http://img.b2bpic.net/free-photo/citruses-spices-near-delicious-food_23-2147894935.jpg?_wi=2", imageAlt: "Chole Bhature" }, { - id: "6", name: "Tandoori Chicken", price: "₹329", variant: "Half kg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-delivering-coffee-cups_23-2149663649.jpg", imageAlt: "Tandoori Chicken" + id: "6", name: "Tandoori Chicken", price: "₹329", variant: "Half kg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-delivering-coffee-cups_23-2149663649.jpg?_wi=2", imageAlt: "Tandoori Chicken" } ]} gridVariant="three-columns-all-equal-width"