diff --git a/apps/pizza-shop/src/app/page.tsx b/apps/pizza-shop/src/app/page.tsx index 7ba08df..e75dbf8 100644 --- a/apps/pizza-shop/src/app/page.tsx +++ b/apps/pizza-shop/src/app/page.tsx @@ -11,16 +11,6 @@ const LINKS = [ href: "https://www.google.com/search?q=hawaii+pizza", description: "Italians love it!", }, - { - title: "🇮🇹 Pizza Calzone!", - href: "https://www.google.com/search?q=hawaii+calzone", - description: "Ghislain loves this!", - }, - { - title: "🇮🇹 Pizza Testy!", - href: "https://www.google.com/search?q=hawaii+calzone", - description: "Ghislain loves this!", - }, ]; export default function Page(): JSX.Element { diff --git a/apps/test-automation/src/app/page.tsx b/apps/test-automation/src/app/page.tsx index 9da47da..6ea2ca1 100644 --- a/apps/test-automation/src/app/page.tsx +++ b/apps/test-automation/src/app/page.tsx @@ -11,11 +11,6 @@ const LINKS = [ href: "/contact", description: "Contact us for even better deals", }, - { - title: "💌 Ghislain is amazing", - href: "/Ghislain", - description: "Ghislain is amazing", - }, ]; export default function Page(): JSX.Element {