Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc3da7d426 | |||
| e3e5388441 | |||
| 0bde072bbe | |||
| 12bacf96c2 | |||
| e486989611 | |||
| ba3a785782 |
@@ -8,7 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
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 { 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>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Mësuesit", id: "#teacher" },
|
||||
@@ -37,7 +37,6 @@ export default function LandingPage() {
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="Shkolla e së Nesërmes"
|
||||
button={{ text: "Fillo Tani", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,6 +138,7 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
title="Çfarë thonë përdoruesit"
|
||||
description="Përvoja reale nga komuniteti ynë."
|
||||
buttons={[{ text: "Lexo më shumë", onClick: () => alert("Po shfaqim më shumë dëshmi!") }]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
text="Gati për të nisur këtë udhëtim?"
|
||||
buttons={[{ text: "Na kontaktoni", href: "#" }]}
|
||||
buttons={[{ text: "Na kontaktoni", onClick: () => alert("Formularin e kontaktit do të hapet këtu.") }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,12 +165,12 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
logoText="Shkolla e së Nesërmes"
|
||||
columns={[
|
||||
{ items: [{ label: "Rreth Nesh", href: "#" }, { label: "Privatësia", href: "#" }] },
|
||||
{ items: [{ label: "Ndihmë", href: "#" }, { label: "Blog", href: "#" }] },
|
||||
{ items: [{ label: "Rreth Nesh", onClick: () => console.log("Navigating to About") }, { label: "Privatësia", onClick: () => console.log("Navigating to Privacy") }] },
|
||||
{ items: [{ label: "Ndihmë", onClick: () => console.log("Navigating to Help") }, { label: "Blog", onClick: () => console.log("Navigating to Blog") }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user