feat: add "Register to Attend" link to footer across all pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5c04c7c254
commit
13719826ba
|
|
@ -236,6 +236,11 @@ export default function AboutPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -262,6 +262,11 @@ export default function DirectionsPage() {
|
|||
<div>
|
||||
<h3 className="font-bold mb-4">Quick Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-primary transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-primary transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -147,6 +147,11 @@ export default function GalleryPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -626,6 +626,11 @@ END:VCALENDAR`
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -325,6 +325,11 @@ export default function RegisterPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
@ -632,6 +637,11 @@ export default function RegisterPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -230,6 +230,11 @@ export default function SponsorshipsPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
|
|
@ -55,6 +55,11 @@ export default function SuccessPage() {
|
|||
<div>
|
||||
<h3 className="font-semibold mb-4 text-sm">Links</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<Link href="/register" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Register to Attend
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/gallery" className="text-muted-foreground hover:text-foreground transition-colors">
|
||||
Gallery
|
||||
|
|
|
|||
Loading…
Reference in New Issue