Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3e5388441 | |||
| 0bde072bbe |
@@ -138,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",
|
||||
@@ -156,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>
|
||||
|
||||
@@ -164,8 +165,8 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user