From 7b52a201567a938e74df390994c97d21cf892712 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:21:32 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2271378..e307531 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -98,7 +98,7 @@ export default function AboutPage() { icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg?_wi=3" imageAlt="Villa La Raza Restaurant Interior" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1 From 0c33cbe1438417abe0c02067af4a2ba2fb48f02b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:21:32 +0000 Subject: [PATCH 2/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 09c8acc..b3b149e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -81,28 +81,28 @@ export default function MenuPage() { id: "1", name: "T-Bone Steak", price: "R280", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=4", imageAlt: "Premium T-Bone Steak", }, { id: "2", name: "Lamb Chops", price: "R320", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg?_wi=3", imageAlt: "Grilled Lamb Chops", }, { id: "3", name: "Ribeye Steak", price: "R250", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=5", imageAlt: "Ribeye Steak", }, { id: "4", name: "Fillet Mignon", price: "R350", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg?_wi=2", imageAlt: "Fillet Mignon", }, ]} @@ -127,21 +127,21 @@ export default function MenuPage() { id: "5", name: "Mutton Bunny Chow", price: "R180", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg?_wi=3", imageAlt: "Mutton Bunny Chow", }, { id: "6", name: "Grilled Boerewors", price: "R150", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg?_wi=3", imageAlt: "Grilled Boerewors", }, { id: "7", name: "Sizzler Plate", price: "R280", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=6", imageAlt: "Sizzler Plate", }, ]} @@ -166,21 +166,21 @@ export default function MenuPage() { id: "8", name: "Grilled Vegetables", price: "R80", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg?_wi=4", imageAlt: "Grilled Vegetables", }, { id: "9", name: "Loaded Chips", price: "R90", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg?_wi=4", imageAlt: "Loaded Chips", }, { id: "10", name: "Pap & Sous", price: "R70", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg?_wi=5", imageAlt: "Pap & Sous", }, ]} -- 2.49.1 From b3551a5acf946f5ecfef39f8a7a69dbf97f7a507 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:21:33 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d5b78..7469258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,32 +88,32 @@ export default function HomePage() { carouselItems={[ { id: "hero-1", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=1", imageAlt: "T-Bone Steak", }, { id: "hero-2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=2", imageAlt: "Premium Grilled Steak", }, { id: "hero-3", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg?_wi=1", imageAlt: "Lamb Chops", }, { id: "hero-4", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg?_wi=1", imageAlt: "Mutton Bunny Chow", }, { id: "hero-5", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg?_wi=1", imageAlt: "Grilled Specials", }, { id: "hero-6", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg?_wi=1", imageAlt: "Restaurant Interior", }, ]} @@ -152,21 +152,21 @@ export default function HomePage() { id: "1", name: "T-Bone Steak", price: "Premium Cut", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-steak-with-ketchup-fresh-onion-white-plate_140725-12897.jpg?_wi=3", imageAlt: "T-Bone Steak", }, { id: "2", name: "Lamb Chops", price: "Grilled Perfection", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-grilled-lamb-chops-with-herbs-black-plate_84443-72853.jpg?_wi=2", imageAlt: "Lamb Chops", }, { id: "3", name: "Mutton Bunny Chow", price: "Local Favourite", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-pita-bread-wooden-bowl_181624-60235.jpg?_wi=2", imageAlt: "Mutton Bunny Chow", }, ]} @@ -207,7 +207,7 @@ export default function HomePage() { icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg?_wi=2" imageAlt="Restaurant Interior - Warm Ambiance" mediaAnimation="slide-up" imagePosition="right" @@ -230,7 +230,7 @@ export default function HomePage() { role: "Local Resident", company: "Mulbarton", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", }, { id: "2", @@ -238,7 +238,7 @@ export default function HomePage() { role: "Regular Diner", company: "Food Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", }, { id: "3", @@ -246,7 +246,7 @@ export default function HomePage() { role: "Event Host", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", }, ]} kpiItems={[ -- 2.49.1 From 8f8fe86b6a91170d7051f0d000b8851c35ed76f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:21:34 +0000 Subject: [PATCH 4/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index f507bae..b67cf55 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -82,7 +82,7 @@ export default function ReviewsPage() { role: "Local Resident", company: "Mulbarton", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", }, { id: "2", @@ -90,7 +90,7 @@ export default function ReviewsPage() { role: "Regular Diner", company: "Food Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", }, { id: "3", @@ -98,7 +98,7 @@ export default function ReviewsPage() { role: "Event Host", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", }, ]} kpiItems={[ @@ -126,7 +126,7 @@ export default function ReviewsPage() { role: "Weekend Visitor", company: "Family Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", }, { id: "5", @@ -134,7 +134,7 @@ export default function ReviewsPage() { role: "Couple's Night", company: "Johannesburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", }, { id: "6", @@ -142,7 +142,7 @@ export default function ReviewsPage() { role: "Business Dinner", company: "Local Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", }, ]} kpiItems={[ -- 2.49.1