Merge version_1 into main #1
148
src/app/page.tsx
148
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { BookOpen, Clock, GraduationCap, Star } from "lucide-react";
|
||||
import { BookOpen, Clock, GraduationCap, Star, Zap, CheckCircle, Lightbulb, Globe } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "tools",
|
||||
},
|
||||
name: "Tools", id: "tools"},
|
||||
]}
|
||||
brandName="SUREIUM"
|
||||
/>
|
||||
@@ -49,47 +43,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Study smarter, not harder with AI"
|
||||
description="Summarise notes, generate quizzes, and understand any topic instantly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Studying",
|
||||
href: "#tools",
|
||||
},
|
||||
text: "Start Studying", href: "#tools"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-girl-student-works-laptop-listens-music-headphones-blank-computer-scr_1258-151314.jpg",
|
||||
imageAlt: "student laptop study AI interface",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-girl-student-works-laptop-listens-music-headphones-blank-computer-scr_1258-151314.jpg", imageAlt: "student laptop study AI interface"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-studying-university-library-obtain-her-diploma_482257-126859.jpg",
|
||||
imageAlt: "digital study tablet notes",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-studying-university-library-obtain-her-diploma_482257-126859.jpg", imageAlt: "digital study tablet notes"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg",
|
||||
imageAlt: "ai digital assistant learning",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg", imageAlt: "ai digital assistant learning"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743897.jpg",
|
||||
imageAlt: "library study setting minimalist",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743897.jpg", imageAlt: "library study setting minimalist"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop-plant_23-2148883523.jpg",
|
||||
imageAlt: "workspace creative study tool",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop-plant_23-2148883523.jpg", imageAlt: "workspace creative study tool"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-girl-doing-homework_23-2148597976.jpg",
|
||||
imageAlt: "digital classroom AI tools",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-girl-doing-homework_23-2148597976.jpg", imageAlt: "digital classroom AI tools"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,32 +73,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Note Summariser",
|
||||
description: "Paste your long, dense lecture notes and get clear, simple summaries instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-111206.jpg",
|
||||
imageAlt: "ai summary symbol icon",
|
||||
buttonIcon: "Zap",
|
||||
title: "AI Note Summariser", description: "Paste your long, dense lecture notes and get clear, simple summaries instantly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-111206.jpg", imageAlt: "ai summary symbol icon", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Quiz Generator",
|
||||
description: "Automatically turn your study material into practice questions to test your knowledge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/educational-concepts_23-2147502362.jpg",
|
||||
imageAlt: "practice quiz concept icon",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Quiz Generator", description: "Automatically turn your study material into practice questions to test your knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/educational-concepts_23-2147502362.jpg", imageAlt: "practice quiz concept icon", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Topic Explainer",
|
||||
description: "Need to understand a hard topic? Get instant, simple explanations for any concept.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/translation-dictionary-icons-set_98292-6761.jpg",
|
||||
imageAlt: "ai topic explainer icon",
|
||||
buttonIcon: "Lightbulb",
|
||||
title: "Topic Explainer", description: "Need to understand a hard topic? Get instant, simple explanations for any concept.", imageSrc: "http://img.b2bpic.net/free-vector/translation-dictionary-icons-set_98292-6761.jpg", imageAlt: "ai topic explainer icon", buttonIcon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Global Access",
|
||||
description: "Scale your learning journey with cloud-based storage available anywhere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-clipboard-pen-looking-it-with-pensive-expression-thinking-standing-orange-wall_141793-96372.jpg",
|
||||
imageAlt: "ai summary symbol icon",
|
||||
buttonIcon: "Globe",
|
||||
title: "Global Access", description: "Scale your learning journey with cloud-based storage available anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-clipboard-pen-looking-it-with-pensive-expression-thinking-standing-orange-wall_141793-96372.jpg", imageAlt: "ai summary symbol icon", buttonIcon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Built for Students"
|
||||
@@ -139,8 +96,7 @@ export default function LandingPage() {
|
||||
title="Try it now"
|
||||
buttons={[
|
||||
{
|
||||
text: "Summarise",
|
||||
},
|
||||
text: "Summarise"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,29 +110,17 @@ export default function LandingPage() {
|
||||
description="Helping thousands of students achieve academic excellence through smarter workflows."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Hours Saved",
|
||||
value: "50,000+",
|
||||
},
|
||||
id: "m1", icon: Clock,
|
||||
title: "Hours Saved", value: "50,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: BookOpen,
|
||||
title: "Concepts Explained",
|
||||
value: "120k+",
|
||||
},
|
||||
id: "m2", icon: BookOpen,
|
||||
title: "Concepts Explained", value: "120k+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Quizzes Generated",
|
||||
value: "200k+",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Quizzes Generated", value: "200k+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: GraduationCap,
|
||||
title: "Active Students",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "m4", icon: GraduationCap,
|
||||
title: "Active Students", value: "15,000+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,35 +133,15 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-is-working-laptop-girl-with-laptop-emotion-concept_169016-66073.jpg",
|
||||
imageAlt: "A happy girl is working on a laptop A girl with a laptop Emotion concept",
|
||||
},
|
||||
id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-is-working-laptop-girl-with-laptop-emotion-concept_169016-66073.jpg", imageAlt: "A happy girl is working on a laptop A girl with a laptop Emotion concept"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-scholar-celebrating-some-good-news-feeling-pleased-with-progress_482257-126249.jpg",
|
||||
imageAlt: "Young scholar celebrating some good news and feeling pleased with progress",
|
||||
},
|
||||
id: "t2", name: "Jordan P.", imageSrc: "http://img.b2bpic.net/free-photo/young-scholar-celebrating-some-good-news-feeling-pleased-with-progress_482257-126249.jpg", imageAlt: "Young scholar celebrating some good news and feeling pleased with progress"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-joint-university-project_1098-17206.jpg",
|
||||
imageAlt: "Working on Joint University Project",
|
||||
},
|
||||
id: "t3", name: "Sam K.", imageSrc: "http://img.b2bpic.net/free-photo/working-joint-university-project_1098-17206.jpg", imageAlt: "Working on Joint University Project"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Taylor M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg",
|
||||
imageAlt: "Young man using portable notebook at cafe, sitting at table by the window and typing something, frowning",
|
||||
},
|
||||
id: "t4", name: "Taylor M.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg", imageAlt: "Young man using portable notebook at cafe, sitting at table by the window and typing something, frowning"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Casey L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pupils-doing-task-laptops-focused-teacher-monitoring-them_74855-10356.jpg",
|
||||
imageAlt: "Pupils doing task on laptops and focused teacher monitoring them",
|
||||
},
|
||||
id: "t5", name: "Casey L.", imageSrc: "http://img.b2bpic.net/free-photo/pupils-doing-task-laptops-focused-teacher-monitoring-them_74855-10356.jpg", imageAlt: "Pupils doing task on laptops and focused teacher monitoring them"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,17 +152,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user