Skip to content

Commit d5ef732

Browse files
Update page.tsx
1 parent 5efe600 commit d5ef732

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/page.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,20 @@ export default function WorkshopPage() {
477477
</div>
478478
</section>
479479

480+
{/* Publication */}
481+
<section id="submission" className="py-12 md:py-16 bg-gray-50">
482+
<div className="container mx-auto px-4">
483+
<h2 className="text-3xl font-bold mb-8 text-center text-[#3E921E]">Publication</h2>
484+
<div className="max-w-4xl mx-auto">
485+
<p className="text-center mb-8 text-muted-foreground">
486+
Authors of selected papers will be invited to
487+
submit journal versions of their papers to a special issue of the
488+
<a href="https://www.thejft.com/" className="text-[#3E921E] hover:underline flex items-center">Journal of Financial Technology</a>.
489+
</p>
490+
</div>
491+
</div>
492+
</section>
493+
480494
{/* Program */}
481495
<section id="program" className="py-12 md:py-16">
482496
<div className="container mx-auto px-4">

0 commit comments

Comments
 (0)