From 71211b4027ee3c3b424174b6f171abccdfe52e06 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:30:01 +0000 Subject: [PATCH 1/5] 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 8e7fe87..383aaf1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -101,7 +101,7 @@ export default function AboutPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=6" imageAlt="Intérieur du LE QUEEN'S BERRY" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1 From 9af54b43fc125c712079019e4cbedee8a06b8f0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:30:01 +0000 Subject: [PATCH 2/5] 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 3584cc0..7a35eb3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -100,7 +100,7 @@ export default function ContactPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=2" imageAlt="Intérieur chaleureux du LE QUEEN'S BERRY" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1 From 414366f5382710300c1e9daeeb18e88a62aa5474 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:30:02 +0000 Subject: [PATCH 3/5] Update src/app/events/page.tsx --- src/app/events/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index bdaac1a..8ebfe68 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -82,7 +82,7 @@ export default function EventsPage() { title: "Matchs de Rugby", description: "Le Six Nations, la Coupe du Monde et tous les grands matchs de rugby. Vivez chaque essai en direct avec nos passionnés!", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=2", imageAlt: "Matchs de rugby en direct", button: { text: "Prochains Matchs" }, }, @@ -90,7 +90,7 @@ export default function EventsPage() { title: "Football", description: "Premier League, Ligue 1, Champions League. Les meilleurs matchs de football sur nos écrans HD haute définition.", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=3", imageAlt: "Matchs de football", button: { text: "Calendrier" }, }, @@ -98,7 +98,7 @@ export default function EventsPage() { title: "Événements Spéciaux", description: "Soirées à thème, tournois, quiz sports et animations. Venez vivre des moments inoubliables avec vos amis.", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=4", imageAlt: "Événements spéciaux et animations", button: { text: "Détails" }, }, @@ -126,7 +126,7 @@ export default function EventsPage() { title: "Soirées Live", description: "Musiciens irlandais traditionnels et groupes modernes. Ambiance chaleureuse et conviviale tous les vendredi et samedi.", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=5", imageAlt: "Performance musicale live", button: { text: "Voir Agenda" }, }, @@ -134,7 +134,7 @@ export default function EventsPage() { title: "DJ & Danseur", description: "Samedi soir: DJ animant la piste de danse jusqu'à tard. Musique toute la soirée pour une ambiance festive.", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=6", imageAlt: "DJ en action", button: { text: "Détails" }, }, @@ -142,7 +142,7 @@ export default function EventsPage() { title: "Célébrations Privées", description: "Anniversaires, enterrements de vie de garçon/fille, réunions. Personnalisez votre événement avec notre équipe.", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=7", imageAlt: "Célébration privée", button: { text: "Contacter" }, }, -- 2.49.1 From 680f0458a66ddc0b72159a5f358594d4e80b1494 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:30:02 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7a99cf0..437cc89 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -82,7 +82,7 @@ export default function MenuPage() { title: "Irish Stew", description: "Ragoût traditionnel avec agneau, pommes de terre, oignons et herbes. Un classique réconfortant qui capture l'essence de la cuisine irlandaise.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=2", imageAlt: "Irish Stew traditionnel", button: { text: "Détails du Plat" }, }, @@ -90,7 +90,7 @@ export default function MenuPage() { title: "Fish & Chips", description: "Poisson blanc pané croustillant avec frites dorées. Accompagné d'une sauce maison et de pois mushy comme en Irlande.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=3", imageAlt: "Fish & Chips croustillants", button: { text: "Commander" }, }, @@ -98,7 +98,7 @@ export default function MenuPage() { title: "Shepherd's Pie", description: "Hachis de viande avec légumes et purée de pommes de terre gratinée. Chaleureux, savoureux et absolument délicieux.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=4", imageAlt: "Shepherd's Pie doré", button: { text: "Goûter" }, }, @@ -126,7 +126,7 @@ export default function MenuPage() { title: "Guinness Draught", description: "La bière noire emblématique d'Irlande. Mousse riche et saveur profonde et légèrement amère. Incontournable.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=3", imageAlt: "Guinness Draught", button: { text: "Commander" }, }, @@ -134,7 +134,7 @@ export default function MenuPage() { title: "Bières Locales", description: "Sélection de microbrasseries françaises et régionales. Des saveurs innovantes et surprenantes à découvrir.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=4", imageAlt: "Sélection de bières locales", button: { text: "Découvrir" }, }, @@ -142,7 +142,7 @@ export default function MenuPage() { title: "Irish Coffee", description: "Café chaud, sucre, whiskey irlandais et crème fouettée. Le breuvage réconfortant par excellence pour les soirées fraîches.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=5", imageAlt: "Irish Coffee", button: { text: "Essayer" }, }, -- 2.49.1 From a00bd99c46556472083433b5442fb378abf01317 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:30:03 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64692d0..27118b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function HomePage() { dashboard={{ title: "Ambiance & Services", logoIcon: Crown, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=1", buttons: [ { text: "Menu Complet", href: "/menu" }, { text: "Événements", href: "/events" }, @@ -202,7 +202,7 @@ export default function HomePage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=1" imageAlt="Brasserie artisanale du LE QUEEN'S BERRY" mediaAnimation="slide-up" textboxLayout="default" @@ -227,7 +227,7 @@ export default function HomePage() { title: "Menu Authentique", description: "Plats traditionnels irlandais revisités avec des touches modernes. Irish stew, fish & chips, shepherd's pie et bien d'autres délices", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=1", imageAlt: "Plats traditionnels irlandais", button: { text: "Voir le Menu" }, }, @@ -235,7 +235,7 @@ export default function HomePage() { title: "Brasserie Artisanale", description: "Sélection exclusive de bières locales et internationales. Nous célébrons la culture brassicole avec passion et expertise", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=2", imageAlt: "Brasserie artisanale avec bières locales", button: { text: "Nos Bières" }, }, @@ -243,7 +243,7 @@ export default function HomePage() { title: "Événements Sportifs", description: "Vivez les grands matchs en direct sur nos écrans géants. Ambiance électrique, commentaires en direct et convivialité garantie", - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1", imageAlt: "Événements sportifs en direct au pub", button: { text: "Prochains Matchs" }, }, -- 2.49.1