From 6febaa6236ecc6a3890d336aa363b85cf49c46df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:12:25 +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 a407372..beee2dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function LandingPage() { { title: "General Readings", description: "Get insight into what's happening in your life right now and what energies surround you.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot_23-2150273185.jpg", imageAlt: "Tarot spread for general guidance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot_23-2150273185.jpg", imageAlt: "Intuitive card interpretation" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot_23-2150273185.jpg?_wi=1", imageAlt: "Tarot spread for general guidance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot_23-2150273185.jpg?_wi=2", imageAlt: "Intuitive card interpretation" } ] }, { title: "Love & Relationships", description: "Navigate matters of the heart with clarity and understanding about connections and potential.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/fortune-teller-reading-future-by-tarot-cards-rustic-table_123827-19488.jpg", imageAlt: "Relationship tarot reading" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fortune-teller-reading-future-by-tarot-cards-rustic-table_123827-19488.jpg", imageAlt: "Connection and compatibility cards" } + { imageSrc: "http://img.b2bpic.net/free-photo/fortune-teller-reading-future-by-tarot-cards-rustic-table_123827-19488.jpg?_wi=1", imageAlt: "Relationship tarot reading" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fortune-teller-reading-future-by-tarot-cards-rustic-table_123827-19488.jpg?_wi=2", imageAlt: "Connection and compatibility cards" } ] }, { -- 2.49.1