diff --git a/src/app/products/bpc-tb/page.tsx b/src/app/products/bpc-tb/page.tsx index cd0717a..ac4cd1d 100644 --- a/src/app/products/bpc-tb/page.tsx +++ b/src/app/products/bpc-tb/page.tsx @@ -4,26 +4,55 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import MediaAbout from '@/components/sections/about/MediaAbout'; export default function BpcTbPage() { return ( - + + +
+ +
+ + -
-

BPC + TB 10MG

-

Synergistic blend for advanced study.

-

Usage Highlights

-
    -
  • Synergistic peptide action
  • -
  • Sterile-tested components
  • -
  • Batch-certified
  • -
-
-
); -} \ No newline at end of file +} diff --git a/src/app/products/retatrutide/page.tsx b/src/app/products/retatrutide/page.tsx index 85bf0b7..e89ca6d 100644 --- a/src/app/products/retatrutide/page.tsx +++ b/src/app/products/retatrutide/page.tsx @@ -4,25 +4,49 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import LegalSection from '@/components/legal/LegalSection'; export default function RetatrutidePage() { return ( - + - -
-

Retatrutide

-

Advanced agonist compound for research applications.

-

Key Results

-
    -
  • Stabilized molecular structure
  • -
  • Consistent batch performance
  • -
  • Pharmaceutical grade precision
  • -
-
- + + +
); diff --git a/src/app/products/tirzepatide/page.tsx b/src/app/products/tirzepatide/page.tsx index aeb6253..abee5d6 100644 --- a/src/app/products/tirzepatide/page.tsx +++ b/src/app/products/tirzepatide/page.tsx @@ -4,27 +4,49 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import LegalSection from '@/components/legal/LegalSection'; export default function TirzepatidePage() { return ( - + - -
-

Tirzepatide

-

High-purity Tirzepatide for metabolic and physiological research.

-

Benefits

-
    -
  • Supports metabolic pathways
  • -
  • High potency formulation
  • -
  • HPLC verified purity
  • -
-

Recommended Uses

-

For exclusive use in controlled laboratory research environments.

-
- + + +
);