import { Icon } from "@iconify/react"; import Link from "next/link"; import { AnnouncementBar } from "poyraz-ui/organisms"; import { HomeHero } from "@/components/home-hero"; import { ReferencesSection } from "@/components/references-section"; export default function Home() { return (
} action={ Learn More -> } > New components added this week!
); }