diff --git a/frontend/src/app/(pages)/DeerhackExperiencePage.tsx b/frontend/src/app/(pages)/DeerhackExperiencePage.tsx
index 93959dc..3acb0d2 100644
--- a/frontend/src/app/(pages)/DeerhackExperiencePage.tsx
+++ b/frontend/src/app/(pages)/DeerhackExperiencePage.tsx
@@ -181,7 +181,7 @@ export default function ExperiencePage() {
Participant
-
+
“DeerHack was my third national hackathon and by far the best organized and managed one I've attended, making it a truly memorable experience that set a new standard for future events.”
@@ -309,4 +309,4 @@ export default function ExperiencePage() {
)
}
-*/
\ No newline at end of file
+*/
diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts
index 05621a4..462540a 100644
--- a/frontend/src/app/components/Sponsors/data.ts
+++ b/frontend/src/app/components/Sponsors/data.ts
@@ -233,24 +233,18 @@ const sponsors: SponsorType[] = [
imageAlt: "DeerHold Logo",
},
- {
- name: "Ultima Lifestyle",
- url: "https://ultima.com.np/",
- image: ultima,
- imageAlt: "ultima",
- },
- {
- name: "Github Education",
- url: "https://github.com/education",
- image: GithubEducation,
- imageAlt: "GithubEucation logo",
- },
- {
- name: "Suito Teas",
- url: "https://suiroteas.com/",
- image: suiro,
- imageAlt: "Suiro Teas Logo",
- },
+ // {
+ // name: "Ultima Lifestyle",
+ // url: "https://ultima.com.np/",
+ // image: ultima,
+ // imageAlt: "ultima",
+ // },
+ // {
+ // name: "Suito Teas",
+ // url: "",
+ // image: suiro,
+ // imageAlt: "Suiro Teas Logo",
+ // },
],
},
{
@@ -336,6 +330,13 @@ const sponsors: SponsorType[] = [
image: FifthAvenueLogo,
imageAlt: "FifthAvenueLogoAlt",
},
+
+ {
+ name: "Github Education",
+ url: "https://github.com/education",
+ image: GithubEducation,
+ imageAlt: "GithubEucation logo",
+ },
]
},
{
diff --git a/frontend/src/app/sections/Experience/ExperienceCard.tsx b/frontend/src/app/sections/Experience/ExperienceCard.tsx
index 418d3e2..8f0ca15 100644
--- a/frontend/src/app/sections/Experience/ExperienceCard.tsx
+++ b/frontend/src/app/sections/Experience/ExperienceCard.tsx
@@ -54,4 +54,4 @@ export default function ExperienceCard({ activeIndex = 0 }) {
))}
)
-}
\ No newline at end of file
+}