Step into the world of Artificial Intelligence and Machine Learning to
+ create solutions that revolutionize industries. Build intelligent
+ automation systems, recommendation engines, or AI-driven analytics
+ that solve real-world problems. This track is your chance to harness the
+ power of AI/ML and lead the charge in shaping the future with
+ transformative technologies.
+
+
+
+
+
+
+
+
+
+
+
Healthcare
+
+
+
+
+
+
+
Innovating for a Healthier Tomorrow
+
+
+
+
Think about the difference you could make in someone’s life by
+ reimagining healthcare through technology. In this track, we’re looking
+ for ideas that can solve real-world health challenges. Whether it’s
+ creating tools for better patient care, improving hospital processes, or
+
+
+
+
+
+
+
+
+
+
+
Open
+
Innovation
+
+
+
+
+
Your Ideas, Your Rules
+
+
+
+
This is your space to dream big and build boldly. The Open Innovation
+ Track gives you complete freedom to create solutions for the problems
+ you care about the most. Whether it’s tackling climate change,
+ improving education, or reinventing entertainment, the sky's the limit
+ for this track, let your creativity run wild. Whatever you’ve been waiting
+ to build, now’s the time to make it happen.
+
+
+
+
+
+
+
+
+
+
+
TBA
+
+
+
To be announced soon !!
+
+
+
+
+
+
+
+
TBA
+
+
+
To be announced soon !!
+
+
+
+
+
+
+
+
TBA
+
+
+
To be announced soon !!
+
+
+
+
+
+
+ >
+ );
+}
+
+export default Tracks;
\ No newline at end of file
diff --git a/pages/_app.js b/pages/_app.js
index 59d70b0..c036bac 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -1,5 +1,6 @@
import "@/styles/globals.css";
import Navbar from "@/components/Shared/Navbar/Navbar";
+import Tracks from "@/components/Tracks.jsx";
import Footer from "@/components/Shared/Footer/Footer";
import Scroll from "@/components/Shared/Scroll";
@@ -14,4 +15,4 @@ export default function App({ Component, pageProps }) {
>
);
-}
+}
\ No newline at end of file
diff --git a/pages/index.js b/pages/index.js
index 44d2abc..b058131 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,8 +1,9 @@
+import Tracks from "@/components/Tracks";
import About from "@/components/About";
export default function Home() {
return (
-
+
);
}
diff --git a/public/AIML_icon.png b/public/AIML_icon.png
new file mode 100644
index 0000000..d419fdd
Binary files /dev/null and b/public/AIML_icon.png differ
diff --git a/public/healthcare_icon.png b/public/healthcare_icon.png
new file mode 100644
index 0000000..e0d7473
Binary files /dev/null and b/public/healthcare_icon.png differ
diff --git a/public/megaphone_icon.png b/public/megaphone_icon.png
new file mode 100644
index 0000000..a94094c
Binary files /dev/null and b/public/megaphone_icon.png differ
diff --git a/public/open_innovation_icon.png b/public/open_innovation_icon.png
new file mode 100644
index 0000000..ae3ef8a
Binary files /dev/null and b/public/open_innovation_icon.png differ
diff --git a/tailwind.config.js b/tailwind.config.js
index af99692..985d322 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,6 +7,9 @@ module.exports = {
],
theme: {
extend: {
+ transitionProperty: {
+ 'height': 'height'
+ },
colors: {
background: "var(--background)",
foreground: "var(--foreground)",