We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732988e commit 2418956Copy full SHA for 2418956
app/Advisor/page.tsx
app/Landing/page.tsx
@@ -6,15 +6,13 @@ import NavBar from "../NavBar/page";
6
import Overview from "../Overview/page";
7
import Testimonial from "../Testimonial/page";
8
import UpcomingEvent from "../UpcomingEvent/page";
9
-import Advisor from "../Advisor/page";
10
11
export default function Landing() {
12
return (
13
<div>
14
<NavBar />
15
<Header />
16
<UpcomingEvent />
17
- <Advisor />
18
<Overview/>
19
<Domains />
20
<Testimonial/>
0 commit comments