From 7fddb131c59a6be1285c483bd96f554f6f6ed62c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 22:22:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8425211..fe1399f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-hand-tattoo-artist-wearing-black-glove-holding-tattoo-gun_181624-21033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-hand-tattoo-artist-wearing-black-glove-holding-tattoo-gun_181624-21033.jpg?_wi=1" /> @@ -85,25 +85,25 @@ export default function LandingPage() { id: "p1", name: "Geometric Sleeve", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3001.jpg?_wi=1", }, { id: "p2", name: "Illustrative Floral", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/evergreen-falling-into-water_23-2148151484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/evergreen-falling-into-water_23-2148151484.jpg?_wi=1", }, { id: "p3", name: "Blackwork Portrait", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-photoshoot-transgender-woman_53876-5.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-photoshoot-transgender-woman_53876-5.jpg?_wi=1", }, { id: "p4", name: "Minimalist Script", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-vector/happy-diwali-text-poster-design-abstract-vector-illustration_460848-18613.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/happy-diwali-text-poster-design-abstract-vector-illustration_460848-18613.jpg?_wi=1", }, { id: "p5", @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Incredible artist, precise work.", tag: "Sleeve", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-posing_273609-12919.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-hand-tattoo-artist-wearing-black-glove-holding-tattoo-gun_181624-21033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-hand-tattoo-artist-wearing-black-glove-holding-tattoo-gun_181624-21033.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "Took my idea and made it art.", tag: "Custom", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-female-trendy-summer-pink-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-indoors-cheerful-happy_158538-21226.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3001.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { quote: "The best studio experience.", tag: "Portrait", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-black-t-shirt-showing-okay-gesture-isolated-pink-wall_141793-106494.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/evergreen-falling-into-water_23-2148151484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/evergreen-falling-into-water_23-2148151484.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { quote: "Clean, safe, and beautiful.", tag: "Line Art", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-blue-eyes_1098-3681.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-photoshoot-transgender-woman_53876-5.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-photoshoot-transgender-woman_53876-5.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { quote: "Already booking my next one.", tag: "Traditional", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/happy-diwali-text-poster-design-abstract-vector-illustration_460848-18613.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/happy-diwali-text-poster-design-abstract-vector-illustration_460848-18613.jpg?_wi=2", imageAlt: "smiling customer portrait", }, ]} -- 2.49.1