From 29403a79034adf073634ed16cf6b9569f7e9bd98 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:32:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7069c2..5053401 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - 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", imageAlt: "Expert tailor at work with precision" + 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 at work with precision" }, { - imageSrc: "http://img.b2bpic.net/free-photo/workplace-seamstress-office-with-sewing-machine-table_627829-5174.jpg", imageAlt: "Schneiderei Oase professional workshop" + imageSrc: "http://img.b2bpic.net/free-photo/workplace-seamstress-office-with-sewing-machine-table_627829-5174.jpg?_wi=1", imageAlt: "Schneiderei Oase professional workshop" }, { imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-skilled-suitmaker-doing-fit-sizing-bespoken-clothing-piece-using-measurement-tape-precise-experienced-couturier-helping-customer-with-custom-made-sartorial-suit_482257-64887.jpg", imageAlt: "Careful hands performing tailoring work" @@ -80,7 +80,7 @@ export default function LandingPage() { }, { id: "2", title: "Custom Fitting Adjustments", author: "Tailored Solutions", description: "Let us adapt your clothes to your unique measurements. Our expert fitters ensure comfort and style in every adjustment.", tags: ["Custom", "Fit"], - 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", imageAlt: "Custom tailoring measurements" + 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=2", imageAlt: "Custom tailoring measurements" }, { id: "3", title: "Zipper Replacement", author: "Technical Excellence", description: "Don't let a broken zipper ruin your favorite garment. We replace zippers professionally on jackets, bags, and more.", tags: ["Repair", "Specialist"], @@ -136,7 +136,7 @@ export default function LandingPage() { }, { id: "2", name: "Michael Hoffmann", role: "Business Professional", company: "Long-time Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Hoffmann" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Hoffmann" }, { id: "3", name: "Julia Keller", role: "Fashion Enthusiast", company: "Loyal Customer", rating: 5, @@ -144,7 +144,7 @@ export default function LandingPage() { }, { id: "4", name: "Thomas Müller", role: "Corporate Client", company: "Repeat Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Thomas Müller" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Thomas Müller" }, ]} kpiItems={[ @@ -184,7 +184,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/workplace-seamstress-office-with-sewing-machine-table_627829-5174.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workplace-seamstress-office-with-sewing-machine-table_627829-5174.jpg?_wi=2" imageAlt="Schneiderei Oase storefront" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1