feat: updated some sections
This commit is contained in:
@@ -10,7 +10,7 @@ export default async function Home({
|
||||
params: Promise<{ locale: string }>;
|
||||
}) {
|
||||
const { locale } = await params;
|
||||
const homeNews = await getHomeBlogNews(locale, 3);
|
||||
const homeNews = await getHomeBlogNews(locale, 6);
|
||||
|
||||
return (
|
||||
<section className="flex h-full flex-col gap-4 overflow-y-auto overflow-x-hidden">
|
||||
|
||||
@@ -3,6 +3,16 @@
|
||||
|
||||
@source "../node_modules/poyraz-ui/dist";
|
||||
|
||||
@theme {
|
||||
--font-secondary: "Nunito", ui-rounded, "Avenir Next", system-ui, sans-serif;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--poyraz-font-secondary: "Nunito", ui-rounded, "Avenir Next", system-ui, sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
@keyframes marquee {
|
||||
0% { transform: translateX(0%); }
|
||||
|
||||
Reference in New Issue
Block a user