Skip to content

Commit 40b61ec

Browse files
committed
chore: show hidden sections
1 parent 10aaed7 commit 40b61ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/src/app/home/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export default function Home() {
66
return (
77
<main className="">
88
<Hero />
9-
{/* <ResearchLab />
10-
<WorkWithUs /> */}
9+
<ResearchLab />
10+
<WorkWithUs />
1111
</main>
1212
);
1313
}

0 commit comments

Comments
 (0)