Update src/app/thank-you/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user