From 3e943f08c9f53d249bc5d1d2ecf87c6a08d72eff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Jul 2026 01:12:14 +0000 Subject: [PATCH] Update src/pages/HomePage/sections/Gallery.tsx --- src/pages/HomePage/sections/Gallery.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage/sections/Gallery.tsx b/src/pages/HomePage/sections/Gallery.tsx index 18a9bc3..4a86512 100644 --- a/src/pages/HomePage/sections/Gallery.tsx +++ b/src/pages/HomePage/sections/Gallery.tsx @@ -7,7 +7,7 @@ import Tag from "@/components/ui/Tag"; export default function GallerySection() { const images = [ { - src: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920218-dn9n7n03.png", + src: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920221-rb0wtby4.jpg", title: "Indoor Courts", colSpan: "md:col-span-3" }, @@ -22,7 +22,7 @@ export default function GallerySection() { colSpan: "md:col-span-2" }, { - src: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920218-dn9n7n03.png", + src: "https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920221-rb0wtby4.jpg", title: "Courts", colSpan: "md:col-span-2" },