Update src/app/page.tsx
This commit is contained in:
191
src/app/page.tsx
191
src/app/page.tsx
@@ -23,24 +23,21 @@ export default function HomePage() {
|
||||
|
||||
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: "#" },
|
||||
@@ -55,7 +52,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -72,28 +69,18 @@ export default function HomePage() {
|
||||
tag="Tajweed Excellence"
|
||||
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=1",
|
||||
imageAlt: "Quranic manuscript with beautiful calligraphy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic manuscript with beautiful calligraphy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=1",
|
||||
imageAlt: "Islamic learning environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Islamic learning environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=1",
|
||||
imageAlt: "Ustazah Mariyam - Tajweed instructor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", imageAlt: "Ustazah Mariyam - Tajweed instructor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=2",
|
||||
imageAlt: "Quranic text and calligraphy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic text and calligraphy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=2",
|
||||
imageAlt: "Tajweed learning materials",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Tajweed learning materials"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Offerings", href: "#offerings" },
|
||||
@@ -112,7 +99,7 @@ export default function HomePage() {
|
||||
description="Certified Tajweed Instructor"
|
||||
subdescription="With years of experience teaching Muslim women, Ustazah Mariyam brings expertise, compassion, and dedication to every session."
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg"
|
||||
imageAlt="Portrait of Ustazah Mariyam"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -129,48 +116,30 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Tajweed Audit",
|
||||
description: "Comprehensive assessment of your current Tajweed level and recitation. Receive personalized feedback and improvement recommendations.",
|
||||
icon: CheckCircle,
|
||||
title: "Tajweed Audit", description: "Comprehensive assessment of your current Tajweed level and recitation. Receive personalized feedback and improvement recommendations.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=3",
|
||||
imageAlt: "Tajweed audit process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Tajweed audit process"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=3",
|
||||
imageAlt: "Quranic assessment materials",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Quranic assessment materials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "6-Week Group Course",
|
||||
description: "Intensive group sessions covering fundamental Tajweed rules. Perfect for building a strong foundation with supportive sisters.",
|
||||
icon: Users,
|
||||
title: "6-Week Group Course", description: "Intensive group sessions covering fundamental Tajweed rules. Perfect for building a strong foundation with supportive sisters.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg?_wi=4",
|
||||
imageAlt: "Group learning session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslims-reading-from-quran_53876-20958.jpg", imageAlt: "Group learning session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=4",
|
||||
imageAlt: "Course materials and curriculum",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Course materials and curriculum"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "One-on-One Sessions",
|
||||
description: "Personalized Tajweed coaching tailored to your specific needs. Direct guidance from Ustazah Mariyam in flexible scheduling.",
|
||||
icon: UserCheck,
|
||||
title: "One-on-One Sessions", description: "Personalized Tajweed coaching tailored to your specific needs. Direct guidance from Ustazah Mariyam in flexible scheduling.", icon: UserCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=3",
|
||||
imageAlt: "One-on-one teaching session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", imageAlt: "One-on-one teaching session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg?_wi=5",
|
||||
imageAlt: "Personalized learning materials",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-quran_23-2147868945.jpg", imageAlt: "Personalized learning materials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -191,55 +160,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "audit",
|
||||
badge: "Tajweed Audit",
|
||||
badgeIcon: Target,
|
||||
price: "FREE",
|
||||
subtitle: "Limited Time Offer (Feb 6-15)",
|
||||
buttons: [
|
||||
id: "audit", badge: "Tajweed Audit", badgeIcon: Target,
|
||||
price: "FREE", subtitle: "Limited Time Offer (Feb 6-15)", buttons: [
|
||||
{ text: "Schedule Audit", href: "/submit-form" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Complete Tajweed assessment",
|
||||
"Personalized feedback report",
|
||||
"Recitation evaluation",
|
||||
"Improvement recommendations",
|
||||
],
|
||||
"Complete Tajweed assessment", "Personalized feedback report", "Recitation evaluation", "Improvement recommendations"],
|
||||
},
|
||||
{
|
||||
id: "group",
|
||||
badge: "Group Course",
|
||||
badgeIcon: Users,
|
||||
price: "$100",
|
||||
subtitle: "6-Week Intensive Program",
|
||||
buttons: [
|
||||
id: "group", badge: "Group Course", badgeIcon: Users,
|
||||
price: "$100", subtitle: "6-Week Intensive Program", buttons: [
|
||||
{ text: "Enroll Now", href: "/submit-form" },
|
||||
{ text: "Details", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"6 weekly group sessions",
|
||||
"Comprehensive curriculum",
|
||||
"Course materials included",
|
||||
"Community support",
|
||||
],
|
||||
"6 weekly group sessions", "Comprehensive curriculum", "Course materials included", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "oneonone",
|
||||
badge: "Personal Sessions",
|
||||
badgeIcon: Heart,
|
||||
price: "$20",
|
||||
subtitle: "Per Hour - Flexible Scheduling",
|
||||
buttons: [
|
||||
id: "oneonone", badge: "Personal Sessions", badgeIcon: Heart,
|
||||
price: "$20", subtitle: "Per Hour - Flexible Scheduling", buttons: [
|
||||
{ text: "Book Sessions", href: "/submit-form" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"One-on-one coaching",
|
||||
"Personalized curriculum",
|
||||
"Flexible schedule",
|
||||
"Direct Ustazah guidance",
|
||||
],
|
||||
"One-on-one coaching", "Personalized curriculum", "Flexible schedule", "Direct Ustazah guidance"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -262,53 +207,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Hassan",
|
||||
handle: "@fatima_recites",
|
||||
testimonial: "Ustazah Mariyam's teaching transformed my Quranic recitation completely. Her patient guidance and clear explanations made Tajweed rules finally click for me.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Fatima Hassan",
|
||||
},
|
||||
id: "1", name: "Fatima Hassan", handle: "@fatima_recites", testimonial: "Ustazah Mariyam's teaching transformed my Quranic recitation completely. Her patient guidance and clear explanations made Tajweed rules finally click for me.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Hassan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aisha Mohamed",
|
||||
handle: "@aisha_learns",
|
||||
testimonial: "The 6-week group course was exactly what I needed. Learning with supportive sisters created such a positive environment for growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Aisha Mohamed",
|
||||
},
|
||||
id: "2", name: "Aisha Mohamed", handle: "@aisha_learns", testimonial: "The 6-week group course was exactly what I needed. Learning with supportive sisters created such a positive environment for growth.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Aisha Mohamed"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zainab Khan",
|
||||
handle: "@zainab_quran",
|
||||
testimonial: "One-on-one sessions gave me personalized attention I couldn't get anywhere else. My confidence in Tajweed has soared tremendously.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
||||
imageAlt: "Zainab Khan",
|
||||
},
|
||||
id: "3", name: "Zainab Khan", handle: "@zainab_quran", testimonial: "One-on-one sessions gave me personalized attention I couldn't get anywhere else. My confidence in Tajweed has soared tremendously.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Zainab Khan"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hana Al-Rashid",
|
||||
handle: "@hana_recitation",
|
||||
testimonial: "The free Tajweed audit opened my eyes to areas I needed to improve. Ustazah's feedback was constructive and incredibly helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
|
||||
imageAlt: "Hana Al-Rashid",
|
||||
},
|
||||
id: "4", name: "Hana Al-Rashid", handle: "@hana_recitation", testimonial: "The free Tajweed audit opened my eyes to areas I needed to improve. Ustazah's feedback was constructive and incredibly helpful.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Hana Al-Rashid"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maryam Abdullah",
|
||||
handle: "@maryam_journey",
|
||||
testimonial: "I appreciate how Ustazah Mariyam makes learning Tajweed accessible and engaging. My entire family has noticed the improvement in my recitation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5",
|
||||
imageAlt: "Maryam Abdullah",
|
||||
},
|
||||
id: "5", name: "Maryam Abdullah", handle: "@maryam_journey", testimonial: "I appreciate how Ustazah Mariyam makes learning Tajweed accessible and engaging. My entire family has noticed the improvement in my recitation.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maryam Abdullah"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Noor Ibrahim",
|
||||
handle: "@noor_faith",
|
||||
testimonial: "Best investment in my Islamic education! Ustazah Mariyam is knowledgeable, compassionate, and truly dedicated to student success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6",
|
||||
imageAlt: "Noor Ibrahim",
|
||||
},
|
||||
id: "6", name: "Noor Ibrahim", handle: "@noor_faith", testimonial: "Best investment in my Islamic education! Ustazah Mariyam is knowledgeable, compassionate, and truly dedicated to student success.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Noor Ibrahim"},
|
||||
]}
|
||||
speed={40}
|
||||
buttons={[{ text: "Start Your Journey", href: "/submit-form" }]}
|
||||
@@ -325,35 +234,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is Tajweed?",
|
||||
content: "Tajweed is the science of reciting the Quran properly with all its rules and characteristics. It ensures accurate pronunciation, proper elongation, and correct application of all Quranic rules for authentic recitation.",
|
||||
},
|
||||
id: "1", title: "What is Tajweed?", content: "Tajweed is the science of reciting the Quran properly with all its rules and characteristics. It ensures accurate pronunciation, proper elongation, and correct application of all Quranic rules for authentic recitation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Who can enroll in the programs?",
|
||||
content: "Our programs are specifically designed for Muslim women of all ages and experience levels. Whether you're a beginner or looking to perfect your existing skills, we have a program for you.",
|
||||
},
|
||||
id: "2", title: "Who can enroll in the programs?", content: "Our programs are specifically designed for Muslim women of all ages and experience levels. Whether you're a beginner or looking to perfect your existing skills, we have a program for you."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is included in the free Tajweed Audit?",
|
||||
content: "The free audit includes a comprehensive assessment of your current Tajweed level, personal feedback on your recitation, identification of areas for improvement, and customized recommendations for your learning path.",
|
||||
},
|
||||
id: "3", title: "What is included in the free Tajweed Audit?", content: "The free audit includes a comprehensive assessment of your current Tajweed level, personal feedback on your recitation, identification of areas for improvement, and customized recommendations for your learning path."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long is the 6-week course?",
|
||||
content: "The 6-week course consists of weekly sessions. Each week covers specific Tajweed rules and concepts, building progressively to ensure solid foundation and comprehensive understanding.",
|
||||
},
|
||||
id: "4", title: "How long is the 6-week course?", content: "The 6-week course consists of weekly sessions. Each week covers specific Tajweed rules and concepts, building progressively to ensure solid foundation and comprehensive understanding."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I do one-on-one sessions instead of group?",
|
||||
content: "Absolutely! One-on-one sessions are perfect for personalized learning. You can book sessions at $20 per hour and work at your own pace with Ustazah Mariyam's direct guidance.",
|
||||
},
|
||||
id: "5", title: "Can I do one-on-one sessions instead of group?", content: "Absolutely! One-on-one sessions are perfect for personalized learning. You can book sessions at $20 per hour and work at your own pace with Ustazah Mariyam's direct guidance."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I schedule sessions?",
|
||||
content: "You can fill out our enrollment form to request your preferred program and schedule. Ustazah Mariyam will confirm availability and work with you to find convenient times.",
|
||||
},
|
||||
id: "6", title: "How do I schedule sessions?", content: "You can fill out our enrollment form to request your preferred program and schedule. Ustazah Mariyam will confirm availability and work with you to find convenient times."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user