Update src/app/page.tsx

This commit is contained in:
2026-04-12 06:04:07 +00:00
parent b6a17ae0cd
commit 3bf3ac032e

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
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: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ScholarGram"
/>
@@ -54,91 +46,50 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Learn, Teach, and Grow Together"
description="ScholarGram is the social space for educators and students to connect, share knowledge, and master new skills."
testimonials={[
{
name: "Sarah Jenkins",
handle: "@sarahteach",
testimonial: "ScholarGram changed how I manage my classroom. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_1162-112.jpg",
},
name: "Sarah Jenkins", handle: "@sarahteach", testimonial: "ScholarGram changed how I manage my classroom. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_1162-112.jpg"},
{
name: "David Miller",
handle: "@davelearns",
testimonial: "The best platform to find study buddies and tutoring help.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/books-near-notebook-coffee_23-2147863480.jpg",
},
name: "David Miller", handle: "@davelearns", testimonial: "The best platform to find study buddies and tutoring help.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/books-near-notebook-coffee_23-2147863480.jpg"},
{
name: "Elena Rodriguez",
handle: "@elenascience",
testimonial: "Simplified my workflow for sharing science notes across my student groups.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-spectacles-pen-diary-desk_23-2147879878.jpg",
},
name: "Elena Rodriguez", handle: "@elenascience", testimonial: "Simplified my workflow for sharing science notes across my student groups.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-spectacles-pen-diary-desk_23-2147879878.jpg"},
{
name: "Mark Thornton",
handle: "@markpro",
testimonial: "Engaging, clean, and focus-driven. Just what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314026.jpg",
},
name: "Mark Thornton", handle: "@markpro", testimonial: "Engaging, clean, and focus-driven. Just what I needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314026.jpg"},
{
name: "Jennifer Wu",
handle: "@jennymath",
testimonial: "Excellent interface for teaching math online. Very intuitive.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/online-job-search-website-worker-search-job-opportunities_169016-39903.jpg",
},
name: "Jennifer Wu", handle: "@jennymath", testimonial: "Excellent interface for teaching math online. Very intuitive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/online-job-search-website-worker-search-job-opportunities_169016-39903.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/office-supplies-coffee-near-laptop_23-2147777790.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-working-late-night-computer-home_52683-105038.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/person-working-late-night-computer-home_52683-105038.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/programming-code-pc-display-used-developing-software_482257-122979.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/programming-code-pc-display-used-developing-software_482257-122979.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/happy-african-american-family-greeting-teacher-video-call-laptop_637285-11413.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/happy-african-american-family-greeting-teacher-video-call-laptop_637285-11413.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-with-tampons_23-2148025719.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-with-tampons_23-2148025719.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/art-concept-with-smartphone-scissors_23-2147653197.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/art-concept-with-smartphone-scissors_23-2147653197.jpg", alt: "User 5"},
]}
marqueeItems={[
{
type: "text",
text: "24/7 Collaboration",
},
type: "text", text: "24/7 Collaboration"},
{
type: "text",
text: "Secure Data",
},
type: "text", text: "Secure Data"},
{
type: "text",
text: "Intuitive Tools",
},
type: "text", text: "Intuitive Tools"},
{
type: "text",
text: "Global Access",
},
type: "text", text: "Global Access"},
{
type: "text",
text: "Verified Educators",
},
type: "text", text: "Verified Educators"},
]}
/>
</div>
@@ -149,9 +100,7 @@ export default function LandingPage() {
title="Empowering Education Through Connection"
buttons={[
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"},
]}
/>
</div>
@@ -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"
/>
</div>
@@ -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() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#",
},
label: "Pricing", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
]}