Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"eslint": "9.39.1",
"eslint-config-next": "16.0.7",
"eslint-config-next": "16.0.8",
"firebase": "^12.0.0",
"form-data": "^4.0.0",
"framer-motion": "^12.0.0",
"ics": "^3.8.1",
"jwt-decode": "^4.0.0",
"lint-staged": "^16.0.0",
"lucide-react": "^0.555.0",
"lucide-react": "^0.556.0",
"luxon": "^3.4.2",
"next": "16.0.7",
"next": "16.0.8",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.1",
"prettier": "^3.3.3",
Expand Down
14 changes: 7 additions & 7 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: {
default: "HackPSU Fall 2025 - Penn State's Premier Hackathon",
template: "%s | HackPSU Fall 2025",
default: "HackPSU Spring 2026 - Penn State's Premier Hackathon",
template: "%s | HackPSU Spring 2026",
},
description:
"Join HackPSU Fall 2025 at Penn State University for 24 hours of innovation, coding, and collaboration. Open to all skill levels with workshops, mentorship, and amazing prizes.",
"Join HackPSU Spring 2026 at Penn State University for 24 hours of innovation, coding, and collaboration. Open to all skill levels with workshops, mentorship, and amazing prizes.",
authors: [
{
name: "HackPSU Team",
Expand All @@ -38,14 +38,14 @@ export const metadata: Metadata = {
type: "website",
locale: "en_US",
url: "https://hackpsu.org",
siteName: "HackPSU Fall 2025",
title: "HackPSU Fall 2025 - Penn State's Premier Hackathon",
siteName: "HackPSU Spring 2026",
title: "HackPSU Spring 2026 - Penn State's Premier Hackathon",
description:
"Join HackPSU Fall 2025 at Penn State University for 24 hours of innovation, coding, and collaboration. Open to all skill levels with workshops, mentorship, and amazing prizes.",
"Join HackPSU Spring 2026 at Penn State University for 24 hours of innovation, coding, and collaboration. Open to all skill levels with workshops, mentorship, and amazing prizes.",
images: [
{
url: "/logo.svg",
alt: "HackPSU Fall 2025 Logo",
alt: "HackPSU Spring 2026 Logo",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const faqs: FAQItem[] = [
{
question: "What is Devpost?",
answer:
"Devpost is a project submission platform used by many hackathons and technology-focused events. You and/or your team will be asked to submit your project through our Fall 2025 Devpost. For those who have never used Devpost before or would like a refresher, head over to the info booth!",
"Devpost is a project submission platform used by many hackathons and technology-focused events. You and/or your team will be asked to submit your project through our Spring 2026 Devpost. For those who have never used Devpost before or would like a refresher, head over to the info booth!",
link: {
target: "http://devpost.hackpsu.org/",
text: "devpost.hackpsu.org",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Happy hacking!
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.95 }}
>
HackPSU Fall 2025
HackPSU Spring 2026
</motion.h1>

{/* Countdown Timer */}
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/FAQ/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const faqs = [
{
question: "What is Devpost?",
answer:
"Devpost is a project submission platform used by many hackathons and technology-focused events. You and/or your team will be asked to submit your project through our Fall 2025 Devpost. For those who have never used Devpost before or would like a refresher, head over to the info booth!",
"Devpost is a project submission platform used by many hackathons and technology-focused events. You and/or your team will be asked to submit your project through our Spring 2026 Devpost. For those who have never used Devpost before or would like a refresher, head over to the info booth!",
link: {
target: "http://devpost.hackpsu.org/",
text: "devpost.hackpsu.org",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"isLive": false,
"hackathonDate": "2025-10-25 14:00:00",
"hackathonEndDate": "2025-10-26 14:00:00",
"hackathonDateRepr": "October 25th, 2025"
"hackathonDate": "2026-03-28 14:00:00",
"hackathonEndDate": "2026-03-29 14:00:00",
"hackathonDateRepr": "March 28th, 2026"
}
Loading