Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c825fa2b6 | |||
| 59b772e7b0 | |||
| 6c28f7533e | |||
| d8e8cfdb6a | |||
| 455a3580c9 | |||
| 5ef24c5065 |
304
src/app/page.tsx
304
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Qoodwa - قدوة"
|
||||
bottomLeftText="Global Community"
|
||||
@@ -73,44 +59,20 @@ export default function LandingPage() {
|
||||
description="At Qoodwa, we empower individuals to become exemplary leaders and positive influences in their communities and professions. Discover your potential and shape a better future."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Layla Khan",
|
||||
handle: "@LaylaK",
|
||||
testimonial: "Qoodwa transformed my leadership approach. Their insights are invaluable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "Dr. Layla Khan",
|
||||
},
|
||||
name: "Dr. Layla Khan", handle: "@LaylaK", testimonial: "Qoodwa transformed my leadership approach. Their insights are invaluable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "Dr. Layla Khan"},
|
||||
{
|
||||
name: "Ahmed Al-Farsi",
|
||||
handle: "@AhmedAF",
|
||||
testimonial: "The mentorship programs are exceptional. Truly a guiding light.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
|
||||
imageAlt: "Ahmed Al-Farsi",
|
||||
},
|
||||
name: "Ahmed Al-Farsi", handle: "@AhmedAF", testimonial: "The mentorship programs are exceptional. Truly a guiding light.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", imageAlt: "Ahmed Al-Farsi"},
|
||||
{
|
||||
name: "Sara Hassan",
|
||||
handle: "@SaraH",
|
||||
testimonial: "Found my voice and purpose thanks to Qoodwa's community.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-girl-smiling-happy-walking-city_839833-20233.jpg",
|
||||
imageAlt: "Sara Hassan",
|
||||
},
|
||||
name: "Sara Hassan", handle: "@SaraH", testimonial: "Found my voice and purpose thanks to Qoodwa's community.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-girl-smiling-happy-walking-city_839833-20233.jpg", imageAlt: "Sara Hassan"},
|
||||
{
|
||||
name: "Omar Zaid",
|
||||
handle: "@OmarZ",
|
||||
testimonial: "Highly recommend Qoodwa for anyone seeking personal and professional growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-caucasian-businessman-suit-sitting-desk-looking-camera_1098-17609.jpg",
|
||||
imageAlt: "Omar Zaid",
|
||||
},
|
||||
name: "Omar Zaid", handle: "@OmarZ", testimonial: "Highly recommend Qoodwa for anyone seeking personal and professional growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-caucasian-businessman-suit-sitting-desk-looking-camera_1098-17609.jpg", imageAlt: "Omar Zaid"},
|
||||
{
|
||||
name: "Nadia Saeed",
|
||||
handle: "@NadiaS",
|
||||
testimonial: "An incredible platform for nurturing future leaders. Grateful for the experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer-drawing-sketches_171337-14517.jpg",
|
||||
imageAlt: "Nadia Saeed",
|
||||
name: "Nadia Saeed", handle: "@NadiaS", testimonial: "An incredible platform for nurturing future leaders. Grateful for the experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer-drawing-sketches_171337-14517.jpg", imageAlt: "Nadia Saeed"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -119,36 +81,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Journey", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204371.jpg",
|
||||
alt: "Dr. Layla Khan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204371.jpg", alt: "Dr. Layla Khan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3974.jpg",
|
||||
alt: "Ahmed Al-Farsi",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3974.jpg", alt: "Ahmed Al-Farsi"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg",
|
||||
alt: "Sara Hassan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg", alt: "Sara Hassan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/team-meeting-online-conference-call_23-2148890427.jpg",
|
||||
alt: "Omar Zaid",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/team-meeting-online-conference-call_23-2148890427.jpg", alt: "Omar Zaid"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-recruiting-employer-asking-cv-questions-interview-meeting-startup-business-office-executive-manager-hiring-candidate-discussing-human-resources-job-offer-hiring-concept_482257-40313.jpg",
|
||||
alt: "Nadia Saeed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-recruiting-employer-asking-cv-questions-interview-meeting-startup-business-office-executive-manager-hiring-candidate-discussing-human-resources-job-offer-hiring-concept_482257-40313.jpg", alt: "Nadia Saeed"},
|
||||
]}
|
||||
avatarText="Join our growing community of leaders"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-recruiting-employer-asking-cv-questions-interview-meeting-startup-business-office-executive-manager-hiring-candidate-discussing-human-resources-job-offer-hiring-concept_482257-40313.jpg"
|
||||
@@ -162,28 +110,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Qoodwa: Cultivating ",
|
||||
},
|
||||
type: "text", content: "Qoodwa: Cultivating "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-taking-selfie_23-2149409347.jpg",
|
||||
alt: "Symbol of growth",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-taking-selfie_23-2149409347.jpg", alt: "Symbol of growth"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Leaders and Changemakers",
|
||||
},
|
||||
type: "text", content: " Leaders and Changemakers"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Our Approach", href: "#features"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -196,21 +131,9 @@ export default function LandingPage() {
|
||||
tag="Core Pillars"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "leadership-programs",
|
||||
title: "Tailored Leadership Programs",
|
||||
content: "Access exclusive courses and workshops designed to hone your leadership skills, from strategic thinking to effective communication.",
|
||||
},
|
||||
{
|
||||
id: "mentorship-network",
|
||||
title: "Vibrant Mentorship Network",
|
||||
content: "Connect with experienced mentors and peers for guidance, support, and collaborative learning opportunities.",
|
||||
},
|
||||
{
|
||||
id: "impact-initiatives",
|
||||
title: "Real-world Impact Initiatives",
|
||||
content: "Participate in projects that allow you to apply your skills, drive change, and make a tangible difference in society.",
|
||||
},
|
||||
]}
|
||||
id: "leadership-programs", title: "Tailored Leadership Programs", content: "Access exclusive courses and workshops designed to hone your leadership skills, from strategic thinking to effective communication."},n {
|
||||
id: "mentorship-network", title: "Vibrant Mentorship Network", content: "Connect with experienced mentors and peers for guidance, support, and collaborative learning opportunities."},n {
|
||||
id: "impact-initiatives", title: "Real-world Impact Initiatives", content: "Participate in projects that allow you to apply your skills, drive change, and make a tangible difference in society."},n ]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ideas-progress-vision-inspiration-design-concept_53876-120004.jpg"
|
||||
imageAlt="Analytics dashboard showing growth and positive trends"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -226,20 +149,11 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "community-members",
|
||||
value: "15,000+",
|
||||
description: "Active Community Members",
|
||||
},
|
||||
id: "community-members", value: "15,000+", description: "Active Community Members"},
|
||||
{
|
||||
id: "mentorship-hours",
|
||||
value: "5,000+",
|
||||
description: "Mentorship Hours Logged",
|
||||
},
|
||||
id: "mentorship-hours", value: "5,000+", description: "Mentorship Hours Logged"},
|
||||
{
|
||||
id: "successful-projects",
|
||||
value: "200+",
|
||||
description: "Successful Impact Projects",
|
||||
},
|
||||
id: "successful-projects", value: "200+", description: "Successful Impact Projects"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -250,14 +164,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Innovate Corp",
|
||||
"Tech Solutions Hub",
|
||||
"Edu Future Foundation",
|
||||
"Apex Finance Group",
|
||||
"Wellbeing Alliance",
|
||||
"Community Growth Partners",
|
||||
"Government Leadership Initiatives",
|
||||
]}
|
||||
"Global Innovate Corp", "Tech Solutions Hub", "Edu Future Foundation", "Apex Finance Group", "Wellbeing Alliance", "Community Growth Partners", "Government Leadership Initiatives"]}
|
||||
title="Trusted by Visionaries"
|
||||
description="Our network includes leading organizations committed to fostering growth and leadership."
|
||||
tag="Our Partners"
|
||||
@@ -269,43 +176,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Fatima Zahra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950175.jpg",
|
||||
imageAlt: "A group of happy professionals",
|
||||
id: "testimonial-1", name: "Fatima Zahra", imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950175.jpg", imageAlt: "A group of happy professionals"},
|
||||
{
|
||||
id: "testimonial-2", name: "Youssef Ibrahim", imageSrc: "http://img.b2bpic.net/free-photo/two-thoughtful-designer-working-laptops-sitting-table-near-window_74855-10445.jpg", imageAlt: "A person studying on a laptop"},
|
||||
{
|
||||
id: "testimonial-3", name: "Aisha Omar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-book-club_23-2150059055.jpg", imageAlt: "Speaker addressing an audience"},
|
||||
{
|
||||
id: "testimonial-4", name: "Khalid Ali", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-mugs-outdoors_23-2148970112.jpg", imageAlt: "Two people having a discussion over coffee"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Youssef Ibrahim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-thoughtful-designer-working-laptops-sitting-table-near-window_74855-10445.jpg",
|
||||
imageAlt: "A person studying on a laptop",
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Aisha Omar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-book-club_23-2150059055.jpg",
|
||||
imageAlt: "Speaker addressing an audience",
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Khalid Ali",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-mugs-outdoors_23-2148970112.jpg",
|
||||
imageAlt: "Two people having a discussion over coffee",
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Leila Mansour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-people-meeting-raising-arms_23-2147923450.jpg",
|
||||
imageAlt: "A person celebrating success with a laptop",
|
||||
id: "testimonial-5", name: "Leila Mansour", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-people-meeting-raising-arms_23-2147923450.jpg", imageAlt: "A person celebrating success with a laptop"
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Community Says"
|
||||
cardTag="Inspiring Stories"
|
||||
cardTitle="Meet Our Inspiring Community"
|
||||
cardTag="Faces of Qoodwa"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Success Stories",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Success Stories", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
@@ -318,26 +205,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is Qoodwa's primary mission?",
|
||||
content: "Qoodwa's primary mission is to empower individuals to become effective leaders and positive role models in their communities and professional lives through comprehensive programs and mentorship.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Who can join the Qoodwa community?",
|
||||
content: "Our community is open to anyone passionate about personal growth, leadership development, and making a positive impact, regardless of their background or current career stage.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I get involved as a mentor?",
|
||||
content: "If you are an experienced professional with a desire to guide and inspire others, please visit our 'Become a Mentor' section on the contact page to learn more about our application process.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are there any fees for Qoodwa programs?",
|
||||
content: "While some premium programs and specialized workshops may have a fee, Qoodwa offers many free resources, community events, and introductory programs to ensure accessibility for all.",
|
||||
},
|
||||
]}
|
||||
id: "q1", title: "What is Qoodwa's primary mission?", content: "Qoodwa's primary mission is to empower individuals to become effective leaders and positive role models in their communities and professional lives through comprehensive programs and mentorship."},n {
|
||||
id: "q2", title: "Who can join the Qoodwa community?", content: "Our community is open to anyone passionate about personal growth, leadership development, and making a positive impact, regardless of their background or current career stage."},n {
|
||||
id: "q3", title: "How can I get involved as a mentor?", content: "If you are an experienced professional with a desire to guide and inspire others, please visit our 'Become a Mentor' section on the contact page to learn more about our application process."},n {
|
||||
id: "q4", title: "Are there any fees for Qoodwa programs?", content: "While some premium programs and specialized workshops may have a fee, Qoodwa offers many free resources, community events, and introductory programs to ensure accessibility for all."},n ]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Qoodwa, our programs, and how to get involved."
|
||||
tag="Quick Answers"
|
||||
@@ -349,18 +220,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to lead with purpose? Connect with us and start your Qoodwa journey today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "mailto:info@qoodwa.com",
|
||||
},
|
||||
text: "Get In Touch", href: "mailto:info@qoodwa.com"},
|
||||
{
|
||||
text: "Join Our Community",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Our Community", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -369,56 +235,54 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "Leadership Modules",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Leadership Modules", href: "#features"},
|
||||
{
|
||||
label: "Mentorship Circles",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Mentorship Circles", href: "#features"},
|
||||
{
|
||||
label: "Impact Projects",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Impact Projects", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Vision", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Support", href: "#contact"},
|
||||
{
|
||||
label: "Email Us", href: "mailto:info@qoodwa.com"
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com/qoodwa"
|
||||
},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com/qoodwa"
|
||||
},
|
||||
{
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/qoodwa"
|
||||
},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com/qoodwa"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Qoodwa. All rights reserved."
|
||||
bottomRightText="Built with Purpose."
|
||||
|
||||
Reference in New Issue
Block a user