Skip to content

Commit f4405a8

Browse files
committed
Add funding banner for worlds
1 parent df9108f commit f4405a8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

components/heading-banner.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ export function HeadingBanner() {
2727
>
2828
📢
2929
</motion.div>
30-
<span className="font-bold text-lg">Tryouts Announcement!</span>
30+
<span className="font-bold text-lg">Help Team 334 Goal To Go To Worlds!!</span>
3131
</div>
3232
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-center gap-1 sm:gap-4 text-center">
3333
<span className="text-sm sm:text-base">
34-
Join the TechKnights! Tryouts are happening now.
34+
Help us fund our trip to the FIRST Worlds competition!
3535
</span>
3636
<a
37-
href="https://docs.google.com/forms/d/e/1FAIpQLSfD1IV7jSP3xN7ICn42X0ZvbHa3hUnmJzX0H7mQ1TH--LO_jA/viewform"
37+
href="https://gofund.me/samantha-wife-14apr"
3838
className="inline-flex items-center gap-1 bg-white text-blue-600 px-3 py-1 rounded-full text-sm font-semibold hover:bg-blue-50 transition-colors"
3939
>
40-
Learn More
40+
Send Us To Worlds
4141
</a>
4242
</div>
4343
</div>

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function Home() {
189189

190190
return (
191191
<section className="overflow-hidden">
192-
{/* <HeadingBanner /> */}
192+
<HeadingBanner />
193193
<Suspense fallback={<div>Loading...</div>}>
194194
{/* Hero Section */}
195195
<div className="relative h-[85vh] w-full -top-[1rem]">

0 commit comments

Comments
 (0)