diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index a7da881..cb41b80 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -65,6 +65,32 @@ const testimonials = [ ], ]; +function WaveDivider({ + from = '#fffdf9', + to = '#19192d', + flip = false, +}: { + from?: string; + to?: string; + flip?: boolean; +}) { + return ( +
+ +
+ ); +} + export default function Starter() { return ( <> @@ -229,7 +255,9 @@ export default function Starter() { -
+ + +

Session memory

@@ -291,7 +319,9 @@ export default function Starter() {
-
+ + +

Coach supervised