Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
100
src/app/page.tsx
100
src/app/page.tsx
@@ -28,23 +28,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Rreth Nesh",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Rreth Nesh", id: "#about"},
|
||||
{
|
||||
name: "Kurse",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Kurse", id: "#features"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="Wall Street Albania"
|
||||
button={{ text: "Na kontaktoni", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,9 +47,7 @@ export default function LandingPage() {
|
||||
description="Wall Street Albania ofron kurse gjuhësh të huaja, lëndë shkollore dhe art, të krijuara për t'ju çuar drejt suksesit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Na kontaktoni",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Na kontaktoni", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/modern-education-center-interior-with-st-1774547596769-baf07fbb.png"
|
||||
/>
|
||||
@@ -76,26 +67,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "lang",
|
||||
title: "Gjuhë të Huaja",
|
||||
description: "Anglisht, Gjermanisht, Frëngjisht, Italisht, Spanjisht me metoda interaktive.",
|
||||
tag: "Gjuhë",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/diverse-group-of-students-in-a-modern-la-1774547597084-4252edf0.png",
|
||||
},
|
||||
id: "lang", title: "Gjuhë të Huaja", description: "Anglisht, Gjermanisht, Frëngjisht, Italisht, Spanjisht me metoda interaktive.", tag: "Gjuhë", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/diverse-group-of-students-in-a-modern-la-1774547597084-4252edf0.png"},
|
||||
{
|
||||
id: "arts",
|
||||
title: "Art dhe Kreativitet",
|
||||
description: "Kanto, Kërcim, Balet, Piano, Kitare, Pikturë, Shah.",
|
||||
tag: "Arte",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/creative-arts-room-featuring-guitar-pain-1774547597375-052af572.png",
|
||||
},
|
||||
id: "arts", title: "Art dhe Kreativitet", description: "Kanto, Kërcim, Balet, Piano, Kitare, Pikturë, Shah.", tag: "Arte", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/creative-arts-room-featuring-guitar-pain-1774547597375-052af572.png"},
|
||||
{
|
||||
id: "acad",
|
||||
title: "Lëndë Shkollore & Pilates",
|
||||
description: "Përgatitje akademike për të gjitha nivelet dhe kurse për mirëqenien tuaj fizike.",
|
||||
tag: "Akademik",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/students-studying-science-and-mathematic-1774547596510-b4ccf2d3.png",
|
||||
},
|
||||
id: "acad", title: "Lëndë Shkollore & Pilates", description: "Përgatitje akademike për të gjitha nivelet dhe kurse për mirëqenien tuaj fizike.", tag: "Akademik", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/students-studying-science-and-mathematic-1774547596510-b4ccf2d3.png"},
|
||||
]}
|
||||
title="Programet Tona"
|
||||
description="Zgjidhni nga një gamë e gjerë kursesh që përshtaten me nevojat tuaja."
|
||||
@@ -109,33 +85,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana D.",
|
||||
handle: "Student",
|
||||
testimonial: "Një qendër fantastike, stafi është tepër i përkushtuar.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-smiling-student-profession-1774547600154-a0f9e569.png",
|
||||
},
|
||||
id: "1", name: "Ana D.", handle: "Student", testimonial: "Një qendër fantastike, stafi është tepër i përkushtuar.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-smiling-student-profession-1774547600154-a0f9e569.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bledar K.",
|
||||
handle: "Prind",
|
||||
testimonial: "Fëmijët e mi kanë avancuar shumë në anglisht këtu.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-mature-student-professiona-1774547597496-59f1ffa0.png",
|
||||
},
|
||||
id: "2", name: "Bledar K.", handle: "Prind", testimonial: "Fëmijët e mi kanë avancuar shumë në anglisht këtu.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-mature-student-professiona-1774547597496-59f1ffa0.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sara M.",
|
||||
handle: "Student Arte",
|
||||
testimonial: "Klubi i pikturës është frymëzues dhe shumë kreativ.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-focused-younger-student-br-1774547599394-cfbba1bb.png",
|
||||
},
|
||||
id: "3", name: "Sara M.", handle: "Student Arte", testimonial: "Klubi i pikturës është frymëzues dhe shumë kreativ.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-focused-younger-student-br-1774547599394-cfbba1bb.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elda T.",
|
||||
handle: "Student Gjermanisht",
|
||||
testimonial: "Metodologji shumë e qartë, e rekomandoj për të gjithë.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-creative-arts-student-rela-1774547598414-eb816035.png",
|
||||
},
|
||||
id: "4", name: "Elda T.", handle: "Student Gjermanisht", testimonial: "Metodologji shumë e qartë, e rekomandoj për të gjithë.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUd931AR58MwZHkdohYroq67GM/portrait-of-a-creative-arts-student-rela-1774547598414-eb816035.png"},
|
||||
]}
|
||||
title="Çfarë thonë për ne"
|
||||
description="Studentët tanë janë forca jonë më e madhe."
|
||||
@@ -146,37 +102,23 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Kurse",
|
||||
items: [
|
||||
title: "Kurse", items: [
|
||||
{
|
||||
label: "Gjuhë",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Gjuhë", href: "#features"},
|
||||
{
|
||||
label: "Arte",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Arte", href: "#features"},
|
||||
{
|
||||
label: "Akademike",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Akademike", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Adresa: Tiranë, Shqipëri",
|
||||
href: "#",
|
||||
},
|
||||
label: "Adresa: Tiranë, Shqipëri", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user