From 5c0019474230361b280d83ceed5f13f50bc981ed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:07:57 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { /> -- 2.49.1 From b5a7f4bab88036f56a8773e24fddc6bd0ffd6365 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:07:58 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} /> -- 2.49.1 From 85df64a20026faedcf4fb803d6d0a4d3672fea35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:07:58 +0000 Subject: [PATCH 3/4] Update src/app/location/page.tsx --- src/app/location/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> Date: Mon, 20 Apr 2026 01:07:59 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3211b4e..5394006 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -27,15 +27,15 @@ export default function ServicesPage() { title="Our Services" description="We provide a comprehensive range of professional services tailored to the needs of our local community." features={[ - { title: "Premium Consulting", description: "Personalized guidance for all your local business needs.", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg" }, + { title: "Premium Consulting", description: "Personalized guidance for all your local business needs.", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=2" }, { title: "Custom Design", description: "High-quality design services focused on your unique style.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-painter-indoors_23-2150182579.jpg" }, - { title: "Local Repairs", description: "Reliable repair services for your home and personal items.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-vessels-second-hand-market_23-2149338478.jpg" } + { title: "Local Repairs", description: "Reliable repair services for your home and personal items.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-vessels-second-hand-market_23-2149338478.jpg?_wi=2" } ]} useInvertedBackground={false} />