);
}
export const runtime = "edge";
-export const revalidate = 30;
\ No newline at end of file
+export const revalidate = 30;
diff --git a/apps/web/src/components/dash/shared/TiltWrapper.tsx b/apps/web/src/components/dash/shared/TiltWrapper.tsx
index 5b8e531b..2a04d502 100644
--- a/apps/web/src/components/dash/shared/TiltWrapper.tsx
+++ b/apps/web/src/components/dash/shared/TiltWrapper.tsx
@@ -18,7 +18,7 @@ export default function TiltWrapper({ children }: { children: ReactNode }) {
tiltReverse={true}
glareEnable={doTilt}
glareMaxOpacity={0.2}
- glareColor="hsl(var(--hackathon-primary))"
+ glareColor="#94a3b8"
glarePosition="all"
glareBorderRadius="1.5rem"
tiltEnable={doTilt}
diff --git a/apps/web/src/components/landing/About.tsx b/apps/web/src/components/landing/About.tsx
index 190a25cb..d5d802ee 100644
--- a/apps/web/src/components/landing/About.tsx
+++ b/apps/web/src/components/landing/About.tsx
@@ -24,12 +24,12 @@ export default function About() {
return (
-
+
{/* ABOUT US Section */}
-
+
ABOUT US
@@ -45,7 +45,7 @@ export default function About() {
{/* WHO CAN ATTEND Section */}
-
+
WHO CAN ATTEND?
@@ -62,7 +62,7 @@ export default function About() {
{/* Celebrating 10 Years Section */}
-
+
CELEBRATING 10 YEARS
@@ -71,9 +71,7 @@ export default function About() {
{/* Mobile: Truncated content with read more */}
{/* Animation for scrolling. Has to have exact heights so it knows where to animate to and from*/}
-
+
<>
{isExpanded
? "This year marks a significant milestone for RowdyHacks, as we celebrate 10 years of fostering creativity, collaboration, and mentorship right here at UTSA! Since our inception, RowdyHacks has brought together students, developers, and tech enthusiasts from all walks of life to engage in healthy competition, collaborate on innovative projects, and learn new skills they might not encounter in a traditional classroom setting. Over the past decade, we've witnessed incredible growth. We take pride in our inclusive community-building and empowering the next generation of tech leaders. Together, we've created an ecosystem where innovation thrives, friendships are formed, and the future is built, one hack at a time. As we celebrate this remarkable journey, we look forward to what the next 10 years hold for RowdyHacks. Whether you've been with us from the start or are joining us for the first time, let's make this milestone year one to remember. Let's hack, create, and shape the future—together!"
diff --git a/apps/web/src/components/landing/Footer.tsx b/apps/web/src/components/landing/Footer.tsx
index 7bc59c0a..b4ab3628 100644
--- a/apps/web/src/components/landing/Footer.tsx
+++ b/apps/web/src/components/landing/Footer.tsx
@@ -66,7 +66,7 @@ export default function Footer() {