From 3133402f8338b4ddc534addd4d2b2df2d36ccfb3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:41:01 +0000 Subject: [PATCH 1/4] Update src/app/klow/page.tsx --- src/app/klow/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/klow/page.tsx b/src/app/klow/page.tsx index 31adb05..ec58163 100644 --- a/src/app/klow/page.tsx +++ b/src/app/klow/page.tsx @@ -26,9 +26,6 @@ export default function KlowPage() { { name: "Products", id: "/products" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, - { name: "Klow", id: "/klow" }, - { name: "Mots-c", id: "/mots-c" }, - { name: "NAD+", id: "/nad-plus" }, ]} brandName="Peptify" /> @@ -41,7 +38,6 @@ export default function KlowPage() { Date: Tue, 7 Apr 2026 01:41:02 +0000 Subject: [PATCH 2/4] Update src/app/mots-c/page.tsx --- src/app/mots-c/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/mots-c/page.tsx b/src/app/mots-c/page.tsx index 299168c..35805ea 100644 --- a/src/app/mots-c/page.tsx +++ b/src/app/mots-c/page.tsx @@ -26,9 +26,6 @@ export default function MotsCPage() { { name: "Products", id: "/products" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, - { name: "Klow", id: "/klow" }, - { name: "Mots-c", id: "/mots-c" }, - { name: "NAD+", id: "/nad-plus" }, ]} brandName="Peptify" /> @@ -41,7 +38,6 @@ export default function MotsCPage() { Date: Tue, 7 Apr 2026 01:41:02 +0000 Subject: [PATCH 3/4] Update src/app/nad-plus/page.tsx --- src/app/nad-plus/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/nad-plus/page.tsx b/src/app/nad-plus/page.tsx index e539555..255cdc5 100644 --- a/src/app/nad-plus/page.tsx +++ b/src/app/nad-plus/page.tsx @@ -26,9 +26,6 @@ export default function NadPlusPage() { { name: "Products", id: "/products" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, - { name: "Klow", id: "/klow" }, - { name: "Mots-c", id: "/mots-c" }, - { name: "NAD+", id: "/nad-plus" }, ]} brandName="Peptify" /> @@ -41,7 +38,6 @@ export default function NadPlusPage() { Date: Tue, 7 Apr 2026 01:41:03 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f62744d..4a06973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,9 +32,6 @@ export default function LandingPage() { { name: "Products", id: "/products" }, { name: "FAQ", id: "/faq" }, { name: "Contact", id: "/contact" }, - { name: "Klow", id: "/klow" }, - { name: "Mots-c", id: "/mots-c" }, - { name: "NAD+", id: "/nad-plus" }, ]} brandName="Peptify" /> @@ -117,7 +114,6 @@ export default function LandingPage() {