Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Check Your Results", href: "#results" },
|
||||
{ text: "Admin Login", href: "#admin" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/students-doing-homework-park_53876-42624.jpg"
|
||||
imageAlt="Result Management Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -63,15 +63,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Student Access", title: "Check Results", subtitle: "Simple and secure result lookup", description: "Students can enter their roll number to instantly view their complete academic performance, including subject-wise marks, total score, percentage, and pass/fail status.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=1"
|
||||
tag: "Student Access", title: "Check Results", subtitle: "Simple and secure result lookup", description: "Students can enter their roll number to instantly view their complete academic performance, including subject-wise marks, total score, percentage, and pass/fail status.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Admin Control", title: "Manage Records", subtitle: "Complete administrative power", description: "Administrators can add students, manage subjects, enter marks, and update or delete student records with ease. Full control over the academic database.", imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=1"
|
||||
tag: "Admin Control", title: "Manage Records", subtitle: "Complete administrative power", description: "Administrators can add students, manage subjects, enter marks, and update or delete student records with ease. Full control over the academic database.", imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Database", title: "Secure Storage", subtitle: "MySQL powered backend", description: "All student data, subjects, marks, and results are securely stored in our MySQL database with proper indexing and backup systems.", imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg?_wi=2"
|
||||
tag: "Database", title: "Secure Storage", subtitle: "MySQL powered backend", description: "All student data, subjects, marks, and results are securely stored in our MySQL database with proper indexing and backup systems.", imageSrc: "http://img.b2bpic.net/free-vector/technology-background-with-statistics_23-2148924486.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -90,13 +90,13 @@ export default function LandingPage() {
|
||||
tag="Student Portal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "View Results", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=2", imageAlt: "result certificate card design academic"
|
||||
id: "1", name: "View Results", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg", imageAlt: "result certificate card design academic"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Download Certificate", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=3", imageAlt: "result certificate card design academic"
|
||||
id: "2", name: "Download Certificate", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg", imageAlt: "result certificate card design academic"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Print Report", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg?_wi=4", imageAlt: "result certificate card design academic"
|
||||
id: "3", name: "Print Report", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg", imageAlt: "result certificate card design academic"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -116,10 +116,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_student", testimonial: "Finally got my results in seconds! The interface is so clean and easy to use. Much better than the old system.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=1", imageAlt: "student avatar profile picture young"
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_student", testimonial: "Finally got my results in seconds! The interface is so clean and easy to use. Much better than the old system.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", imageAlt: "student avatar profile picture young"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dr. Rajesh Kumar", handle: "@dr_kumar_faculty", testimonial: "Excellent platform for managing student records. Makes data entry and mark entry incredibly efficient.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-book_23-2148597038.jpg?_wi=1", imageAlt: "college educator teacher profile portrait"
|
||||
id: "2", name: "Dr. Rajesh Kumar", handle: "@dr_kumar_faculty", testimonial: "Excellent platform for managing student records. Makes data entry and mark entry incredibly efficient.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-book_23-2148597038.jpg", imageAlt: "college educator teacher profile portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", handle: "@amit_admin", testimonial: "The admin dashboard is intuitive and powerful. We've reduced result processing time by 80%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "administrator officer professional portrait"
|
||||
@@ -128,10 +128,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Neha Singh", handle: "@neha_grad", testimonial: "Professional result cards and instant access to my academic performance. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-graduate-uniform-showing-v-sign-eye-looking-happy_176474-82381.jpg", imageAlt: "student graduate portrait photo professional"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Desai", handle: "@vikram_tech", testimonial: "The system is secure, reliable, and handles our entire college's result management seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=2", imageAlt: "student avatar profile picture young"
|
||||
id: "5", name: "Vikram Desai", handle: "@vikram_tech", testimonial: "The system is secure, reliable, and handles our entire college's result management seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", imageAlt: "student avatar profile picture young"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Verma", handle: "@anjali_coordinator", testimonial: "Mobile responsive and works perfectly on all devices. Our students love the simplicity.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-book_23-2148597038.jpg?_wi=2", imageAlt: "college educator teacher profile portrait"
|
||||
id: "6", name: "Anjali Verma", handle: "@anjali_coordinator", testimonial: "Mobile responsive and works perfectly on all devices. Our students love the simplicity.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-reading-book_23-2148597038.jpg", imageAlt: "college educator teacher profile portrait"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user