"use client"; import Link from "next/link"; import React from "react"; import styles from "../styles/Home.module.css"; export default function AboutComponent() { return ( <>

About Page

← Go Back

); }