Skip to content

Commit 53cc73a

Browse files
committed
small edit to at fair page content
1 parent 9e9ec59 commit 53cc73a

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

src/app/student/at-the-fair/page.tsx

+27-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { P } from "@/app/_components/Paragraph"
12
import { Page } from "@/components/shared/Page"
23

34
export default async function AtFairPage() {
@@ -6,12 +7,33 @@ export default async function AtFairPage() {
67
<Page.Boundary>
78
<Page.Header>At the Fair</Page.Header>
89
<div>
9-
<ul>
10-
<li>1.</li>
11-
<li>2.</li>
12-
<li>3.</li>
13-
</ul>
10+
<P>
11+
Walking up to a representative of a company you really want to work
12+
for can be intimidating! But don't fret, below we’ve collected some
13+
tips on how to get the most out of your conversation.
14+
</P>
15+
<P>
16+
<ul>
17+
<li>
18+
<i>· Formulate your sentences and speak clearly.</i>
19+
</li>
20+
<li>
21+
<i>· Treat it like a friendly chat.</i>
22+
</li>
23+
<li>
24+
<i>· Show interest and ask questions.</i>
25+
</li>
26+
</ul>
27+
</P>
28+
<P>
29+
Remember that you are not chatting with an AI who just knows facts
30+
about the company, but with another person. Think of it as a date
31+
with a company!
32+
</P>
1433
</div>
34+
<br />
35+
<Page.Header tier="secondary">Example questions</Page.Header>
36+
{/*INSERT QUESTION GENERATOR HERE*/}
1537
</Page.Boundary>
1638
</Page.Background>
1739
)

0 commit comments

Comments
 (0)