Rs. 15,000
diff --git a/frontend/src/app/components/Tracks/TracksHeadingCard.tsx b/frontend/src/app/components/Tracks/TracksHeadingCard.tsx
index f0ee7da..fa61a75 100644
--- a/frontend/src/app/components/Tracks/TracksHeadingCard.tsx
+++ b/frontend/src/app/components/Tracks/TracksHeadingCard.tsx
@@ -16,7 +16,7 @@ const TracksHeading = ({
}: TracksHeadingProps) => {
return (
{svg}
diff --git a/frontend/src/app/sections/Prizes/PrizesGrid.tsx b/frontend/src/app/sections/Prizes/PrizesGrid.tsx
index 29bb621..a85eb00 100644
--- a/frontend/src/app/sections/Prizes/PrizesGrid.tsx
+++ b/frontend/src/app/sections/Prizes/PrizesGrid.tsx
@@ -20,7 +20,7 @@ export default function PrizesGrid(): ReactElement {
const ctx = gsap.context(() => {
ScrollTrigger.create({
trigger: sectionRef.current,
- start: "top 70%",
+ start: "top 90%",
end: "bottom 20%",
scrub: true,
onUpdate: (self) => {
diff --git a/frontend/src/app/sections/Tracks/TracksCard.tsx b/frontend/src/app/sections/Tracks/TracksCard.tsx
index b120d80..86c0f24 100644
--- a/frontend/src/app/sections/Tracks/TracksCard.tsx
+++ b/frontend/src/app/sections/Tracks/TracksCard.tsx
@@ -35,16 +35,16 @@ const TracksCard = () => {
"Enter the World of IoT with DeerHack. Explore connectivity, innovation, and the future of global interaction.",
},
{
- title: "Data Science / ML",
+ title: "Machine Learning / AI",
svg:
,
svgBody:
,
headStyling:
- selectedTrack === "Data Science / ML"
+ selectedTrack === "Machine Learning / AI"
? "bg-purpures text-magnolia active"
: "bg-violet hover:bg-purpures hover:text-magnolia transition-all duration-300",
bodyStyling: "bg-purpures text-magnolia",
description:
- "Dive deep into the captivating realm of Data Analysis and Predictive Modeling, Leveraging algorithms ",
+ "Dive deep into the captivating realm of Data Analysis and Predictive Modeling, Leveraging algorithms and Artificial Intellignce.",
},
{
title: "Blockchain",