From 8ab3232f3bfc51844c5b0ddaa869d16cac2a30f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:12:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b01caf2..49b4df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { value: "500+", title: "Satisfied Clients" }, { value: "8 Years", title: "Professional Experience" } ]} - imageSrc="http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg?_wi=1" imageAlt="Tattoo artist at work in studio" useInvertedBackground={false} mediaAnimation="slide-up" @@ -87,13 +87,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Black & Grey Realism", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3003.jpg", imageAlt: "Black and grey realistic tattoo design" + id: "1", name: "Black & Grey Realism", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3003.jpg?_wi=1", imageAlt: "Black and grey realistic tattoo design" }, { - id: "2", name: "Colorful & Vibrant", price: "Starting at $200", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-tattooed-his-body-holding-flower-hand_23-2148121961.jpg", imageAlt: "Colorful vibrant tattoo artwork" + id: "2", name: "Colorful & Vibrant", price: "Starting at $200", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-tattooed-his-body-holding-flower-hand_23-2148121961.jpg?_wi=1", imageAlt: "Colorful vibrant tattoo artwork" }, { - id: "3", name: "Geometric Minimalist", price: "Starting at $120", imageSrc: "http://img.b2bpic.net/free-vector/sacred-geometry-shape_1017-2106.jpg", imageAlt: "Geometric minimalist tattoo design" + id: "3", name: "Geometric Minimalist", price: "Starting at $120", imageSrc: "http://img.b2bpic.net/free-vector/sacred-geometry-shape_1017-2106.jpg?_wi=1", imageAlt: "Geometric minimalist tattoo design" } ]} gridVariant="three-columns-all-equal-width" @@ -114,7 +114,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Custom Tattoo Design", description: "Work with our artists to create a one-of-a-kind design that perfectly captures your vision and personality.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3003.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/tattoo-salon-process-tattoo-girl-stuffed-tattoo-process-stuffing-tattoo-body-hands-close-up_1321-3003.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Personalized consultation" }, @@ -125,7 +125,7 @@ export default function LandingPage() { }, { id: "2", title: "Cover-Up & Rework", description: "Transform old or unwanted tattoos into beautiful new artwork with our expert cover-up and reworking services.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-tattooed-his-body-holding-flower-hand_23-2148121961.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-tattooed-his-body-holding-flower-hand_23-2148121961.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Expert cover-up techniques" }, @@ -136,7 +136,7 @@ export default function LandingPage() { }, { id: "3", title: "Touch-Ups & Maintenance", description: "Keep your tattoos looking vibrant and fresh with our professional touch-up and maintenance services.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/sacred-geometry-shape_1017-2106.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/sacred-geometry-shape_1017-2106.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Color refreshing" }, @@ -194,7 +194,7 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg?_wi=2" imageAlt="Professional tattoo studio setup" faqs={[ { @@ -218,7 +218,7 @@ export default function LandingPage() {