diff --git a/apps/portal/src/components/questions/LandingComponent.tsx b/apps/portal/src/components/questions/LandingComponent.tsx index 7996a036..a8c77d4f 100644 --- a/apps/portal/src/components/questions/LandingComponent.tsx +++ b/apps/portal/src/components/questions/LandingComponent.tsx @@ -4,6 +4,8 @@ import type { QuestionsQuestionType } from '@prisma/client'; import type { TypeaheadOption } from '@tih/ui'; import { Button, Select } from '@tih/ui'; +import Container from '~/components/shared/Container'; + import { companyOptionToSlug } from '~/utils/questions/companySlug'; import { QUESTION_TYPES } from '~/utils/questions/constants'; import { locationOptionToSlug } from '~/utils/questions/locationSlug'; @@ -65,100 +67,100 @@ export default function LandingComponent({ onLanded }: LandingComponentProps) { }, [defaultLocation, location]); return ( -
-
-
-
- Question Bank -

- Tech Interview Question Bank -

-
-

- Know the{' '} - - latest SWE interview questions - {' '} - asked by top companies. -

-
-
-

Find questions

-
-

about

- { + handleChangeType( + value.toUpperCase() as QuestionsQuestionType, + ); + }} + /> +

from

+ { + handleChangeCompany(value); + }} + /> +

in

+ { + handleChangeLocation(value); + }} + /> +
+
+
+
+
+ + - -
-