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}