diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dabf7c..a61ad16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Pristine golf course at golden hour" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=1", imageAlt: "Pristine golf course at golden hour" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Luxury fairway landscape" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=2", imageAlt: "Luxury fairway landscape" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Exclusive golf grounds" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=3", imageAlt: "Exclusive golf grounds" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Premium course views" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=4", imageAlt: "Premium course views" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg", imageAlt: "Golf course beauty" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-playing-golf_23-2150978187.jpg?_wi=5", imageAlt: "Golf course beauty" } ]} background={{ variant: "plain" }} @@ -174,10 +174,10 @@ export default function LandingPage() {