diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 769054e..4ea4ef4 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -88,6 +88,10 @@ export default function Layout() { }, ]} copyright="© 2024 ELAMIN LEGAL. All rights reserved." + links={[ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ]} />