diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c13ca4..3a2e882 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { description="Handcrafted chips and biscuits made with love and natural ingredients. Taste the difference in every bite." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Artisanal snack spread"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=1", imageAlt: "Artisanal snack spread"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Packaging detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=2", imageAlt: "Packaging detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Fresh chips close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=3", imageAlt: "Fresh chips close up"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Assorted biscuits"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=4", imageAlt: "Assorted biscuits"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Production kitchen"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=5", imageAlt: "Production kitchen"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg", imageAlt: "Satisfied snack lover"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-cereals-pink-milk-bottle_23-2147961992.jpg?_wi=6", imageAlt: "Satisfied snack lover"}, ]} mediaAnimation="blur-reveal" /> @@ -117,7 +117,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alice M.", handle: "@alice", testimonial: "The best biscuits I've ever had!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3069.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3069.jpg?_wi=1"}, { id: "2", name: "Bob D.", handle: "@bob", testimonial: "These chips are perfectly crunchy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cup-coffee-waffle-sitting-bed_23-2147911790.jpg"}, @@ -129,7 +129,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220462.jpg"}, { id: "5", name: "Edward R.", handle: "@eddy", testimonial: "Great variety, always fresh!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3069.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-3069.jpg?_wi=2"}, ]} showRating={true} title="What People Say" @@ -172,7 +172,7 @@ export default function LandingPage() {