-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: hero section #11
Conversation
Feature/navbar
Feature/herosection
src/app/components/HeroSection.tsx
Outdated
|
||
type TranslationKeys = "en"; | ||
|
||
const translations: Record< |
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.
Better if we could move these to a separate JSON file
src/app/layout.tsx
Outdated
@@ -1,6 +1,7 @@ | |||
import type { Metadata } from "next"; | |||
import localFont from "next/font/local"; | |||
import "./globals.css"; | |||
import Navbar from "./components/Navbar"; | |||
|
|||
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.
Shall we use DM Sans font which is used in the design
@IT22128140 @IT22202468 can someone test this feature by running in local? |
Feature/herosection
Feature/navbar
Closing this since both features were included in the previous PR #10 |
No description provided.