diff --git a/src/pages/HomePage/sections/Bookings.tsx b/src/pages/HomePage/sections/Bookings.tsx index b01f379..86c38ed 100644 --- a/src/pages/HomePage/sections/Bookings.tsx +++ b/src/pages/HomePage/sections/Bookings.tsx @@ -17,7 +17,7 @@ export default function BookingsSection() { title: "Choose Your Court", subtitle: "Step 2", description: "Browse available courts and times up to 7 days in advance (14 days for Pro members).", - imageSrc: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782952546030-f2ubckey.jpg", + imageSrc: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782952546030-f2ubckey.jpg?_wi=1", }, { tag: "Confirm", diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 4a704cb..a83779f 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -25,7 +25,7 @@ const floatingCards = [ }, { name: "Grass Courts", - imageSrc: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782952546030-f2ubckey.jpg" + imageSrc: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782952546030-f2ubckey.jpg?_wi=2" } ];