From 29d8b17fbdca48a20ba74f8249eee5dcb325a39e Mon Sep 17 00:00:00 2001 From: Erik Sevelin <91209290+SortHvit@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:02:47 +0200 Subject: [PATCH 1/5] Add rough footer layout --- src/app/page.tsx | 2 ++ src/components/shared/Footer.tsx | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/components/shared/Footer.tsx diff --git a/src/app/page.tsx b/src/app/page.tsx index ce63d71..d837b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,7 @@ import { CompanyRegistrationButton } from "@/app/_components/CompanyRegistrationButton" import { FairDates } from "@/app/_components/FairDates" import { RecruitmentBanner } from "@/app/_components/Recruitment" +import { Footer } from "@/components/shared/Footer" import { NavigationMenu } from "@/components/shared/NavigationMenu" import { Page } from "@/components/shared/Page" import { Button } from "@/components/ui/button" @@ -57,6 +58,7 @@ export default async function HomePage() { + > ) } diff --git a/src/components/shared/Footer.tsx b/src/components/shared/Footer.tsx new file mode 100644 index 0000000..1ebe44e --- /dev/null +++ b/src/components/shared/Footer.tsx @@ -0,0 +1,15 @@ +import { InstagramIcon, LinkedinIcon, Music2Icon } from "lucide-react" + +export function Footer() { + return ( +
Follow us on:
+TikTok
+