From f1a665e5efb80fe2e1af87ce9352bb932f76f888 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:05:37 +0000 Subject: [PATCH] Update src/app/thank-you/page.tsx --- src/app/thank-you/page.tsx | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/src/app/thank-you/page.tsx b/src/app/thank-you/page.tsx index 750b74e..4c8e0fd 100644 --- a/src/app/thank-you/page.tsx +++ b/src/app/thank-you/page.tsx @@ -19,24 +19,21 @@ export default function ThankYouPage() { const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Tajweed Audit", href: "#pricing" }, { label: "Group Course", href: "#pricing" }, { label: "Personal Sessions", href: "#pricing" }, ], }, { - title: "Learn", - items: [ + title: "Learn", items: [ { label: "About Ustazah", href: "#about" }, { label: "Offerings", href: "#offerings" }, { label: "FAQ", href: "#faq" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Enroll", href: "/submit-form" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }, @@ -51,7 +48,7 @@ export default function ThankYouPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -68,28 +65,18 @@ export default function ThankYouPage() { tag="Welcome" tagIcon={BookOpen} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { - 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/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic manuscript"}, { - 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/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Islamic learning"}, { - 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/young-female-glasses-workplace_1301-980.jpg", imageAlt: "Ustazah teaching"}, { - 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/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic study"}, { - imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=8", - imageAlt: "Tajweed resources", - }, + imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Tajweed resources"}, ]} buttons={[ { text: "Return to Home", href: "/" }, @@ -108,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?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg" imageAlt="Ustazah Mariyam - Your Tajweed Guide" mediaAnimation="slide-up" useInvertedBackground={true}