Dj.ByArsıZŞaiR
- Dj.ByArsıZ ŞaiR
- 3 gün önce
- 1 dakikada okunur
export default function DjByArsizSairSite() {
return (
<div className="min-h-screen bg-black text-white">
{/* HERO */}
<section className="text-center py-24">
<h1 className="text-6xl font-black">
Dj.<span className="text-red-500">ByArsıZŞaiR</span>
</h1>
<p className="mt-6 text-zinc-400 text-lg">
Geceyi ateşe veren remixler • Sert beatler • Club enerjisi
</p>
</section>
{/* ABOUT */}
<section className="px-6 py-16 max-w-4xl mx-auto text-center">
<h2 className="text-3xl text-red-500 font-bold">Hakkımda</h2>
<p className="mt-4 text-zinc-300 leading-8">
Dj.ByArsıZŞaiR sahnede enerjiyi zirveye çıkaran, techno, remix ve club
müzikleriyle ortamı yakan bir DJ performansıdır. Her set, farklı bir
hikaye ve farklı bir vibe.
</p>
</section>
{/* MUSIC */}
<section id="muzikler" className="px-6 py-16 text-center">
<h2 className="text-3xl text-red-500 font-bold">Müzikler</h2>
<div className="mt-8 space-y-4">
<p>🎧 YouTube / SoundCloud linklerini buraya ekle</p>
</div>
</section>
{/* GALLERY */}
<section className="px-6 py-16 text-center">
<h2 className="text-3xl text-red-500 font-bold">Galeri</h2>
<p className="mt-4 text-zinc-400">DJ performans fotoğrafları burada olacak</p>
</section>
{/* CONTACT */}
<section id="iletisim" className="px-6 py-16 text-center">
<h2 className="text-3xl text-red-500 font-bold">İletişim</h2>
<div className="mt-6 space-y-2 text-zinc-300">
<p>📩 Mail: djbyarsizsair@gmail.com</p>
<p>📱 Instagram: @tc.emrahkahraman.tc</p>
<p>📞 WhatsApp: +90 5050438490</p>
</div>
</section>
{/* FOOTER */}
<footer className="text-center py-10 text-zinc-500 text-sm">
© 2026 Dj.ByArsıZŞaiR - Tüm hakları saklıdır.
</footer>
</div>
);
}
Yorumlar