Merge version_29 into main #47
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/products" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Compounds", items: [{ label: "Klow", href: "/klow" }, { label: "Mots-c", href: "/mots-c" }, { label: "NAD+", href: "/nad-plus" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Disclaimer", href: "/disclaimer" }, { label: "Terms", href: "/terms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Peptify"
|
||||
|
||||
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/products" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Compounds", items: [{ label: "Klow", href: "/klow" }, { label: "Mots-c", href: "/mots-c" }, { label: "NAD+", href: "/nad-plus" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Disclaimer", href: "/disclaimer" }, { label: "Terms", href: "/terms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Peptify"
|
||||
|
||||
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/products" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Compounds", items: [{ label: "Klow", href: "/klow" }, { label: "Mots-c", href: "/mots-c" }, { label: "NAD+", href: "/nad-plus" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Disclaimer", href: "/disclaimer" }, { label: "Terms", href: "/terms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Peptify"
|
||||
|
||||
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/products" }, { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Compounds", items: [{ label: "Klow", href: "/klow" }, { label: "Mots-c", href: "/mots-c" }, { label: "NAD+", href: "/nad-plus" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Disclaimer", href: "/disclaimer" }, { label: "Terms", href: "/terms" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Peptify. For Research Use Only."
|
||||
|
||||
Reference in New Issue
Block a user