From 19cec866320deb7daaaa9d94d99538aa8611ea2a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:30:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eff464a..fbdc7eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-tattoo-artist_23-2148631783.jpg", imageAlt: "Premium tattoo artwork showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-boxer-wearing-white-gloves_613910-16799.jpg", imageAlt: "Realism tattoo detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-2997.jpg", imageAlt: "Color tattoo design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-man-with-piercing-his-nose-ears-looking-camera_23-2148121967.jpg", imageAlt: "Large scale tattoo artwork" }, + { imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-boxer-wearing-white-gloves_613910-16799.jpg?_wi=1", imageAlt: "Realism tattoo detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-2997.jpg?_wi=1", imageAlt: "Color tattoo design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-man-with-piercing-his-nose-ears-looking-camera_23-2148121967.jpg?_wi=1", imageAlt: "Large scale tattoo artwork" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-with-colorful-tattoos-posing-white-sheet_1321-976.jpg", imageAlt: "Professional sleeve work" }, { imageSrc: "http://img.b2bpic.net/free-photo/shirtless-muscular-latin-american-male-with-tattoos-standing-taking-shower-outloodrs-after-workout-tropical-leaves-background-shower-private-villa_1321-2824.jpg", imageAlt: "Realistic portrait tattoo" } ]} @@ -88,13 +88,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Realism Masterpieces", description: "Photorealistic designs capturing every detail with stunning accuracy and depth.", tag: "Realism", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-boxer-wearing-white-gloves_613910-16799.jpg", imageAlt: "Realistic tattoo artwork" + id: "1", title: "Realism Masterpieces", description: "Photorealistic designs capturing every detail with stunning accuracy and depth.", tag: "Realism", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-boxer-wearing-white-gloves_613910-16799.jpg?_wi=2", imageAlt: "Realistic tattoo artwork" }, { - id: "2", title: "Color Excellence", description: "Vibrant, long-lasting color work with perfect shading and artistic composition.", tag: "Color", imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-2997.jpg", imageAlt: "Colorful tattoo design" + id: "2", title: "Color Excellence", description: "Vibrant, long-lasting color work with perfect shading and artistic composition.", tag: "Color", imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-2997.jpg?_wi=2", imageAlt: "Colorful tattoo design" }, { - id: "3", title: "Large Scale Work", description: "Bold, expansive pieces designed for maximum impact and artistic expression.", tag: "Large Scale", imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-man-with-piercing-his-nose-ears-looking-camera_23-2148121967.jpg", imageAlt: "Large scale tattoo" + id: "3", title: "Large Scale Work", description: "Bold, expansive pieces designed for maximum impact and artistic expression.", tag: "Large Scale", imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-man-with-piercing-his-nose-ears-looking-camera_23-2148121967.jpg?_wi=2", imageAlt: "Large scale tattoo" } ]} animationType="slide-up" @@ -146,7 +146,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Magdalena K.", role: "Client", company: "Kielce", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Satisfied client Magdalena" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Satisfied client Magdalena" }, { id: "2", name: "Piotr W.", role: "Client", company: "Kielce", rating: 5, @@ -154,7 +154,7 @@ export default function LandingPage() { }, { id: "3", name: "Anna M.", role: "Client", company: "Kielce Region", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Satisfied client Anna" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Satisfied client Anna" }, { id: "4", name: "Tomasz J.", role: "Client", company: "Kielce", rating: 5, -- 2.49.1