Compare commits
12 Commits
version_27
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a0ce94304 | |||
| b5f8b404eb | |||
| fe11751ca0 | |||
| c4a97db880 | |||
| f88dedb428 | |||
| 5bf55134f3 | |||
| c9d6aabfa6 | |||
| 3133402f83 | |||
| d6c952b6ed | |||
| 453235ef52 | |||
| a8ed5b251f | |||
| f463b3bd72 |
@@ -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."
|
||||
@@ -127,4 +123,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user