import React from “react”; import { Card, CardContent } from “@/components/ui/card”; import { Button } from “@/components/ui/button”; import { Input } from “@/components/ui/input”; import { Search } from “lucide-react”; export default function YouthSamachar() { return (
{/* Navbar */}

YouthSamachar

{/* Hero Section */}

Latest News for Indian Youth

Stay updated with trending stories, jobs, tech, and education headlines.

{/* News Cards */}
{[1, 2, 3, 4, 5, 6].map((item) => (

Youth Empowerment Policy 2025

The government is launching a new policy to support employment and education for youth across India…

))}
{/* Footer */}
);