Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 12:10:40 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
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="ScholarNotes"
/>
@@ -53,19 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="Master Your Studies"
description="Organize, review, and ace your exams with the most intuitive note-taking platform designed for students."
buttons={[
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
{
text: "View Features",
href: "#features",
},
text: "View Features", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/composition-laptop-stationery-tools-painting_23-2148169513.jpg?_wi=1"
imageAlt="Modern study notes interface"
@@ -80,17 +67,11 @@ export default function LandingPage() {
description="We believe in the power of organized knowledge. Our platform turns chaotic lecture notes into structured, searchable libraries that you can access from anywhere."
metrics={[
{
value: "50k+",
title: "Active Students",
},
value: "50k+", title: "Active Students"},
{
value: "1M+",
title: "Notes Organized",
},
value: "1M+", title: "Notes Organized"},
{
value: "95%",
title: "Grade Improvement",
},
value: "95%", title: "Grade Improvement"},
]}
imageSrc="http://img.b2bpic.net/free-photo/illustration-biochemistry-study-scietific-research-laptop_53876-133746.jpg"
imageAlt="Metrics dashboard"
@@ -106,29 +87,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Smart Categorization",
descriptions: [
"Automatically organize your notes by course, topic, and date using AI tagging.",
],
imageSrc: "http://img.b2bpic.net/free-psd/fashion-day-template-instagram-stories_23-2148788959.jpg",
},
id: "f1", title: "Smart Categorization", descriptions: [
"Automatically organize your notes by course, topic, and date using AI tagging."],
imageSrc: "http://img.b2bpic.net/free-psd/fashion-day-template-instagram-stories_23-2148788959.jpg"},
{
id: "f2",
title: "Collaborative Notes",
descriptions: [
"Work with study groups in real-time. Share documents and collaborate seamlessly.",
],
imageSrc: "http://img.b2bpic.net/free-photo/person-typing-laptop-with-his-colleague-holding-blank-white-green-blank-paper-wooden-table_23-2147890205.jpg",
},
id: "f2", title: "Collaborative Notes", descriptions: [
"Work with study groups in real-time. Share documents and collaborate seamlessly."],
imageSrc: "http://img.b2bpic.net/free-photo/person-typing-laptop-with-his-colleague-holding-blank-white-green-blank-paper-wooden-table_23-2147890205.jpg"},
{
id: "f3",
title: "Interactive Quizzes",
descriptions: [
"Generate practice quizzes directly from your notes to test your understanding.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-hand-with-wood-pieces_23-2149001209.jpg",
},
id: "f3", title: "Interactive Quizzes", descriptions: [
"Generate practice quizzes directly from your notes to test your understanding."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-hand-with-wood-pieces_23-2149001209.jpg"},
]}
title="Everything You Need to Succeed"
description="Powerful tools designed to make studying more efficient and less stressful."
@@ -142,45 +111,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarah_study",
testimonial: "This platform completely changed how I prepare for exams. So organized!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-tablet-street_23-2148213482.jpg",
},
id: "t1", name: "Sarah Miller", handle: "@sarah_study", testimonial: "This platform completely changed how I prepare for exams. So organized!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-tablet-street_23-2148213482.jpg"},
{
id: "t2",
name: "David Chen",
handle: "@david_chem",
testimonial: "Finally, a way to keep my science labs in order. Simply excellent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142180.jpg",
},
id: "t2", name: "David Chen", handle: "@david_chem", testimonial: "Finally, a way to keep my science labs in order. Simply excellent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142180.jpg"},
{
id: "t3",
name: "Emily Watson",
handle: "@emily_lit",
testimonial: "The search functionality is a total game changer for humanities students.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
},
id: "t3", name: "Emily Watson", handle: "@emily_lit", testimonial: "The search functionality is a total game changer for humanities students.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
{
id: "t4",
name: "James R.",
handle: "@james_r",
testimonial: "I've improved my GPA by a full letter grade since I started using this.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg",
},
id: "t4", name: "James R.", handle: "@james_r", testimonial: "I've improved my GPA by a full letter grade since I started using this.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg"},
{
id: "t5",
name: "Chloe B.",
handle: "@chloeb",
testimonial: "Intuitive, clean, and fast. Everything I needed for my final year.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-t-shirt-jacket-looking-happy-front-view_176474-85428.jpg",
},
id: "t5", name: "Chloe B.", handle: "@chloeb", testimonial: "Intuitive, clean, and fast. Everything I needed for my final year.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-t-shirt-jacket-looking-happy-front-view_176474-85428.jpg"},
]}
showRating={true}
title="Loved by Thousands"
@@ -194,20 +138,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Is the platform free?",
content: "Yes, we offer a generous free tier for all students.",
},
id: "q1", title: "Is the platform free?", content: "Yes, we offer a generous free tier for all students."},
{
id: "q2",
title: "Can I export my notes?",
content: "Absolutely! You can export your notes in PDF, Markdown, and Word formats.",
},
id: "q2", title: "Can I export my notes?", content: "Absolutely! You can export your notes in PDF, Markdown, and Word formats."},
{
id: "q3",
title: "Is it secure?",
content: "Security is our top priority. Your data is encrypted and backed up daily.",
},
id: "q3", title: "Is it secure?", content: "Security is our top priority. Your data is encrypted and backed up daily."},
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-african-web-designer-doing-her-job-office-with-smile-attractive-black-woman-white-headphones-working-call-center-sitting-near-computer_197531-3795.jpg"
title="Frequently Asked Questions"
@@ -217,58 +152,39 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
<ContactCenter
tag="Stay Informed"
title="Join Our Newsletter"
description="Get the latest study tips and platform updates directly to your inbox."
mediaPosition="left"
background={{
variant: "sparkles-gradient"}}
inputPlaceholder="Enter your university email"
buttonText="Subscribe"
imageSrc="http://img.b2bpic.net/free-photo/composition-laptop-stationery-tools-painting_23-2148169513.jpg?_wi=2"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-orange-background-layout-designstudioroom-web-template-business-report-with-smooth-circle-gradient-color_1258-101518.jpg"
<FooterBase
logoText="ScholarNotes"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#",
},
label: "Pricing", href: "#"},
{
label: "Security",
href: "#",
},
label: "Security", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
],
},
]}
@@ -277,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}