From 1433e61a9765bf74457e8d8c720ce531cd75cec2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:57:29 +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 88b41d9..4c2247a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-lunch_114579-4338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-lunch_114579-4338.jpg?_wi=1", imageAlt: "Grilled platter", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to Kaofela" description="Situated in Matlosana Mall, we bring you the ultimate Shisa Nyama experience. From tender, flame-grilled meats to our refreshing cocktails, every bite tells a story of tradition and flavor. Join us for good music, great company, and the best grill in town." - imageSrc="http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-her-life_197531-30458.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-her-life_197531-30458.jpg?_wi=1" imageAlt="Our restaurant team" /> @@ -174,7 +174,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/various-kebab-with-rice-vegetables_140725-7109.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-lunch_114579-4338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-lunch_114579-4338.jpg?_wi=2", imageAlt: "grilled meat platter shisa nyama", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-her-life_197531-30458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-ice-cream-laughing-portrait-young-woman-sitting-park-sunny-day-eating-icecream-looking-camera-wearing-glasses-enjoying-summer-her-life_197531-30458.jpg?_wi=2", imageAlt: "grilled meat platter shisa nyama", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79608.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg?_wi=1", imageAlt: "grilled meat platter shisa nyama", }, ]} @@ -221,7 +221,7 @@ export default function LandingPage() { role: "Regular", company: "Klerksdorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg?_wi=2", }, { id: "2", -- 2.49.1