Skip to content
Open
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
10 changes: 5 additions & 5 deletions app/events/events-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function EventsContent() {
attendees: "170+ Attended",
description: "Kick off a month of open-source celebration! Learn about contributing to open source, form your hackathon team, and connect with Cebu's vibrant developer community.",
links: [
{ label: "View on Facebook", url: "https://www.facebook.com/share/v/19kQHaVJ1d/" }
{ label: "View on Facebook", url: "https://www.facebook.com/reel/830149926020420" }
]
},
{
Expand All @@ -23,7 +23,7 @@ export function EventsContent() {
status: "completed" as const,
attendees: "60+ Attended",
description: "Teams pitched their project ideas to the community and received feedback. A great opportunity to refine concepts and get early validation.",
links: [{ label: "View on Facebook", url: "https://www.facebook.com/share/v/1BBK5vwERd/" }]
links: [{ label: "View on Facebook", url: "https://www.facebook.com/share/p/17aYvhSdUs/" }]
},
{
id: 3,
Expand All @@ -32,7 +32,7 @@ export function EventsContent() {
status: "completed" as const,
attendees: "40+ Attended",
description: "Focused session on deploying projects to production. Teams learned best practices for deployment, CI/CD, and making their projects accessible to the world.",
links: [{ label: "View on Facebook", url: "https://www.facebook.com/share/v/1Zs9VDEumi/" }]
links: [{ label: "View on Facebook", url: "https://fb.me/e/3uTufdhwg" }]
},
{
id: 4,
Expand All @@ -42,7 +42,7 @@ export function EventsContent() {
attendees: "70+ Attended",
description: "Special PHP community event exploring AI integration in PHP applications. Join PHP developers and learn about the latest trends in AI-powered web development.",
links: [
{ label: "View on Youtube", url: "https://www.youtube.com/live/nkIF1cdh7E8?si=mtKpiWyHCIYDzpO3"},
{ label: "View on Youtube", url: "https://www.youtube.com/live/nkIF1cdh7E8"},
]
},
{
Expand All @@ -54,7 +54,7 @@ export function EventsContent() {
highlight: true,
description: "The grand finale! Demo Day showcase where teams present their projects. Awards ceremony recognizing outstanding contributions, innovative solutions, and celebrating a month of open-source excellence.",
links: [
{ label: "View on Facebook", url: "https://www.facebook.com/share/19xoMAAAEE/" }
{ label: "View on Facebook", url: "https://www.facebook.com/JavaScriptCebu/posts/pfbid034knCVkcRS6yzTTQ3XL7PknqKTCZ4Z7JEKJVMbbxLBHM2pJfvcun6RPhqK6CUB6hwl" }
]
}
];
Expand Down
Loading