Skip to content

Commit

Permalink
refactor(register-section): enable register button
Browse files Browse the repository at this point in the history
  • Loading branch information
KumudithaRanasinghe committed Sep 23, 2024
1 parent 4d9d508 commit eecc8e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const sansation = localFont({

export const metadata: Metadata = {
title: "NSBM IEEE Day 24",
description: "Generated by create next app",
description: "IEEE Day 2024: Unleash Your Leadership Potential in AI. Join us for this year's IEEE Day celebration, where we aim to create a transformative experience that opens doors to growth, connection, and learning.",
};

export default function RootLayout({
Expand Down
19 changes: 11 additions & 8 deletions src/components/sections/register-soon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,23 @@ const RegisterSoon: React.FC = () => {
{/* Centered Text */}
<div className="relative z-10 text-center justify-items-center text-white sm:max-w-[450px] lg:max-w-[600px]">
<h1 className="text-2xl md:text-3xl lg:text-5xl font-bold uppercase tracking-widest font-sansation">
Registrations
{/* Register */}
{/* Registrations */}
Register
<br />
Opening
{/* now */}
{/* Opening */}
now
<br />
Soon
{/* Soon */}
</h1>
<p className="text-sm md:text-base lg:text-lg mt-3 md:mt-5 lg:mt-8 mx-20 md:mx-12 font-sansation">
Get ready for IEEE Day 2024 with the IEEE Student Branch of NSBM! Join
{/* Get ready for IEEE Day 2024 with the IEEE Student Branch of NSBM! Join
a day of innovation, inspiring talks, and future tech collaboration.
Registration opens soon!
Registration opens soon! */}
Join us for IEEE Day 2024 with the IEEE Student Branch of NSBM.
Enjoy innovation, inspiring talks, and exciting opportunities to connect with future tech leaders!

</p>
<div className="hidden">
<div className="">
<a href="https://forms.gle/U4Wy9fG7qN8U3b5i8">
<Button
href="/register"
Expand Down

0 comments on commit eecc8e9

Please sign in to comment.