From a5a3b69279d6e633b926ed2c8bd8d20708ddff5f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:35:39 +0000 Subject: [PATCH 1/3] Update src/app/products/bpc-tb/page.tsx --- src/app/products/bpc-tb/page.tsx | 57 ++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 14 deletions(-) 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 +} From 7090f3c9b8574bf08f95fba6270ebe6977743b50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:35:39 +0000 Subject: [PATCH 2/3] Update src/app/products/retatrutide/page.tsx --- src/app/products/retatrutide/page.tsx | 54 +++++++++++++++++++-------- 1 file changed, 39 insertions(+), 15 deletions(-) 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
  • -
-
- + + +
); From d48e18b424916cda69aa69fe3e302fcb42ec7304 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:35:40 +0000 Subject: [PATCH 3/3] Update src/app/products/tirzepatide/page.tsx --- src/app/products/tirzepatide/page.tsx | 56 +++++++++++++++++++-------- 1 file changed, 39 insertions(+), 17 deletions(-) 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.

-
- + + +
);