import Link from "next/link" import { ArrowRight, FileText, LightbulbIcon, MessageSquare, VoteIcon } from "lucide-react" import { Button } from "@/components/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card" import { CountUpAnimation } from "@/components/count-up-animation" export default function Home() { return (
{/* Hero Section */}

Your Voice, Your Laws

VoxPop empowers citizens to shape legislation through collective wisdom. Submit your perspectives, vote on insights, and influence policy decisions.

{/* Process Timeline */}

How VoxPop Works

Submit Perspective

Share your opinion on issues that matter to you. Your voice is the foundation of better policy.

Vote on Insights

Review AI-synthesized insights and vote on the best ideas from the community to build consensus.

Create Resolutions

Validated contributions become formal resolutions that can be presented to policymakers.

{/* Stats Dashboard */}

Community Impact

Perspectives Submitted

Ideas shared by the community

Insights Generated

AI-synthesized solutions from perspectives

Contributions Validated

Community-approved ideas

Resolutions Delivered

Policies sent to decision-makers

{/* Featured Insights */}

Featured Insights

Increase Park Funding Environmental Policy

Community members support increasing funding for local parks by 15% to improve maintenance and add new recreational facilities.

245 votes
Public Transportation Expansion Infrastructure

Residents propose extending bus routes to underserved neighborhoods and increasing service frequency during peak hours.

189 votes
{/* Call to Action */}

Ready to make your voice heard?

Join thousands of citizens who are already shaping the future of their communities through VoxPop.

) }