diff --git a/src/app/page.tsx b/src/app/page.tsx index 81b56e5..9be9be3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "La meilleure brisket en ville!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/roasted-spit-piece-meat-grill_23-2147852318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roasted-spit-piece-meat-grill_23-2147852318.jpg?_wi=1", imageAlt: "barbecue meat smoking on grill", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@marc", testimonial: "Ambiance incroyable et cocktails uniques.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg?_wi=1", imageAlt: "barbecue meat smoking on grill", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@juliep", testimonial: "Service attentionné et nourriture savoureuse.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-roasted-meat-pork-with-vegetables-thanksgiving-day-closeup_1220-6563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-roasted-meat-pork-with-vegetables-thanksgiving-day-closeup_1220-6563.jpg?_wi=1", imageAlt: "barbecue meat smoking on grill", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@lucd", testimonial: "Leurs déjeuners fumés sont imbattables.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-decorated-with-olive-umbrella_23-2148145365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-decorated-with-olive-umbrella_23-2148145365.jpg?_wi=1", imageAlt: "barbecue meat smoking on grill", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@sophiem", testimonial: "Une découverte incroyable à Blainville.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serving-bavarian-sausages-strung-fork_23-2148167632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serving-bavarian-sausages-strung-fork_23-2148167632.jpg?_wi=1", imageAlt: "barbecue meat smoking on grill", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/roasted-spit-piece-meat-grill_23-2147852318.jpg" + imageSrc="http://img.b2bpic.net/free-photo/roasted-spit-piece-meat-grill_23-2147852318.jpg?_wi=2" imageAlt="barbecue meat smoking on grill" mediaAnimation="slide-up" avatars={[ @@ -151,7 +151,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Situé au cœur de Blainville" description="Chaque pitmaster le sait : le barbecue est un mélange de passion et de patience. Au Fumoir, nous fumons nos viandes sur place pour vous offrir une expérience unique." - imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg?_wi=2" imageAlt="bbq restaurant cooking process" /> @@ -165,19 +165,19 @@ export default function LandingPage() { { title: "Déjeuner", description: "Commencez la journée avec une touche fumée unique.", - imageSrc: "http://img.b2bpic.net/free-photo/serving-bavarian-sausages-strung-fork_23-2148167632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serving-bavarian-sausages-strung-fork_23-2148167632.jpg?_wi=2", imageAlt: "breakfast plate bbq style", }, { title: "Souper", description: "Savourez nos côtes fumées et viandes de qualité.", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-roasted-meat-pork-with-vegetables-thanksgiving-day-closeup_1220-6563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-roasted-meat-pork-with-vegetables-thanksgiving-day-closeup_1220-6563.jpg?_wi=2", imageAlt: "smoked brisket close up", }, { title: "Mixologie", description: "Cocktails artisanaux enflammés pour accompagner vos repas.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-decorated-with-olive-umbrella_23-2148145365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-decorated-with-olive-umbrella_23-2148145365.jpg?_wi=2", imageAlt: "artisanal cocktail preparation", }, ]}