diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d502de2..fcc6e82 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -108,6 +108,10 @@ export default function Layout() { ], }, ]} + links={[ + { label: "Privacy", href: "/privacy" }, + { label: "Terms", href: "/terms" } + ]} copyright="© 2024 TruthBite AI. All rights reserved." />