3 Commits

Author SHA1 Message Date
f185567bbb Update src/app/page.tsx 2026-05-15 12:58:43 +00:00
f522f47524 Update src/app/page.tsx 2026-05-15 12:58:14 +00:00
2a1c747208 Merge version_1 into main
Merge version_1 into main
2026-05-15 12:53:25 +00:00

View File

@@ -3,13 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { AlertTriangle, BarChart2, BookOpen, CheckSquare, Globe, Lightbulb, LineChart, ShieldCheck, Smartphone, Smile, Sparkles, Users } from "lucide-react"; import { AlertTriangle, BarChart2, BookOpen, CheckSquare, Globe, Lightbulb, LineChart, ShieldCheck, Smartphone, Smile, Sparkles, Users } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -117,15 +117,14 @@ export default function LandingPage() {
</div> </div>
<div id="ai-metrics" data-section="ai-metrics"> <div id="ai-metrics" data-section="ai-metrics">
<MetricCardTwo <MetricCardThree
animationType="depth-3d" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ id: "1", value: "40%", description: "Përmirësim në përqendrim" }, { id: "1", icon: BarChart2, title: "Përqendrim", value: "40%" },
{ id: "2", value: "25%", description: "Rritje e mirëqenies mendore" }, { id: "2", icon: Smile, title: "Mirëqenie", value: "25%" },
{ id: "3", value: "60%", description: "Efikasitet në detyra" }, { id: "3", icon: Sparkles, title: "Efikasitet", value: "60%" },
]} ]}
title="Statistika Inteligjente" title="Statistika Inteligjente"
description="Përdorimi i AI në përmirësimin e rezultateve." description="Përdorimi i AI në përmirësimin e rezultateve."
@@ -133,45 +132,42 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardThirteen
useInvertedBackground={false} useInvertedBackground={false}
testimonial="Shkolla e së Nesërmes ka ndryshuar mënyrën si fëmija im mëson. AI e ndihmon të ndihet i sigurt dhe i motivuar çdo ditë." showRating={true}
rating={5} textboxLayout="default"
author="Ana Xhaka, Prind" animationType="depth-3d"
avatars={[ title="Çfarë thonë përdoruesit"
{ src: "http://img.b2bpic.net/free-photo/creative-businesswoman_1098-16070.jpg", alt: "Mësuesi" }, description="Përvoja reale nga komuniteti ynë."
{ src: "http://img.b2bpic.net/free-photo/happy-woman-holding-ipad-device_23-2148369509.jpg", alt: "Nxënësi" }, testimonials={[
{ 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" }, id: "1",
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-studies-computer-night-technology-education_169016-63973.jpg", alt: "Nxënësi 2" }, name: "Ana Xhaka",
handle: "@anaxhaka",
testimonial: "Shkolla e së Nesërmes ka ndryshuar mënyrën si fëmija im mëson. AI e ndihmon të ndihet i sigurt dhe i motivuar çdo ditë.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/creative-businesswoman_1098-16070.jpg"
}
]} ]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactText
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
title="Na Kontaktoni" text="Gati për të nisur këtë udhëtim?"
description="Bëhuni pjesë e revolucionit edukativ sot." buttons={[{ text: "Na kontaktoni", href: "#" }]}
inputs={[
{ name: "emri", type: "text", placeholder: "Emri Mbiemri" },
{ name: "email", type: "email", placeholder: "Email Adresa" },
]}
textarea={{ name: "mesazhi", placeholder: "Mesazhi juaj" }}
imageSrc="http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterLogoEmphasis
logoText="Shkolla e së Nesërmes"
columns={[ columns={[
{ title: "Platforma", items: [{ label: "Rreth Nesh", href: "#" }, { label: "Privatësia", href: "#" }] }, { items: [{ label: "Rreth Nesh", href: "#" }, { label: "Privatësia", href: "#" }] },
{ title: "Burime", items: [{ label: "Ndihmë", href: "#" }, { label: "Blog", href: "#" }] }, { items: [{ label: "Ndihmë", href: "#" }, { label: "Blog", href: "#" }] },
]} ]}
bottomLeftText="© 2024 Shkolla e së Nesërmes"
bottomRightText="Dizajnuar për një të ardhme më të mirë."
/> />
</div> </div>
</ReactLenis> </ReactLenis>