first commit
This commit is contained in:
13
app/organizations/page.tsx
Normal file
13
app/organizations/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function PlaceholderPage() {
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-white py-32 section-padding">
|
||||
<div className="max-w-4xl mx-auto text-center space-y-8">
|
||||
<h1 className="text-6xl font-serif text-bodrum-blue tracking-widest opacity-20">COMING SOON</h1>
|
||||
<div className="w-24 h-px bg-turquoise mx-auto" />
|
||||
<p className="text-xl text-gray-400 italic font-light">
|
||||
Bu bölüm çok yakında yayına girecektir.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user