-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/issue 59 landing page #64
base: development
Are you sure you want to change the base?
Conversation
bdb31ab
to
376089e
Compare
import "./globals.css"; | ||
import Link from "next/link"; | ||
|
||
const geistSans = localFont({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep these fonts for now. Next sets up fonts in a specific way so we should keep this and edit it later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I'll keep them, should we add different fonts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can do that know or later, up to you.
…ages/v52-tier3-team-35 into feature/issue-59-landing-page
…ages/v52-tier3-team-35 into feature/issue-59-landing-page
I have added a landing page for our site, this PR covers the different tasks below:
Task 1. To create navigation bar.
Task 2. Create "Hero" section
Tast3. Create "about Project" section.
Task 4. Create "How It Works" section
Task 5. Create footer for the landing page