diff --git a/src/app/products/retatrutide/page.tsx b/src/app/products/retatrutide/page.tsx new file mode 100644 index 0000000..017f3d7 --- /dev/null +++ b/src/app/products/retatrutide/page.tsx @@ -0,0 +1,27 @@ +"use client"; + +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'; + +export default function RetatrutidePage() { + return ( + + + +
+

Retatrutide

+

Advanced agonist compound for research applications.

+

Key Results

+
    +
  • Stabilized molecular structure
  • +
  • Consistent batch performance
  • +
  • Pharmaceutical grade precision
  • +
+
+ +
+
+ ); +} \ No newline at end of file