diff --git a/src/app/page.tsx b/src/app/page.tsx index de46d8a..6100e18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -274,7 +274,7 @@ export default function LandingPage() { text: "Get Starter Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=1", imageAlt: "Starter plan background", }, { @@ -294,7 +294,7 @@ export default function LandingPage() { text: "Get Business Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=2", imageAlt: "Business plan background", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { text: "Get Full Service Plan", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148429092.jpg?_wi=3", imageAlt: "Full service plan background", }, ]}