From be2ef93a3294ae668e337469cc601d9fb459c076 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:19 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index df22780..e0cf970 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -101,7 +101,7 @@ export default function AboutPage() { title: "Satisfied Customers", description: "Trusted by families and professionals alike", imageSrc: - "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg", + "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg?_wi=2", }, { id: "2", @@ -109,7 +109,7 @@ export default function AboutPage() { title: "Years of Service", description: "Over a decade of expert craftsmanship and dedication", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=4", }, { id: "3", @@ -117,7 +117,7 @@ export default function AboutPage() { title: "Satisfaction Guaranteed", description: "Quality assurance on every project we undertake", imageSrc: - "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg", + "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=2", }, ]} animationType="slide-up" -- 2.49.1 From fad42723c390c6b528e3f62e89915c7214fd2a70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:19 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0922935..fd02a56 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -126,7 +126,7 @@ export default function ContactPage() { "Yes, we offer custom tailoring services including custom curtains, bespoke alterations, and specialty work. Contact us to discuss your specific project and get a personalized quote.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=5" imageAlt="Close-up of expert tailoring and stitching work" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 5e1c2c69b900397b417b40d23f0c8a5d7e8024a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:20 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 2dede76..47be3a5 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -82,21 +82,21 @@ export default function GalleryPage() { name: "Wedding Dress Hemming", price: "Transform", imageSrc: - "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg", + "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg?_wi=2", }, { id: "2", name: "Suit Tailoring", price: "Perfect Fit", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=5", }, { id: "3", name: "Pants Hemming", price: "Precision Length", imageSrc: - "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg", + "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=4", }, ]} gridVariant="three-columns-all-equal-width" @@ -125,7 +125,7 @@ export default function GalleryPage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=5", }, { id: "2", @@ -138,7 +138,7 @@ export default function GalleryPage() { avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=6", }, { id: "3", @@ -151,7 +151,7 @@ export default function GalleryPage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=3", }, ]} textboxLayout="default" -- 2.49.1 From 0aba09eaa32b86af9070bcbfeaf4b73429f1d614 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:20 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7707193..c1ba495 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { { text: "Call Now", href: "tel:+1-281-555-0123" }, ]} buttonAnimation="slide-up" - 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=1" imageAlt="Expert tailor working on suit alteration" mediaAnimation="slide-up" imagePosition="right" @@ -120,11 +120,11 @@ export default function HomePage() { "Expert tailoring for your perfect bridal moment. We specialize in wedding gowns, bridesmaid dresses, and formal evening wear with meticulous attention to detail.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=1", }, phoneTwo: { 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", + "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=2", }, }, { @@ -134,11 +134,11 @@ export default function HomePage() { "Professional hemming, tapering, and repairs for your everyday wardrobe. From pants to shirts, we ensure the perfect fit at affordable prices.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg", + "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=1", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg", + "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg?_wi=1", }, }, { @@ -148,11 +148,11 @@ export default function HomePage() { "Add personalized touches to your garments with professional embroidery, monogramming, and custom alterations for uniforms and corporate wear.", phoneOne: { 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", + "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=3", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg", + "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg?_wi=2", }, }, ]} @@ -223,7 +223,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=2", }, { id: "2", @@ -236,7 +236,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=1", }, { id: "3", @@ -249,7 +249,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=1", }, { id: "4", @@ -262,7 +262,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.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", + "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", }, { id: "5", @@ -275,7 +275,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=3", }, { id: "6", @@ -288,7 +288,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-businessman-turn-face-camera-smiling-selfassured-standing-white-backgro_1258-113227.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=2", }, ]} textboxLayout="default" @@ -310,7 +310,7 @@ export default function HomePage() { title: "Happy Clients", description: "Trusted by hundreds of satisfied customers", imageSrc: - "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg", + "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg?_wi=1", }, { id: "2", @@ -318,7 +318,7 @@ export default function HomePage() { title: "Years Experience", description: "Over a decade of expert craftsmanship", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=2", }, { id: "3", @@ -334,7 +334,7 @@ export default function HomePage() { title: "Satisfaction", description: "Guaranteed quality on every project", imageSrc: - "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg", + "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=1", }, ]} animationType="slide-up" -- 2.49.1 From 9b420350829549354d12f3cf62e726b99a30d102 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:21 +0000 Subject: [PATCH 5/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b8b1aaa..1d15551 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -87,11 +87,11 @@ export default function ServicesPage() { "Expert tailoring for your perfect bridal moment. We specialize in wedding gowns, bridesmaid dresses, and formal evening wear with meticulous attention to detail and care for delicate fabrics.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=4", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", + "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg?_wi=1", }, }, { @@ -101,11 +101,11 @@ export default function ServicesPage() { "Professional hemming, tapering, and repairs for your everyday wardrobe. From pants to shirts, we ensure the perfect fit at affordable prices. Quick turnaround on most items.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg", + "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=2", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=3", }, }, { @@ -115,11 +115,11 @@ export default function ServicesPage() { "Add personalized touches to your garments with professional embroidery, monogramming, and custom details. Perfect for uniforms, corporate wear, gifts, and special occasions.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg", + "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-9.jpg?_wi=3", }, phoneTwo: { 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", + "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=5", }, }, ]} @@ -142,21 +142,21 @@ export default function ServicesPage() { name: "Wedding Dress Alteration", price: "Expert Fit", imageSrc: - "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg", + "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg?_wi=1", }, { id: "2", name: "Suit Tailoring", price: "Perfect Tailoring", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=4", }, { id: "3", name: "Pants Hemming", price: "Precision Work", imageSrc: - "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg", + "http://img.b2bpic.net/free-photo/football-fan-front-desk_23-2147827595.jpg?_wi=3", }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1 From e8b6c059a60815403dc634ae6ce9f859dcaf9c4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:28:21 +0000 Subject: [PATCH 6/6] Update src/app/wedding-alterations/page.tsx --- src/app/wedding-alterations/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/wedding-alterations/page.tsx b/src/app/wedding-alterations/page.tsx index fcad03c..141e480 100644 --- a/src/app/wedding-alterations/page.tsx +++ b/src/app/wedding-alterations/page.tsx @@ -86,11 +86,11 @@ export default function WeddingAlterationsPage() { "Expert hemming, taking in, letting out, and custom modifications to ensure your wedding dress fits perfectly on your special day. We handle delicate fabrics with the utmost care.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=6", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", + "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg?_wi=2", }, }, { @@ -100,11 +100,11 @@ export default function WeddingAlterationsPage() { "Professional alterations for bridesmaids dresses, mother-of-the-bride dresses, and formal evening wear. We ensure all attendants look coordinated and beautiful.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg", + "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278355.jpg?_wi=3", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", + "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg?_wi=3", }, }, { @@ -114,11 +114,11 @@ export default function WeddingAlterationsPage() { "Tailored fit for the groom and groomsmen. From jacket adjustments to pants hemming, we ensure every member of the wedding party looks sharp and confident.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg", + "http://img.b2bpic.net/free-photo/close-up-confident-executive-with-tie_1098-3472.jpg?_wi=7", }, phoneTwo: { 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", + "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=6", }, }, ]} @@ -148,7 +148,7 @@ export default function WeddingAlterationsPage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=7", }, { id: "2", @@ -161,7 +161,7 @@ export default function WeddingAlterationsPage() { avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg", + "http://img.b2bpic.net/free-photo/adorable-bride-preparation_1153-7078.jpg?_wi=8", }, { id: "3", @@ -174,7 +174,7 @@ export default function WeddingAlterationsPage() { avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7803.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-with-luggages_23-2148927418.jpg?_wi=6", }, ]} textboxLayout="default" -- 2.49.1