create com button

This commit is contained in:
zahravaziri
2025-06-02 15:25:14 +03:30
parent 682dcab56e
commit 74b07284f6
8 changed files with 88 additions and 61 deletions
+1
View File
@@ -58,6 +58,7 @@
font-family: 'Manrope';
}
:root {
--primary: #FA003F;
--secondary: #A78BFA;
-2
View File
@@ -1,5 +1,3 @@
'use client'
import type { Metadata } from 'next';
import './globals.css';
import { cookies } from 'next/headers';
+1 -1
View File
@@ -18,7 +18,7 @@ export default async function Home() {
const data = await getData();
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24 text-gray-300">
<main className="flex min-h-screen flex-col items-center justify-between text-gray-300">
<Header/>
<span>{t('pages_home_title') as string}</span>