From 173e07d238cb56a7e5bba96029c34b38995a8c38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:32:58 +0000 Subject: [PATCH 1/3] Update src/app/products/bpc-tb/page.tsx --- src/app/products/bpc-tb/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/products/bpc-tb/page.tsx b/src/app/products/bpc-tb/page.tsx index 500aece..cd0717a 100644 --- a/src/app/products/bpc-tb/page.tsx +++ b/src/app/products/bpc-tb/page.tsx @@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function BpcTbPage() { return ( - + - +

BPC + TB 10MG

Synergistic blend for advanced study.

@@ -20,7 +22,7 @@ export default function BpcTbPage() {
  • Batch-certified
  • - +
    ); -- 2.49.1 From e2c6e8f5ca418481a7ac36ec04e239d23f601706 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:32:59 +0000 Subject: [PATCH 2/3] Update src/app/products/retatrutide/page.tsx --- src/app/products/retatrutide/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/products/retatrutide/page.tsx b/src/app/products/retatrutide/page.tsx index 017f3d7..85bf0b7 100644 --- a/src/app/products/retatrutide/page.tsx +++ b/src/app/products/retatrutide/page.tsx @@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function RetatrutidePage() { return ( - + - +

    Retatrutide

    Advanced agonist compound for research applications.

    @@ -20,7 +22,7 @@ export default function RetatrutidePage() {
  • Pharmaceutical grade precision
  • - +
    ); -- 2.49.1 From feea50ee40a1682b449485b00433093fd7177e04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:32:59 +0000 Subject: [PATCH 3/3] Update src/app/products/tirzepatide/page.tsx --- src/app/products/tirzepatide/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/products/tirzepatide/page.tsx b/src/app/products/tirzepatide/page.tsx index f4a01b9..aeb6253 100644 --- a/src/app/products/tirzepatide/page.tsx +++ b/src/app/products/tirzepatide/page.tsx @@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function TirzepatidePage() { return ( - + - +

    Tirzepatide

    High-purity Tirzepatide for metabolic and physiological research.

    @@ -22,7 +24,7 @@ export default function TirzepatidePage() {

    Recommended Uses

    For exclusive use in controlled laboratory research environments.

    - +
    ); -- 2.49.1