From d8dcecde11daab8a229f8e99a6c65be1903479a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e991be..18e6ba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,27 +67,27 @@ export default function LandingPage() { description="Discover a new story from scripture every day. Designed for quiet reflection and spiritual nourishment." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg?_wi=1", imageAlt: "Sacred story illustration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg?_wi=1", imageAlt: "Daily scripture reading", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg?_wi=1", imageAlt: "Spiritual contemplation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg?_wi=2", imageAlt: "Sacred story illustration 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg?_wi=2", imageAlt: "Daily scripture reading 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg?_wi=2", imageAlt: "Spiritual contemplation 2", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Translations", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-26087.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-26087.jpg?_wi=1" imageAlt="Reflective reader" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -130,42 +130,42 @@ export default function LandingPage() { title: "Daily Story Notifications", description: "Receive a meaningful story every morning at your preferred time.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg?_wi=1", imageAlt: "App UI", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=1", imageAlt: "App UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fantasy-setting-practicing-yoga-mindful-meditation_23-2151416483.jpg?_wi=3", imageAlt: "bible story illustration warm tones", }, { title: "Guided Reflections", description: "Every story comes with key takeaways and prayer points for deeper meditation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg?_wi=2", imageAlt: "App UI", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=2", imageAlt: "App UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-holy-bible-high-angle_23-2149366544.jpg?_wi=3", imageAlt: "old library interior warm light", }, { title: "Verse Library", description: "Easily save and organize your favorite passages for later reading.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg?_wi=3", imageAlt: "App UI", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=3", imageAlt: "App UI", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-female-sea-sunset_1048-10828.jpg?_wi=3", imageAlt: "calm desert landscape sunset", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { category: "Old Testament", title: "The Courage of Esther", excerpt: "Reflecting on the bravery needed when facing the unknown.", - imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg?_wi=1", authorName: "Daily Editor", authorAvatar: "http://img.b2bpic.net/free-photo/girl-enjoying-good-book_23-2148260189.jpg", date: "Oct 24, 2024", @@ -198,7 +198,7 @@ export default function LandingPage() { category: "Parables", title: "The Good Shepherd", excerpt: "Finding comfort in the guidance and protection provided.", - imageSrc: "http://img.b2bpic.net/free-photo/enjoy-moment-things-positive-words-phrase-graphic_53876-138622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enjoy-moment-things-positive-words-phrase-graphic_53876-138622.jpg?_wi=1", authorName: "Daily Editor", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-female-holding-plate-dessert_1187-5282.jpg", date: "Oct 23, 2024", @@ -230,7 +230,7 @@ export default function LandingPage() { quote: "This app helped me start my day with peace every morning.", tag: "Reader", avatarSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-good-book_23-2148260189.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-26087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-26087.jpg?_wi=2", imageAlt: "person reading bible reflection", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { quote: "I appreciate the simple yet profound reflections provided.", tag: "Reader", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-female-holding-plate-dessert_1187-5282.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-application-design-illustrator-creativity-concept_53876-124401.jpg?_wi=4", imageAlt: "mobile app bible reading interface", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { quote: "The stories are beautifully curated and easy to read.", tag: "Reader", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-middle-aged-european-female-with-stylish-hairdo-wearing-white-tank-expressing-positive-emotions-smiling-broadly-showing-straight-teeth-happy-receive-good-news_343059-1966.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg?_wi=4", imageAlt: "user dashboard bible app", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { quote: "A wonderful resource for daily spiritual growth.", tag: "Reader", avatarSrc: "http://img.b2bpic.net/free-photo/plus-size-model-being-dreamy_23-2148598818.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roll-wallpaper-illuminated-by-artificial-light_122409-89.jpg?_wi=2", imageAlt: "bible story landscape illustration", }, { @@ -274,7 +274,7 @@ export default function LandingPage() { quote: "Each story speaks to my current situation perfectly.", tag: "Reader", avatarSrc: "http://img.b2bpic.net/free-photo/concentrated-girl-reading-book-sitting-yellow-chair_23-2147601394.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/enjoy-moment-things-positive-words-phrase-graphic_53876-138622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enjoy-moment-things-positive-words-phrase-graphic_53876-138622.jpg?_wi=2", imageAlt: "peaceful morning prayer book", }, ]} -- 2.49.1