Merge version_3 into main #6

Merged
bender merged 6 commits from version_3 into main 2026-03-03 16:14:56 +00:00
6 changed files with 12 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -57,6 +58,7 @@ export default function AboutPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }

View File

@@ -24,6 +24,7 @@ export default function EventsPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -69,6 +70,7 @@ export default function EventsPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }

View File

@@ -24,6 +24,7 @@ export default function FeaturesPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -84,6 +85,7 @@ export default function FeaturesPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }

View File

@@ -24,6 +24,7 @@ export default function MetricsPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -61,6 +62,7 @@ export default function MetricsPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }

View File

@@ -32,6 +32,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -262,6 +263,7 @@ export default function LandingPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }

View File

@@ -24,6 +24,7 @@ export default function TeamPage() {
<NavbarLayoutFloatingInline
brandName="ComputerClub"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Team", id: "/team" },
@@ -61,6 +62,7 @@ export default function TeamPage() {
columns={[
{
title: "Community", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Team", href: "/team" }