Update src/app/form/page.tsx
This commit is contained in:
@@ -10,13 +10,13 @@ import { Book, Scale, Users } from "lucide-react";
|
||||
|
||||
export default function FormPage() {
|
||||
const formPageNavItems = [
|
||||
{ name: "Anasayfa", href: "/" },
|
||||
{ name: "Simülasyonlar", href: "/#simulations" },
|
||||
{ name: "Başvuru", href: "/form" },
|
||||
{ name: "Başarı Hikayeleri", href: "/#testimonials" },
|
||||
{ name: "Blog", href: "/#blog" },
|
||||
{ name: "SSS", href: "/#faq" },
|
||||
{ name: "Eğitmenler", href: "/#team" }, { name: "Ortaklar", href: "/#partners" },
|
||||
{ name: "Anasayfa", id: "/" },
|
||||
{ name: "Simülasyonlar", id: "/#simulations" },
|
||||
{ name: "Başvuru", id: "/form" },
|
||||
{ name: "Başarı Hikayeleri", id: "/#testimonials" },
|
||||
{ name: "Blog", id: "/#blog" },
|
||||
{ name: "SSS", id: "/#faq" },
|
||||
{ name: "Eğitmenler", id: "/#team" }, { name: "Ortaklar", id: "/#partners" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -79,7 +79,7 @@ export default function FormPage() {
|
||||
|
||||
<div className="pt-24 md:pt-32 lg:pt-40 pb-16 md:pb-24 lg:pb-32 container flex flex-col items-center gap-16 md:gap-24 lg:gap-32">
|
||||
<TextAnimation
|
||||
title="Başvuru Formları"
|
||||
children="Başvuru Formları"
|
||||
type="reveal-blur"
|
||||
className="text-center text-4xl md:text-5xl lg:text-6xl font-extrabold"
|
||||
/>
|
||||
@@ -95,6 +95,7 @@ export default function FormPage() {
|
||||
tagIcon={Scale}
|
||||
buttonText="Başvur"
|
||||
centered={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactForm
|
||||
title="İnsan Hakları Simülasyonu"
|
||||
@@ -103,6 +104,7 @@ export default function FormPage() {
|
||||
tagIcon={Users}
|
||||
buttonText="Başvur"
|
||||
centered={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactForm
|
||||
title="Siyaset Simülasyonu"
|
||||
@@ -111,6 +113,7 @@ export default function FormPage() {
|
||||
tagIcon={Book}
|
||||
buttonText="Başvur"
|
||||
centered={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user