Merge version_3 into main #6
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user