Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
228
src/app/page.tsx
228
src/app/page.tsx
@@ -30,69 +30,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Mësuesit",
|
||||
id: "#teacher",
|
||||
},
|
||||
{
|
||||
name: "Nxënësit",
|
||||
id: "#student",
|
||||
},
|
||||
{
|
||||
name: "Prindërit",
|
||||
id: "#parent",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Mësuesit", id: "#teacher" },
|
||||
{ name: "Nxënësit", id: "#student" },
|
||||
{ name: "Prindërit", id: "#parent" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="Shkolla e së Nesërmes"
|
||||
button={{ text: "Fillo Tani", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Shkolla e së Nesërmes"
|
||||
description="Një platformë inteligjente që lidh nxënësit, mësuesit dhe prindërit përmes fuqisë së inteligjencës artificiale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Fillo Tani",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Fillo Tani", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255150.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-manager-presenting-data-analysis-funding-interactive-board_482257-97967.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137471.jpg",
|
||||
imageAlt: "Hero visual",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255150.jpg", imageAlt: "Hero visual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", imageAlt: "Hero visual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-manager-presenting-data-analysis-funding-interactive-board_482257-97967.jpg", imageAlt: "Hero visual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201873.jpg", imageAlt: "Hero visual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg", imageAlt: "Hero visual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137471.jpg", imageAlt: "Hero visual" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,21 +63,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Një Ekosistem Edukativ"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "AI Asistencë",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Gjuhë të Huaja",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Siguri e Lartë",
|
||||
value: "100%",
|
||||
},
|
||||
{ icon: Sparkles, label: "AI Asistencë", value: "24/7" },
|
||||
{ icon: Globe, label: "Gjuhë të Huaja", value: "15+" },
|
||||
{ icon: ShieldCheck, label: "Siguri e Lartë", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -125,23 +74,12 @@ export default function LandingPage() {
|
||||
<div id="teacher" data-section="teacher">
|
||||
<FeatureBorderGlow
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Plani Mësimor AI",
|
||||
description: "Gjenerim automatik i planeve dhe materialeve mësimore.",
|
||||
},
|
||||
{
|
||||
icon: CheckSquare,
|
||||
title: "Regjistrim Mungesash",
|
||||
description: "Sistem i automatizuar me njohje biometrike.",
|
||||
},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Analizë Progresi",
|
||||
description: "Statistika të detajuara për çdo klasë.",
|
||||
},
|
||||
{ icon: BookOpen, title: "Plani Mësimor AI", description: "Gjenerim automatik i planeve dhe materialeve mësimore." },
|
||||
{ icon: CheckSquare, title: "Regjistrim Mungesash", description: "Sistem i automatizuar me njohje biometrike." },
|
||||
{ icon: BarChart2, title: "Analizë Progresi", description: "Statistika të detajuara për çdo klasë." },
|
||||
]}
|
||||
title="Mësues Inteligjentë"
|
||||
description="Automatizoni administratën dhe fokusohuni te edukimi."
|
||||
@@ -154,21 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Tutor Personal",
|
||||
description: "Mbështetje AI në çdo moment.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Emotion Tracker",
|
||||
description: "Monitorimi i mirëqenies emocionale.",
|
||||
},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Raportim Bullizmi",
|
||||
description: "Sistem anonim dhe i sigurt.",
|
||||
},
|
||||
{ icon: Lightbulb, title: "Tutor Personal", description: "Mbështetje AI në çdo moment." },
|
||||
{ icon: Smile, title: "Emotion Tracker", description: "Monitorimi i mirëqenies emocionale." },
|
||||
{ icon: AlertTriangle, title: "Raportim Bullizmi", description: "Sistem anonim dhe i sigurt." },
|
||||
]}
|
||||
title="Nxënës të Fuqizuar"
|
||||
description="Një ambient i personalizuar për çdo nevojë."
|
||||
@@ -181,21 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "Njoftime Live",
|
||||
description: "Informacion për notat dhe detyrat.",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Komunikim Direkt",
|
||||
description: "Lidhje e drejtpërdrejtë me mësuesit.",
|
||||
},
|
||||
{
|
||||
icon: LineChart,
|
||||
title: "Paralajmërime AI",
|
||||
description: "Analizë e sjelljes dhe performancës.",
|
||||
},
|
||||
{ icon: Smartphone, title: "Njoftime Live", description: "Informacion për notat dhe detyrat." },
|
||||
{ icon: Users, title: "Komunikim Direkt", description: "Lidhje e drejtpërdrejtë me mësuesit." },
|
||||
{ icon: LineChart, title: "Paralajmërime AI", description: "Analizë e sjelljes dhe performancës." },
|
||||
]}
|
||||
title="Prindër të Informuar"
|
||||
description="Shikim në kohë reale mbi zhvillimin e fëmijës."
|
||||
@@ -209,21 +123,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40%",
|
||||
description: "Përmirësim në përqendrim",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25%",
|
||||
description: "Rritje e mirëqenies mendore",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "60%",
|
||||
description: "Efikasitet në detyra",
|
||||
},
|
||||
{ id: "1", value: "40%", description: "Përmirësim në përqendrim" },
|
||||
{ id: "2", value: "25%", description: "Rritje e mirëqenies mendore" },
|
||||
{ id: "3", value: "60%", description: "Efikasitet në detyra" },
|
||||
]}
|
||||
title="Statistika Inteligjente"
|
||||
description="Përdorimi i AI në përmirësimin e rezultateve."
|
||||
@@ -237,26 +139,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ana Xhaka, Prind"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/creative-businesswoman_1098-16070.jpg",
|
||||
alt: "Mësuesi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-holding-ipad-device_23-2148369509.jpg",
|
||||
alt: "Nxënësi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-father-working-while-holding-baby_23-2150166646.jpg",
|
||||
alt: "Prindi",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-asian-designer-female-using-vr-glasses-virtual-reality-testing-mobile-app-from-develop-software-modern-creative-home-office-night-social-distancing-quarantine-corona-virus-prevention_7861-2550.jpg",
|
||||
alt: "Eksperti",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-studies-computer-night-technology-education_169016-63973.jpg",
|
||||
alt: "Nxënësi 2",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/creative-businesswoman_1098-16070.jpg", alt: "Mësuesi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-holding-ipad-device_23-2148369509.jpg", alt: "Nxënësi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-father-working-while-holding-baby_23-2150166646.jpg", alt: "Prindi" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-asian-designer-female-using-vr-glasses-virtual-reality-testing-mobile-app-from-develop-software-modern-creative-home-office-night-social-distancing-quarantine-corona-virus-prevention_7861-2550.jpg", alt: "Eksperti" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-studies-computer-night-technology-education_169016-63973.jpg", alt: "Nxënësi 2" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -269,21 +156,10 @@ export default function LandingPage() {
|
||||
title="Na Kontaktoni"
|
||||
description="Bëhuni pjesë e revolucionit edukativ sot."
|
||||
inputs={[
|
||||
{
|
||||
name: "emri",
|
||||
type: "text",
|
||||
placeholder: "Emri Mbiemri",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Adresa",
|
||||
},
|
||||
{ name: "emri", type: "text", placeholder: "Emri Mbiemri" },
|
||||
{ name: "email", type: "email", placeholder: "Email Adresa" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "mesazhi",
|
||||
placeholder: "Mesazhi juaj",
|
||||
}}
|
||||
textarea={{ name: "mesazhi", placeholder: "Mesazhi juaj" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -291,32 +167,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platforma",
|
||||
items: [
|
||||
{
|
||||
label: "Rreth Nesh",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privatësia",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Burime",
|
||||
items: [
|
||||
{
|
||||
label: "Ndihmë",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platforma", items: [{ label: "Rreth Nesh", href: "#" }, { label: "Privatësia", href: "#" }] },
|
||||
{ title: "Burime", items: [{ label: "Ndihmë", href: "#" }, { label: "Blog", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Shkolla e së Nesërmes"
|
||||
bottomRightText="Dizajnuar për një të ardhme më të mirë."
|
||||
|
||||
Reference in New Issue
Block a user