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