Update src/app/contact/page.tsx

This commit is contained in:
2026-03-04 11:25:09 +00:00
parent f2689a2c30
commit 77277a431c

View File

@@ -100,8 +100,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Activity Library", href: "/activities" },
{ label: "Resources", href: "/resources" },
@@ -109,8 +108,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Parent Guidance Hub", href: "/resources" },
{ label: "FAQ", href: "/resources" },
{ label: "NHS Referral Guide", href: "/professionals" },
@@ -118,8 +116,7 @@ export default function ContactPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Parent Forum", href: "/resources" },
{ label: "Weekly Newsletter", href: "/" },
{ label: "Professional Directory", href: "/professionals" },
@@ -127,8 +124,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/resources" },
{ label: "Terms of Service", href: "/resources" },
{ label: "Disclaimer", href: "/resources" },
@@ -143,4 +139,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}