Update src/app/page.tsx
This commit is contained in:
150
src/app/page.tsx
150
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IS India App"
|
||||
/>
|
||||
@@ -58,66 +48,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Connect with Muslim Students Near You"
|
||||
description="Find your campus community, access prayer times, Islamic resources, and organize events—all in one app designed for Indian student life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-spending-quality-time-together_23-2150751877.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/afro-american-couple-front-house_23-2148012863.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/afro-american-couple-front-house_23-2148012863.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147689783.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147689783.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-sitting-university-campus_23-2147850756.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-sitting-university-campus_23-2147850756.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concentrated-student-reading-textbook_23-2147860750.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/concentrated-student-reading-textbook_23-2147860750.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ students"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Verified Campus Groups",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Verified Campus Groups", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Accurate Prayer Times",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Accurate Prayer Times", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Halal Food Directory",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Halal Food Directory", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Spiritual Resources",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Spiritual Resources", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Student Leadership",
|
||||
icon: LayoutDashboard,
|
||||
type: "text-icon", text: "Student Leadership", icon: LayoutDashboard,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -137,28 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Prayer Schedules",
|
||||
description: "Accurate, localized prayer times for your campus location.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sewing-inside_23-2149007400.jpg",
|
||||
buttonIcon: "Clock",
|
||||
title: "Prayer Schedules", description: "Accurate, localized prayer times for your campus location.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sewing-inside_23-2149007400.jpg", buttonIcon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Management Tools",
|
||||
description: "Streamlined administrative workflows for student organization leaders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-information-form-analysis-record-medical-concept_53876-121521.jpg",
|
||||
buttonIcon: "LayoutDashboard",
|
||||
title: "Management Tools", description: "Streamlined administrative workflows for student organization leaders.", imageSrc: "http://img.b2bpic.net/free-photo/patient-information-form-analysis-record-medical-concept_53876-121521.jpg", buttonIcon: LayoutDashboard,
|
||||
},
|
||||
{
|
||||
title: "Peer Engagement",
|
||||
description: "Connect with fellow students, find mentorship, and share experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-female-colleagues-chatting-lunch-break_74855-2079.jpg",
|
||||
buttonIcon: "Users",
|
||||
title: "Peer Engagement", description: "Connect with fellow students, find mentorship, and share experiences.", imageSrc: "http://img.b2bpic.net/free-photo/muslim-female-colleagues-chatting-lunch-break_74855-2079.jpg", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Islamic Resources",
|
||||
description: "Easy access to halal information and faith-centered educational materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-checked-shirt-hat-holding-mini-clipboard_176474-24188.jpg",
|
||||
buttonIcon: "BookOpen",
|
||||
title: "Islamic Resources", description: "Easy access to halal information and faith-centered educational materials.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-checked-shirt-hat-holding-mini-clipboard_176474-24188.jpg", buttonIcon: BookOpen,
|
||||
},
|
||||
]}
|
||||
title="Everything You Need to Connect"
|
||||
@@ -173,45 +128,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aisha Khan",
|
||||
handle: "@aishakhan",
|
||||
testimonial: "This app completely transformed how I connect with others on campus. Finding the local prayer circle was so easy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-couple-front-house_23-2148012863.jpg",
|
||||
},
|
||||
id: "1", name: "Aisha Khan", handle: "@aishakhan", testimonial: "This app completely transformed how I connect with others on campus. Finding the local prayer circle was so easy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-couple-front-house_23-2148012863.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zaid Ahmed",
|
||||
handle: "@zaidahmed",
|
||||
testimonial: "As a student leader, the membership tools are a life-saver for managing event attendance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg",
|
||||
},
|
||||
id: "2", name: "Zaid Ahmed", handle: "@zaidahmed", testimonial: "As a student leader, the membership tools are a life-saver for managing event attendance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Syed",
|
||||
handle: "@fatimasyed",
|
||||
testimonial: "The halal finder and event list make navigating campus life much simpler and more meaningful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147689783.jpg",
|
||||
},
|
||||
id: "3", name: "Fatima Syed", handle: "@fatimasyed", testimonial: "The halal finder and event list make navigating campus life much simpler and more meaningful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147689783.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar Farooq",
|
||||
handle: "@omarfarooq",
|
||||
testimonial: "Finally, a platform that understands the needs of Muslim students in Indian universities. Very grateful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-university-campus_23-2147850756.jpg",
|
||||
},
|
||||
id: "4", name: "Omar Farooq", handle: "@omarfarooq", testimonial: "Finally, a platform that understands the needs of Muslim students in Indian universities. Very grateful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-university-campus_23-2147850756.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mariam Ali",
|
||||
handle: "@mariamali",
|
||||
testimonial: "It's more than an app; it's a bridge to my faith and my community on campus.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-student-reading-textbook_23-2147860750.jpg",
|
||||
},
|
||||
id: "5", name: "Mariam Ali", handle: "@mariamali", testimonial: "It's more than an app; it's a bridge to my faith and my community on campus.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-student-reading-textbook_23-2147860750.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices from Our Community"
|
||||
@@ -224,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Is the app free to use?",
|
||||
content: "Yes, our app is completely free for all students.",
|
||||
},
|
||||
id: "faq-1", title: "Is the app free to use?", content: "Yes, our app is completely free for all students."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I start a student group?",
|
||||
content: "You can reach out to us via the contact form to discuss group management tools.",
|
||||
},
|
||||
id: "faq-2", title: "How do I start a student group?", content: "You can reach out to us via the contact form to discuss group management tools."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is my data secure?",
|
||||
content: "We prioritize your privacy and ensure all data is securely managed.",
|
||||
},
|
||||
id: "faq-3", title: "Is my data secure?", content: "We prioritize your privacy and ensure all data is securely managed."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -248,8 +169,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Ready to get started?"
|
||||
description="Sign up today to connect with your campus community."
|
||||
|
||||
Reference in New Issue
Block a user