From e80acef52d20dfa351d9c5b683e6af65daee410e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:34:36 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index ab56d1b..860b419 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -27,35 +27,33 @@ export default function PrivacyPolicyPage() { { name: "Deals", id: "/#deals" }, { name: "Locations", id: "/#locations" }, { name: "App", id: "/#app" }, - { name: "Privacy Policy", id: "/privacy-policy" } + { name: "Privacy", id: "/privacy-policy" }, ]} brandName="FastBite" /> + + ); -} +} \ No newline at end of file