Update src/app/submit-form/page.tsx

This commit is contained in:
2026-03-03 21:05:35 +00:00
parent 5779e21a52
commit 8bf33a3fea

View File

@@ -19,24 +19,21 @@ export default function SubmitFormPage() {
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 SubmitFormPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -68,28 +65,18 @@ export default function SubmitFormPage() {
tag="Enrollment"
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=6",
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=5",
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=4",
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=7",
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=6",
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: "/" },
@@ -207,35 +194,17 @@ export default function SubmitFormPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "When will I hear back after enrollment?",
content: "Ustazah Mariyam reviews all enrollments within 24 hours and will contact you via email or phone to confirm your program and schedule your first session.",
},
id: "1", title: "When will I hear back after enrollment?", content: "Ustazah Mariyam reviews all enrollments within 24 hours and will contact you via email or phone to confirm your program and schedule your first session."},
{
id: "2",
title: "What if I need to reschedule?",
content: "No problem! Please contact Ustazah Mariyam directly with at least 24 hours notice. Flexible rescheduling is available for all programs.",
},
id: "2", title: "What if I need to reschedule?", content: "No problem! Please contact Ustazah Mariyam directly with at least 24 hours notice. Flexible rescheduling is available for all programs."},
{
id: "3",
title: "Do I need any materials before starting?",
content: "All course materials are provided during your first session. You only need a device to access sessions and basic writing materials for notes.",
},
id: "3", title: "Do I need any materials before starting?", content: "All course materials are provided during your first session. You only need a device to access sessions and basic writing materials for notes."},
{
id: "4",
title: "Is there a money-back guarantee?",
content: "Yes! If you're not satisfied with the first session, we offer a full refund within 7 days. Your satisfaction is our priority.",
},
id: "4", title: "Is there a money-back guarantee?", content: "Yes! If you're not satisfied with the first session, we offer a full refund within 7 days. Your satisfaction is our priority."},
{
id: "5",
title: "Can I change programs after enrolling?",
content: "Absolutely! You can upgrade, downgrade, or switch programs at any time. Just let Ustazah Mariyam know your preference.",
},
id: "5", title: "Can I change programs after enrolling?", content: "Absolutely! You can upgrade, downgrade, or switch programs at any time. Just let Ustazah Mariyam know your preference."},
{
id: "6",
title: "How are sessions conducted?",
content: "Sessions are conducted online via Zoom, ensuring comfort and accessibility. You'll receive the meeting link and all details in your confirmation email.",
},
id: "6", title: "How are sessions conducted?", content: "Sessions are conducted online via Zoom, ensuring comfort and accessibility. You'll receive the meeting link and all details in your confirmation email."},
]}
faqsAnimation="slide-up"
textboxLayout="default"