import React from "react"; import { motion, useInView } from "framer-motion"; import { Star, Users, BookOpenCheck, ShieldCheck, ArrowDown } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; /** * One‑page interactive presentation for the civic initiative “Për Prishtinën”. * — TailwindCSS for styling * — Framer Motion for scroll / hover animations * — Lucide icons for simple visuals */ export default function PerPrishtinenOnePager() { const categories = [ { label: "Aktivistë rinorë", count: 15, icon: Users }, { label: "Urbanistë & inxhinierë", count: 10, icon: BookOpenCheck }, { label: "Arsim & kulturë", count: 8, icon: BookOpenCheck }, { label: "Shëndetësi & sociale", count: 6, icon: ShieldCheck }, { label: "Tek & start‑up", count: 5, icon: Star }, { label: "Biznese të vogla", count: 5, icon: Users }, { label: "Komunitete pakicë", count: 4, icon: Users }, { label: "Aftësi të kufizuara", count: 3, icon: ShieldCheck }, ]; return (
Kryekandidati ynë ka drejtuar Kuvendin Komunal të Prishtinës, ka hapur seancat “live” dhe ka nisur buxhetimin pjesëmarrës. Motoja e tij: “Institucioni është i qytetarëve, jo i partive.”
Një ekip i larmishëm nga çdo lagje dhe fushë profesioniste. Ja si shpërndahen ata:
{label}
{text}