diff --git a/src/app/page.tsx b/src/app/page.tsx index 481f8ce..14a7c9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { { title: "Seamless Booking", description: "Manage your entire schedule from our centralized platform.", icon: Calendar, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-with-laptop_23-2149426566.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-with-laptop_23-2149426566.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg?_wi=1" }, ] }, { title: "Digital Ticketing", description: "Instant ticket generation, secure payment, and QR validation for your guests.", icon: Ticket, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-with-laptop_23-2149426566.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-with-laptop_23-2149426566.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-party-decorations-laptop_23-2149426574.jpg?_wi=2" }, ] }, {