© 2024 Supermemory.ai
+ + + ) +} + +export default Footer \ No newline at end of file diff --git a/apps/web-v2/src/app/(landing)/linkArrow.tsx b/apps/web-v2/src/app/(landing)/linkArrow.tsx new file mode 100644 index 00000000..d015c9c2 --- /dev/null +++ b/apps/web-v2/src/app/(landing)/linkArrow.tsx @@ -0,0 +1,9 @@ +import React from 'react' + +function LinkArrow({stroke, classname}: {stroke: string, classname?: string}) { + return ( + + ) +} + +export default LinkArrow \ No newline at end of file diff --git a/apps/web-v2/src/app/(landing)/page.tsx b/apps/web-v2/src/app/(landing)/page.tsx index 32c47ce3..5f0787b4 100644 --- a/apps/web-v2/src/app/(landing)/page.tsx +++ b/apps/web-v2/src/app/(landing)/page.tsx @@ -4,6 +4,7 @@ import Navbar from "./Navbar"; import Cta from "./Cta"; import { Toaster } from "@/components/ui/toaster"; import Features from "./Features"; +import Footer from "./footer"; export const runtime = "edge"; @@ -50,14 +51,9 @@ export default function Home() {