From 6aa2c6d293de2448e1925496e9f4235cf5c31be7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:41:29 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 44db871..53cf252 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,21 +54,21 @@ export default function AboutPage() { id: 1, title: "Founded with Purpose", description: "StyleFit Professional was established by fashion industry veterans who believed professional clothing shouldn't compromise on quality or style.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-fabric-details_23-2149285588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-fabric-details_23-2149285588.jpg?_wi=4", imageAlt: "Premium fabric textile quality", }, { id: 2, title: "Quality First Philosophy", description: "Every piece goes through rigorous quality control. We source only the finest fabrics and employ master tailors with decades of experience.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=4", imageAlt: "Tailoring expert measurement", }, { id: 3, title: "Sustainability Commitment", description: "We're invested in eco-friendly practices, ethical manufacturing, and sustainable supply chains for a better future.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-repairing-clothes_23-2150746371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-repairing-clothes_23-2150746371.jpg?_wi=2", imageAlt: "Sustainable eco-friendly fashion", }, ]} @@ -146,7 +146,7 @@ export default function AboutPage() { tagAnimation="blur-reveal" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/status-ability-skills-expand-branch-connection_53876-121278.jpg" + imageSrc="http://img.b2bpic.net/free-photo/status-ability-skills-expand-branch-connection_53876-121278.jpg?_wi=3" imageAlt: "Contact us banner" mediaAnimation="opacity" mediaPosition="right" @@ -158,7 +158,7 @@ export default function AboutPage() {