From 9605fed38d6f0fae5f54be708a5fd7381c7a6c02 Mon Sep 17 00:00:00 2001 From: Andrew Somers <67980093+avsomers25@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:35:15 -0500 Subject: [PATCH] flags --- app/(pre-dashboard)/(landing)/page.tsx | 4 +- .../(landing)/sections/About.tsx | 11 +++++ .../(landing)/sections/GenericSection.tsx | 42 ++++++++++++++++++- app/layout.tsx | 4 +- 4 files changed, 55 insertions(+), 6 deletions(-) diff --git a/app/(pre-dashboard)/(landing)/page.tsx b/app/(pre-dashboard)/(landing)/page.tsx index 4fa6569..507c030 100644 --- a/app/(pre-dashboard)/(landing)/page.tsx +++ b/app/(pre-dashboard)/(landing)/page.tsx @@ -22,9 +22,7 @@ export default async function Page() { >
-

- ABOUT -

+ {/** diff --git a/app/(pre-dashboard)/(landing)/sections/About.tsx b/app/(pre-dashboard)/(landing)/sections/About.tsx index b1243ec..3efce74 100644 --- a/app/(pre-dashboard)/(landing)/sections/About.tsx +++ b/app/(pre-dashboard)/(landing)/sections/About.tsx @@ -104,6 +104,17 @@ function AboutInfo({ export default function About() { return ( <> +
+ {'about'} +
+
+ {'about'} +
+ : +
+ {props.title == "Schedule" ? +
+ {'about'} +
+ : +
+ {'about'} +
+ } +
+ } +
{props.children} diff --git a/app/layout.tsx b/app/layout.tsx index 6c9f3cd..9ce0824 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,5 @@ import '@/app/ui/global.css'; -import { inter, fuzzy } from '@/app/ui/fonts'; +import { inter, brush } from '@/app/ui/fonts'; import { Metadata } from 'next'; import { Analytics } from "@vercel/analytics/react" @@ -31,7 +31,7 @@ export default function RootLayout({ }) { return ( - +
{children}