diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ca7cfb..5a65ec5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,91 +46,50 @@ export default function LandingPage() {
@@ -149,9 +100,7 @@ export default function LandingPage() {
title="Empowering Education Through Connection"
buttons={[
{
- text: "Learn More",
- href: "#features",
- },
+ text: "Learn More", href: "#features"},
]}
/>
@@ -163,32 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Collaborative Study Rooms",
- tags: [
- "Real-time",
- "Interaction",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/old-woman-with-disability-holding-green-screen-digital-tablet-senior-person-sitting-wheelchair-using-blank-copy-space-with-isolated-chroma-key-mock-up-background-display_482257-39047.jpg",
- },
+ id: "f1", title: "Collaborative Study Rooms", tags: [
+ "Real-time", "Interaction"],
+ imageSrc: "http://img.b2bpic.net/free-photo/old-woman-with-disability-holding-green-screen-digital-tablet-senior-person-sitting-wheelchair-using-blank-copy-space-with-isolated-chroma-key-mock-up-background-display_482257-39047.jpg"},
{
- id: "f2",
- title: "Resource Library",
- tags: [
- "Lessons",
- "Sharing",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/education-day-elements-with-tablet_23-2148721222.jpg",
- },
+ id: "f2", title: "Resource Library", tags: [
+ "Lessons", "Sharing"],
+ imageSrc: "http://img.b2bpic.net/free-photo/education-day-elements-with-tablet_23-2148721222.jpg"},
{
- id: "f3",
- title: "Student Analytics",
- tags: [
- "Insights",
- "Performance",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg",
- },
+ id: "f3", title: "Student Analytics", tags: [
+ "Insights", "Performance"],
+ imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg"},
]}
title="Everything You Need to Succeed"
description="Powerful tools for building collaborative academic communities."
@@ -200,14 +134,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Harvard Academy",
- "Stanford Tutoring",
- "MIT Open",
- "Yale Learning",
- "Oxford Ed",
- "Columbia Study",
- "Princeton Teach",
- ]}
+ "Harvard Academy", "Stanford Tutoring", "MIT Open", "Yale Learning", "Oxford Ed", "Columbia Study", "Princeton Teach"]}
title="Trusted by Academic Leaders"
description="Join leading schools and universities already using ScholarGram."
/>
@@ -218,24 +145,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is ScholarGram free?",
- content: "Basic features are free, with premium tools available for educators.",
- },
+ id: "q1", title: "Is ScholarGram free?", content: "Basic features are free, with premium tools available for educators."},
{
- id: "q2",
- title: "Can I tutor privately?",
- content: "Absolutely, the platform is designed for both public and private sessions.",
- },
+ id: "q2", title: "Can I tutor privately?", content: "Absolutely, the platform is designed for both public and private sessions."},
{
- id: "q3",
- title: "Is my data secure?",
- content: "Yes, we use enterprise-grade encryption to protect student data.",
- },
+ id: "q3", title: "Is my data secure?", content: "Yes, we use enterprise-grade encryption to protect student data."},
]}
sideTitle="Still Have Questions?"
faqsAnimation="blur-reveal"
- title="Common Questions"
/>
@@ -246,15 +163,9 @@ export default function LandingPage() {
description="Have questions about our platform? We'd love to hear from you."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-headphones-looking-away-from-laptop_23-2148397113.jpg"
/>
@@ -264,29 +175,19 @@ export default function LandingPage() {