Skip to content
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

Closed
wants to merge 18 commits into from
Closed

Conversation

IT21182914
Copy link

No description provided.

@pawan-live pawan-live changed the title Navbar Develop feat: hero section Dec 23, 2024

type TranslationKeys = "en";

const translations: Record<
Copy link
Collaborator

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

@@ -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({
Copy link
Collaborator

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

@pawan-live
Copy link
Collaborator

@IT22128140 @IT22202468 can someone test this feature by running in local?

@pawan-live pawan-live linked an issue Dec 23, 2024 that may be closed by this pull request
4 tasks
@pawan-live
Copy link
Collaborator

Closing this since both features were included in the previous PR #10

@pawan-live pawan-live closed this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the hero section of the landing page
4 participants