diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 016efdf..363b0da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,7 +24,8 @@ const sansation = localFont({ export const metadata: Metadata = { title: "NSBM IEEE Day 24", - 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.", + 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({ diff --git a/src/components/sections/Timeline.tsx b/src/components/sections/Timeline.tsx index 51d80cf..4383243 100644 --- a/src/components/sections/Timeline.tsx +++ b/src/components/sections/Timeline.tsx @@ -29,7 +29,7 @@ const Timeline = () => {
-
+
{ />
- {/* Stack 2 */}
diff --git a/src/components/sections/register-soon.tsx b/src/components/sections/register-soon.tsx index ccf93cd..00133f3 100644 --- a/src/components/sections/register-soon.tsx +++ b/src/components/sections/register-soon.tsx @@ -37,9 +37,9 @@ const RegisterSoon: React.FC = () => { {/* 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! */} - 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! - + 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!

diff --git a/tailwind.config.ts b/tailwind.config.ts index 5a7b511..8fb3478 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -1,3 +1,4 @@ +import { time } from "console"; import type { Config } from "tailwindcss"; const { fontFamily } = require('tailwindcss/defaultTheme')