)
}
diff --git a/frontend/src/routes/root.jsx b/frontend/src/routes/root.jsx
index a18da81..f7b9a33 100644
--- a/frontend/src/routes/root.jsx
+++ b/frontend/src/routes/root.jsx
@@ -1,21 +1,52 @@
import '../App.css';
import LandingMic from '../widgets/LandingMic';
-import MemoryNote from '../widgets/MemoryNote';
import { Divider } from "antd";
+import { Input, Button, Card } from 'antd';
+import { StarOutlined } from '@ant-design/icons';
-function Root({ notes }) {
+function Root() {
return (
<>
+
+ Welcome back, Janet
+
+
+
Total Entries
+
9
+
+
Entries this week
+
3
+
+
-
Record a memory
-
+ } style={{ backgroundColor: '#bfdbfe' }}/>
+ }
+ size="large"
+ onSearch={value => console.log(value)}
+ />
+
+
+ Example searches:
+ - Am I improving at collaboration?
+ - What are my best qualities?
+ - Do I overwork myself?
+