Skip to content

Commit e638a56

Browse files
committed
Put 50th logo on homepage
1 parent 9a42e9b commit e638a56

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

src/pages/Index.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,21 @@ const Index = () => {
2626
<div className="container mx-auto px-4 relative z-10">
2727
<div className="max-w-4xl mx-auto text-center">
2828
{/* Badge */}
29-
<div className="inline-flex items-center gap-2 glass rounded-full px-4 py-2 mb-8 animate-fade-up">
29+
<div className="inline-flex items-center gap-2 glass rounded-full px-4 py-2 mb-8 mt-12 animate-fade-up">
3030
<Sparkles className="w-4 h-4 text-csh-magenta" />
3131
<span className="text-sm font-medium text-muted-foreground">
3232
April 10-12, 2026 • Rochester, NY
3333
</span>
3434
</div>
3535

36-
{/* Main Headline */}
37-
<h1 className="text-5xl md:text-7xl lg:text-8xl font-display font-bold mb-6 animate-fade-up" style={{ animationDelay: "0.1s" }}>
38-
<span className="text-foreground">CSH </span>
39-
<span className="text-gradient">50th</span>
40-
<br />
41-
<span className="text-foreground">Anniversary</span>
42-
</h1>
36+
{/* Main Headline - Logo */}
37+
<div className="mb-6 animate-fade-up flex justify-center" style={{ animationDelay: "0.1s" }}>
38+
<img
39+
src="/csh-50th-logo.png"
40+
alt="CSH 50th Anniversary"
41+
className="w-full max-w-md h-auto"
42+
/>
43+
</div>
4344

4445
{/* Subheadline */}
4546
<p className="text-lg md:text-xl text-muted-foreground max-w-2xl mx-auto mb-8 animate-fade-up" style={{ animationDelay: "0.2s" }}>

0 commit comments

Comments
 (0)