diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b7c3e3..8a1b578 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg?_wi=1" imageAlt="Freshly scooped artisanal gelato" mediaAnimation="slide-up" avatars={[ @@ -177,14 +177,14 @@ export default function LandingPage() { id: "p1", name: "Pistachio Siciliano", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg?_wi=1", imageAlt: "Pistachio Gelato", }, { id: "p2", name: "Stracciatella Classic", price: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg?_wi=1", imageAlt: "Stracciatella Gelato", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { description: "You won't leave hungry. We believe in generosity as a core ingredient.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg?_wi=2", imageAlt: "fresh artisanal gelato scoop", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { description: "Made from scratch every single morning, never stored for weeks.", bentoComponent: "reveal-icon", icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg?_wi=2", imageAlt: "pistachio gelato scoop", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { description: "Authentic Italian techniques passed down through generations.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg?_wi=2", imageAlt: "stracciatella gelato chocolate flakes", }, ]}