diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 8eeb3a4..994633b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -30,7 +30,7 @@ export default function AboutPage() {
/>
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 824e649..3fbda2d 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -28,14 +28,14 @@ export default function GalleryPage() {
description="A showcase of our shop, products, and community moments."
features={[
{ title: "Storefront", description: "Our welcoming entrance", imageSrc: "http://img.b2bpic.net/free-photo/wedding-salon-with-white-gowns-mannequins_107791-15861.jpg" },
- { title: "Interior", description: "A look inside our shop", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg" },
- { title: "Craftsmanship", description: "Detailing our work", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-vessels-second-hand-market_23-2149338478.jpg" },
+ { title: "Interior", description: "A look inside our shop", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=1" },
+ { title: "Craftsmanship", description: "Detailing our work", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-vessels-second-hand-market_23-2149338478.jpg?_wi=1" },
]}
useInvertedBackground={false}
/>
diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx
index 57faa31..31a975f 100644
--- a/src/app/location/page.tsx
+++ b/src/app/location/page.tsx
@@ -40,7 +40,7 @@ export default function LocationPage() {
useInvertedBackground={false}
/>