diff --git a/app/about/page.tsx b/app/about/page.tsx index d12780b..e263fbc 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer"; import { getMdxContent } from "hooks/useMdxContent"; export const metadata = { - title: "About :: Feeding Fairness" + title: "About :: Grocery Gap Atlas" } export default async function AboutPage() { diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 713a2b6..565510d 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer"; import { getMdxContent } from "hooks/useMdxContent"; export const metadata = { - title: "Contact :: Feeding Fairness" + title: "Contact :: Grocery Gap Atlas" } export default async function ContactPage() { diff --git a/app/data/page.tsx b/app/data/page.tsx index 7a3dc6a..82e14c2 100644 --- a/app/data/page.tsx +++ b/app/data/page.tsx @@ -2,7 +2,7 @@ import SectionRenderer from "components/SectionRenderer"; import { getMdxContent } from "hooks/useMdxContent"; export const metadata = { - title: "Data :: Feeding Fairness" + title: "Data :: Grocery Gap Atlas" } export default async function AboutPage() { diff --git a/app/map/page.tsx b/app/map/page.tsx index 0ad49ce..8182a74 100644 --- a/app/map/page.tsx +++ b/app/map/page.tsx @@ -1,7 +1,7 @@ import Map from "components/Pages/Map" export const metadata = { - title: "Feeding Fairness Map", + title: "Map :: Grocery Gap Atlas", } export default function Web() { diff --git a/app/page.tsx b/app/page.tsx index cbe192a..c7f8305 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,7 +2,7 @@ import Home from "components/Pages/Home"; import { getMdxContent } from "hooks/useMdxContent"; export const metadata = { - title: "Feeding Fairness" + title: "Grocery Gap Atlas" } export default async function HomePage() {