From 14d9232dca435f646724c8fd0c16e642902f521a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 21:17:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ea5482..b2664ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/skull-with-hand-drawn-wreath_23-2147610865.jpg", imageAlt: "Bone fine line tattoo"}, + imageSrc: "http://img.b2bpic.net/free-vector/skull-with-hand-drawn-wreath_23-2147610865.jpg?_wi=1", imageAlt: "Bone fine line tattoo"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg", imageAlt: "Tattoo studio aesthetic"} + imageSrc: "http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg?_wi=1", imageAlt: "Tattoo studio aesthetic"} ]} mediaAnimation="slide-up" rating={5} @@ -125,13 +125,13 @@ export default function LandingPage() { "Custom design session", "Anatomical focus", "Post-tattoo check"], button: { text: "Book", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-vector/skull-with-hand-drawn-wreath_23-2147610865.jpg", imageAlt: "Hand drawn death moth drawing illustration"}, + imageSrc: "http://img.b2bpic.net/free-vector/skull-with-hand-drawn-wreath_23-2147610865.jpg?_wi=2", imageAlt: "Hand drawn death moth drawing illustration"}, { id: "large", title: "Large Scale", price: "By Consultation", period: "Hourly", features: [ "Full bone structure", "Intricate detail", "Dedicated attention"], button: { text: "Book", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg", imageAlt: "Hand drawn death moth drawing illustration"}, + imageSrc: "http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg?_wi=2", imageAlt: "Hand drawn death moth drawing illustration"}, ]} title="Booking & Rates" description="Ready to get inked? Transparent pricing for high-quality tattoo work." -- 2.49.1