diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 08c2e25..f5e1ad9 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -54,7 +54,7 @@ export default function GalleryPage() { category: "Voitures Américaines", title: "Classics Américaines", excerpt: "Les icônes de l'automobile américaine brillent sous le soleil avec leurs chromes étincelants et leurs lignes intemporelles.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2149204071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2149204071.jpg?_wi=2", imageAlt: "Voitures classiques américaines", authorName: "Galerie Association", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2149204071.jpg", @@ -65,7 +65,7 @@ export default function GalleryPage() { category: "Voitures Européennes", title: "Élégance Européenne", excerpt: "Les joyas de l'ingénierie européenne : design raffiné, mécanique précise et une élégance intemporelle.", - imageSrc: "http://img.b2bpic.net/free-vector/cute-ornamental-retro-wedding-card-template_23-2148303501.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/cute-ornamental-retro-wedding-card-template_23-2148303501.jpg?_wi=2", imageAlt: "Voitures classiques européennes", authorName: "Galerie Association", authorAvatar: "http://img.b2bpic.net/free-vector/cute-ornamental-retro-wedding-card-template_23-2148303501.jpg", @@ -76,7 +76,7 @@ export default function GalleryPage() { category: "Motos", title: "Motos Vintage", excerpt: "Les deux-roues légendaires qui ont marqué les routes : design rétro, puissance brute et liberté intemporelle.", - imageSrc: "http://img.b2bpic.net/free-vector/t-shirt-poster-design-with-illustraion-motorcycle_1284-36976.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/t-shirt-poster-design-with-illustraion-motorcycle_1284-36976.jpg?_wi=2", imageAlt: "Motos classiques vintage", authorName: "Galerie Association", authorAvatar: "http://img.b2bpic.net/free-vector/t-shirt-poster-design-with-illustraion-motorcycle_1284-36976.jpg", @@ -87,7 +87,7 @@ export default function GalleryPage() { category: "Youngtimers", title: "Voitures d'Époque", excerpt: "Les voitures des années 80 et 90 qui deviennent progressivement des classiques : une génération différente mais tout aussi chère aux collectionneurs.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg?_wi=2", imageAlt: "Voitures youngtimers", authorName: "Galerie Association", authorAvatar: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2bd3612..1e70c47 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,6 +1420,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +