From 21906e293986c01caa820ba6c7b6e1f49f4b144e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:48 +0000 Subject: [PATCH 1/6] 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 4930573..1ec4bf7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { useInvertedBackground={true} title="The Story of Le Petit Oiseau" description="Born from a passion for elevated culinary art, Le Petit Oiseau brings premium fine dining to Accra. We focus on locally sourced, top-tier ingredients combined with classic international techniques to create an experience that's both worldly and authentically Ghanaian." - imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=1" /> -- 2.49.1 From d6e17783a3ba9491db67c4a6aee13519ff849e0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:48 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b58ec4f..2d67ce0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { description="Have questions or want to host a private event? Reach out to our concierge service." mediaAnimation="slide-up" inputPlaceholder="Email address for updates" - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2" imageAlt="luxury restaurant interior dark mode" /> -- 2.49.1 From 4fdff2864841f4a77ebec9f7589a57948a2d53f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:49 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 75a06be..93cc8cf 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -65,17 +65,17 @@ export default function LandingPage() { { title: "Modern Interior", description: "Elegant spaces crafted for intimacy.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=3", }, { title: "Exquisite Plates", description: "Culinary art in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=4", }, { title: "Celebrate Moments", description: "Perfect setting for your special nights.", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg?_wi=2", }, ]} title="A Visual Journey" -- 2.49.1 From 914a5690437f491b9e4cf98b3e459c7298398e83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:49 +0000 Subject: [PATCH 4/6] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7cdab9e..49b403d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -66,21 +66,21 @@ export default function LandingPage() { name: "Steak Au Poivre", price: "¢280", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=3", }, { id: "2", name: "Vanilla Infused Lamb", price: "¢320", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=3", }, { id: "3", name: "Signature Confiture Skewer", price: "¢250", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=3", }, ]} searchPlaceholder="Search our seasonal menu..." -- 2.49.1 From 91ae3d3d17a7fb16d6364a955dfb3acbf42f71fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:50 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97c4525..8c54586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { href: "tel:+233599420024", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1" imageAlt="Le Petit Oiseau restaurant interior" /> @@ -94,37 +94,37 @@ export default function LandingPage() { id: "dish1", name: "Steak Au Poivre", price: "GHS 350", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=1", }, { id: "dish2", name: "Sticky Toffee Pudding", price: "GHS 150", - imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=1", }, { id: "dish3", name: "Goat Espetada", price: "GHS 280", - imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=1", }, { id: "dish4", name: "Roasted Lamb", price: "GHS 320", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=2", }, { id: "dish5", name: "Dark Chocolate Tart", price: "GHS 180", - imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=2", }, { id: "dish6", name: "Seafood Platter", price: "GHS 450", - imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=2", }, ]} title="Our Signature Creations" @@ -171,7 +171,7 @@ export default function LandingPage() { name: "Kwame B.", role: "Business Executive", testimonial: "Impeccable service and sophisticated atmosphere. My go-to for meetings.", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg?_wi=1", }, ]} title="A Taste of Excellence" -- 2.49.1 From dd83c8763417d276a89530d6604a3ab40bc38908 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:55:50 +0000 Subject: [PATCH 6/6] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 6144e54..ccffdae 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { placeholder: "Special requests or dietary restrictions", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=2" buttonText="Confirm Reservation" /> -- 2.49.1