Skip to content

Feat/concept new #1196

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Staging
on:
push:
branches:
- main
- feat/new-landing

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions components/components.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cursor: pointer;
width: 100%;
color: #000d3d;
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -53,7 +53,7 @@

.heading {
color: var(--Cold-Grey-Grey500-Coolgrey, #8a9fb8);
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 500;
Expand Down Expand Up @@ -87,7 +87,7 @@

.dropdownActive {
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand All @@ -107,7 +107,7 @@
border-radius: 8px;
border: 1px solid var(--Cold-Grey-Grey250, #d0d9e3);
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -177,7 +177,7 @@
background: #e8ecf1;
color: var(--Secondary-500, #556578);
text-align: center;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand All @@ -186,7 +186,7 @@

.mainTitleHeading {
color: var(--Indigo-Indigo-900---Fetch-navy, #000d3d);
font-family: Lexend;
font-family: Geist;
font-size: 24px;
font-style: normal;
font-weight: 400;
Expand Down
8 changes: 1 addition & 7 deletions components/error-404.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { ReactNode, useEffect } from "react";
import Image from "next/image";
import Error from "../src/svgs/desktop/404.svg";
import { FeatureGuideTabs } from "./feature-guide-tabs";

const Description = ({ children }: { children: ReactNode }) => (
<span
Expand Down Expand Up @@ -42,14 +41,9 @@ const Error404 = () => {
go back to the homepage or
</span>
</Description>
<Description>
The quick links below may help you find your way.
</Description>

</div>
</div>
<section className="nx-mt-landing-page-sections nx-max-w-[1216px]">
<FeatureGuideTabs centerMode={true} />
</section>
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion components/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

.footerHeading {
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 400;
Expand Down
Loading
Loading