diff --git a/src/components/landing/LandingPageWrapper.tsx b/src/components/landing/LandingPageWrapper.tsx index bcea28c..f8fc8fb 100644 --- a/src/components/landing/LandingPageWrapper.tsx +++ b/src/components/landing/LandingPageWrapper.tsx @@ -214,69 +214,90 @@ interface FooterProps { export function Footer({ className = "" }: FooterProps) { const footerLinks = [ - { label: "Privacy", href: "#" }, - { label: "Terms", href: "#" }, - { label: "Contact", href: "#" }, + { label: "Privacy", href: "/privacy-policy" }, + { label: "Terms", href: "/terms-and-conditions" }, + { label: "Contact", href: "/contact" }, ]; return (