Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc3da7d426 | |||
| e3e5388441 | |||
| 0bde072bbe |
@@ -138,6 +138,7 @@ export default function LandingPage() {
|
|||||||
animationType="depth-3d"
|
animationType="depth-3d"
|
||||||
title="Çfarë thonë përdoruesit"
|
title="Çfarë thonë përdoruesit"
|
||||||
description="Përvoja reale nga komuniteti ynë."
|
description="Përvoja reale nga komuniteti ynë."
|
||||||
|
buttons={[{ text: "Lexo më shumë", onClick: () => alert("Po shfaqim më shumë dëshmi!") }]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -156,7 +157,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
text="Gati për të nisur këtë udhëtim?"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -164,8 +165,8 @@ export default function LandingPage() {
|
|||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Shkolla e së Nesërmes"
|
logoText="Shkolla e së Nesërmes"
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Rreth Nesh", href: "#" }, { label: "Privatësia", href: "#" }] },
|
{ items: [{ label: "Rreth Nesh", onClick: () => console.log("Navigating to About") }, { label: "Privatësia", onClick: () => console.log("Navigating to Privacy") }] },
|
||||||
{ items: [{ label: "Ndihmë", href: "#" }, { label: "Blog", href: "#" }] },
|
{ items: [{ label: "Ndihmë", onClick: () => console.log("Navigating to Help") }, { label: "Blog", onClick: () => console.log("Navigating to Blog") }] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user