diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index aba6c29..507cb7a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -89,6 +89,10 @@ export default function Layout() { ]} copyright="© 2024 Victoria Royal Plumbing. All rights reserved." imageSrc="http://img.b2bpic.net/free-photo/bottom-border-made-with-pink-blue-razors-blue-backdrop_23-2147818101.jpg?_wi=2" + links={[ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ]} />