diff --git a/src/app/page.tsx b/src/app/page.tsx
index e84422a..de0894a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,112 +42,65 @@ export default function LandingPage() {
@@ -175,40 +122,15 @@ export default function LandingPage() {
description="Hear directly from our community members about their experience at SchoolPortal."
testimonials={[
{
- id: "t1",
- name: "Alice Miller",
- role: "Parent",
- testimonial: "Excellent platform for keeping track of academic progress.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-lovely-mature-woman-covered-blanket-holding-book_171337-19318.jpg",
- },
+ id: "t1", name: "Alice Miller", role: "Parent", testimonial: "Excellent platform for keeping track of academic progress.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lovely-mature-woman-covered-blanket-holding-book_171337-19318.jpg"},
{
- id: "t2",
- name: "Bob Chen",
- role: "Teacher",
- testimonial: "Seamless management tools for the modern classroom.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg",
- },
+ id: "t2", name: "Bob Chen", role: "Teacher", testimonial: "Seamless management tools for the modern classroom.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg"},
{
- id: "t3",
- name: "Charlie D.",
- role: "Student",
- testimonial: "Easy to access resources and campus updates.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg",
- },
+ id: "t3", name: "Charlie D.", role: "Student", testimonial: "Easy to access resources and campus updates.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg"},
{
- id: "t4",
- name: "Diana V.",
- role: "Alumni",
- testimonial: "So proud to see how far the school portal has evolved.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-wearing-glasses_329181-13387.jpg",
- },
+ id: "t4", name: "Diana V.", role: "Alumni", testimonial: "So proud to see how far the school portal has evolved.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-wearing-glasses_329181-13387.jpg"},
{
- id: "t5",
- name: "Edward S.",
- role: "Administrator",
- testimonial: "Reliable and secure, exactly what we needed.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-clenching-fists-happy-excited-rejoicing-her-success-standing-orange-wall_141793-47856.jpg",
- },
+ id: "t5", name: "Edward S.", role: "Administrator", testimonial: "Reliable and secure, exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-clenching-fists-happy-excited-rejoicing-her-success-standing-orange-wall_141793-47856.jpg"},
]}
/>
@@ -222,30 +144,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "f1",
- title: "How do I reset my password?",
- content: "You can request a password reset from the login page by clicking the 'Forgot Password' link.",
- },
+ id: "f1", title: "How do I reset my password?", content: "You can request a password reset from the login page by clicking the 'Forgot Password' link."},
{
- id: "f2",
- title: "Where can I find my grades?",
- content: "Grades are available in the student dashboard under the 'Academic Records' tab.",
- },
+ id: "f2", title: "Where can I find my grades?", content: "Grades are available in the student dashboard under the 'Academic Records' tab."},
{
- id: "f3",
- title: "How do I register for events?",
- content: "Visit the events calendar in the student portal to register for upcoming school activities.",
- },
+ id: "f3", title: "How do I register for events?", content: "Visit the events calendar in the student portal to register for upcoming school activities."},
{
- id: "f4",
- title: "Who can I contact for IT support?",
- content: "IT support is available through the contact form on this website or the help desk in building B.",
- },
+ id: "f4", title: "Who can I contact for IT support?", content: "IT support is available through the contact form on this website or the help desk in building B."},
{
- id: "f5",
- title: "Are accounts secure?",
- content: "Yes, we utilize enterprise-grade encryption to protect all student and staff data.",
- },
+ id: "f5", title: "Are accounts secure?", content: "Yes, we utilize enterprise-grade encryption to protect all student and staff data."},
]}
/>
@@ -254,16 +161,13 @@ export default function LandingPage() {
@@ -277,4 +181,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file