From 977b864327ce23250584363ebe1cccddc47ef9cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:58:58 +0000 Subject: [PATCH 1/5] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 8689c3f..339416e 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -49,7 +49,7 @@ export default function CollectionsPage() { id: "1", name: "Luke 1:37 Scripture Tee", price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg?_wi=2", imageAlt: "Luke 1:37 t-shirt with scripture design", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function CollectionsPage() { id: "2", name: "Nothing is Impossible Hoodie", price: "$59.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg?_wi=2", imageAlt: "Neutral hoodie with faith message", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function CollectionsPage() { id: "3", name: "Miracle Crafted Collection Bundle", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg?_wi=2", imageAlt: "Complete faith collection bundle", initialQuantity: 1, }, @@ -89,7 +89,7 @@ export default function CollectionsPage() { "Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God.", name: "Sarah Johnson", role: "Community Leader", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sarah Johnson testimonial", }, { @@ -99,7 +99,7 @@ export default function CollectionsPage() { "Not only are the pieces beautifully designed, but knowing the story behind them makes wearing them even more meaningful. It's a constant reminder of faith.", name: "Marcus Chen", role: "Repeat Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Marcus Chen testimonial", }, { @@ -109,7 +109,7 @@ export default function CollectionsPage() { "I've bought several pieces as gifts for friends and family. Everyone loves them because they combine style with deep spiritual meaning.", name: "Emily Rodriguez", role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Emily Rodriguez testimonial", }, ]} -- 2.49.1 From b1be9e68c957436d6cc1967c56cb522909205084 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:58:58 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6d17dbd..4e6f661 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { "I reached out with a question and received a thoughtful response within hours. The Miracle Crafted team truly cares about their community.", name: "Sarah Johnson", role: "Community Member", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Sarah Johnson testimonial", }, { @@ -68,7 +68,7 @@ export default function ContactPage() { "When I shared my struggles, the team didn't just respond—they provided resources and connected me with others in our faith community. That's true ministry.", name: "Marcus Chen", role: "Program Member", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", imageAlt: "Marcus Chen testimonial", }, { @@ -78,7 +78,7 @@ export default function ContactPage() { "The Miracle Crafted team goes above and beyond to help with any questions. Their passion for their mission is evident in every interaction.", name: "David Williams", role: "Long-Term Customer", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=3", imageAlt: "David Williams testimonial", }, ]} -- 2.49.1 From 0da2d66a3eeb2777741f9d56023e452ea3200e6f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:58:59 +0000 Subject: [PATCH 3/5] Update src/app/my-story/page.tsx --- src/app/my-story/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/my-story/page.tsx b/src/app/my-story/page.tsx index 23778eb..fa67429 100644 --- a/src/app/my-story/page.tsx +++ b/src/app/my-story/page.tsx @@ -45,7 +45,7 @@ export default function MyStoryPage() { description="It was supposed to be the end. In a devastating car accident, I faced death—but God had other plans." subdescription="Luke 1:37 became my lifeline: 'For with God nothing shall be impossible.' Through recovery, I discovered my purpose." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg?_wi=2" imageAlt="Journey of faith and recovery" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -60,7 +60,7 @@ export default function MyStoryPage() { description="The months after my accident were transformative. What began as physical recovery became a spiritual renaissance." subdescription="Every scar became a reminder of God's faithfulness. Every prayer deepened my connection to His purpose for my life." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg" + imageSrc="http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg?_wi=1" imageAlt="Faith and spiritual community" mediaAnimation="blur-reveal" useInvertedBackground={false} -- 2.49.1 From 35a3df58c03bb2fa098264249e45cab3a8580e76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:59:00 +0000 Subject: [PATCH 4/5] 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 d174962..6b5d513 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { description="It was supposed to be the end. In a devastating car accident, I faced death—but God had other plans." subdescription="Luke 1:37 became my lifeline: 'For with God nothing shall be impossible.'" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg?_wi=1" imageAlt="Journey of faith and recovery" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -86,7 +86,7 @@ export default function HomePage() { id: "1", name: "Luke 1:37 Scripture Tee", price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg?_wi=1", imageAlt: "Luke 1:37 t-shirt with scripture design", initialQuantity: 1, }, @@ -94,7 +94,7 @@ export default function HomePage() { id: "2", name: "Nothing is Impossible Hoodie", price: "$59.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg?_wi=1", imageAlt: "Neutral hoodie with faith message", initialQuantity: 1, }, @@ -102,7 +102,7 @@ export default function HomePage() { id: "3", name: "Miracle Crafted Collection Bundle", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg?_wi=1", imageAlt: "Complete faith collection bundle", initialQuantity: 1, }, @@ -142,7 +142,7 @@ export default function HomePage() { "Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God. It's been transformative.", name: "Sarah Johnson", role: "Community Leader", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial", }, { @@ -152,7 +152,7 @@ export default function HomePage() { "The discipleship program changed my perspective on faith. I now feel equipped to share my beliefs and help others discover their own spiritual journey.", name: "Marcus Chen", role: "Program Graduate", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Chen testimonial", }, { @@ -162,7 +162,7 @@ export default function HomePage() { "Your story of survival and faith is powerful. It inspired me to face my own challenges with renewed hope. Thank you for sharing your miracle.", name: "Emily Rodriguez", role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial", }, { @@ -172,7 +172,7 @@ export default function HomePage() { "More than just apparel, Miracle Crafted represents a movement of faith. Being part of this community has deepened my walk with God.", name: "David Williams", role: "Community Member", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "David Williams testimonial", }, ]} -- 2.49.1 From 23e3c4d6438597dfa5a6d17720aee1275429f207 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:59:01 +0000 Subject: [PATCH 5/5] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index a08fa5f..6dbdb8a 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -53,7 +53,7 @@ export default function ProgramsPage() { title: "Discipleship Program", price: "$197", period: "/month", - imageSrc: "http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg?_wi=2", imageAlt: "Discipleship program community", button: { text: "Get Started", href: "/contact" }, features: [ @@ -96,7 +96,7 @@ export default function ProgramsPage() { "The discipleship program has been the most meaningful spiritual investment I've made. The community support and weekly sessions keep me accountable and growing in my faith.", name: "Marcus Chen", role: "Program Graduate - Year 1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Marcus Chen testimonial", }, { @@ -106,7 +106,7 @@ export default function ProgramsPage() { "I attended the Faith Workshop Series expecting to gain knowledge, but I ended up gaining so much more—a renewed sense of purpose and a deeper relationship with God.", name: "Emily Rodriguez", role: "Workshop Participant", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Emily Rodriguez testimonial", }, { @@ -116,7 +116,7 @@ export default function ProgramsPage() { "What I love most is the community. These are people who genuinely care about each other's spiritual journey. It's not just a program; it's a movement of faith.", name: "David Williams", role: "Long-Term Member", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2", imageAlt: "David Williams testimonial", }, ]} -- 2.49.1