Update src/app/thank-you/page.tsx

This commit is contained in:
2026-03-03 21:14:02 +00:00
parent fad7e16c43
commit ecbe794605

View File

@@ -68,15 +68,15 @@ export default function ThankYouPage() {
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic manuscript"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=8", imageAlt: "Quranic manuscript"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Islamic learning"},
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=7", imageAlt: "Islamic learning"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", imageAlt: "Ustazah teaching"},
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=5", imageAlt: "Ustazah teaching"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic study"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=9", imageAlt: "Quranic study"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Tajweed resources"},
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=8", imageAlt: "Tajweed resources"},
]}
buttons={[
{ text: "Return to Home", href: "/" },
@@ -95,7 +95,7 @@ export default function ThankYouPage() {
description="Next Steps"
subdescription="Check your email for confirmation details and prepare for your transformative learning experience with Ustazah Mariyam."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=6"
imageAlt="Ustazah Mariyam - Your Tajweed Guide"
mediaAnimation="slide-up"
useInvertedBackground={true}