first commit
This commit is contained in:
13
app/dining/page.tsx
Normal file
13
app/dining/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function PlaceholderPage({ params }: { params: { slug: string } }) {
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-zinc-50 py-32 section-padding">
|
||||
<div className="max-w-4xl mx-auto text-center">
|
||||
<h1 className="text-6xl font-serif text-bodrum-blue mb-8 uppercase tracking-widest">SOON</h1>
|
||||
<p className="text-xl text-gray-400 italic font-light leading-relaxed">
|
||||
“Ege'nin kalbindeki bu deneyimi çok yakında keşfedeceksiniz.”
|
||||
</p>
|
||||
<div className="mt-12 h-px w-24 bg-turquoise mx-auto" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user