3 Commits

Author SHA1 Message Date
12bacf96c2 Update src/app/page.tsx 2026-05-15 13:00:18 +00:00
e486989611 Merge version_2 into main
Merge version_2 into main
2026-05-15 12:58:46 +00:00
ba3a785782 Merge version_2 into main
Merge version_2 into main
2026-05-15 12:58:17 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; 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";
@@ -28,7 +28,7 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarStyleApple
navItems={[ navItems={[
{ name: "Home", id: "#hero" }, { name: "Home", id: "#hero" },
{ name: "Mësuesit", id: "#teacher" }, { name: "Mësuesit", id: "#teacher" },
@@ -37,7 +37,6 @@ export default function LandingPage() {
{ name: "Kontakt", id: "#contact" }, { name: "Kontakt", id: "#contact" },
]} ]}
brandName="Shkolla e së Nesërmes" brandName="Shkolla e së Nesërmes"
button={{ text: "Fillo Tani", href: "#contact" }}
/> />
</div> </div>
@@ -173,4 +172,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }