diff --git a/src/app/favicon.ico b/src/app/favicon.ico
index 718d6fe..39169da 100644
Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index c98811d..64802f0 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -7,6 +7,9 @@ import React, { useCallback, useEffect, useState } from "react";
import { AuthProvider } from "@/context/auth-provider";
import {ITheme, IThemeContextType} from "@/interfaces/IThemeContext";
import { GoogleTagManager } from '@next/third-parties/google'
+import Head from "next/head";
+import { Helmet, HelmetProvider } from "react-helmet-async";
+
const geistSans = localFont({
src: "./fonts/GeistVF.woff",
@@ -60,29 +63,35 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
return (
+
-
-
-
-
- Are You Ready? 2025
-
+
+
+
+
+
-
-
-
-
-
-
-
- {children}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {children}
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 15c0eec..c440c9e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ import RUR_IMG13 from "../../public/Images/RUR (13).jpg";
import RUR_IMG14 from "../../public/Images/RUR (14).jpg";
import RUR_IMG15 from "../../public/Images/RUR (15).jpg";
-import SPONSOR from "../../public/Images/partners/the-ai-team.png";
+import SPONSOR from "../../public/Images/sponsor.png";
// import LoadingAnimation from "../../public/animations/RUR.json"
import LoadingAnimation from "../../public/animations/RUR_Loading.json";
@@ -52,6 +52,11 @@ import { HeroVideo } from "@/components/ui/hero-video";
import ExpandableCard from "@/components/blocks/expandable-card-standard";
import Head from "next/head";
import { sendGTMEvent } from "@next/third-parties/google";
+import ReactDOM from 'react-dom';
+import { Helmet } from 'react-helmet-async';
+
+
+
export const products = [
{
@@ -332,12 +337,22 @@ export default function Home() {
'"Are You Ready?" stands as a monumental initiative led by the Rotaract Club of the University of Moratuwa in partnership with the Career Guidance Unit. Our primary focus is 4th year undergraduates from our university, aiming to guide them towards a secure entry into the professional world. The scope of this endeavor knows no bounds, with over 100 companies aligning to provide opportunities for budding professionals. This project promises to be a valuable asset for those aspiring to forge strong connections with companies and their managers, even if the finish line of their degree is still on the horizon. In the initial stages, participants will gain the essential knowledge and training to confidently engage with industry experts.';
return (
+ <>
-
-
-
-
-
+
+
+
+
+
+ Are You Ready? 2025
+
+
+
+
+
+
+
+
@@ -378,7 +393,7 @@ export default function Home() {
)}
-
+
Thank You for Your Support!
@@ -391,10 +406,6 @@ export default function Home() {