From 4dd29dfc32238a9239a27c8d0c864ced918dce86 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:55:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7602697..8e9765a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From c810a40f5998a5618b5a53bc174bb88768783f92 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:55:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44724e7..b600d4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,16 +66,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Weight & Metabolic", description: "Tirzepatide, Semaglutide, Retatrutide, AOD9604, and Lipo-C—engineered for metabolic optimization and body composition research.", imageSrc: "http://img.b2bpic.net/free-photo/male-pharmacist-working-drugstore_23-2150359203.jpg"}, + title: "Weight & Metabolic", description: "Tirzepatide, Semaglutide, Retatrutide, AOD9604, and Lipo-C—engineered for metabolic optimization and body composition research.", imageSrc: "http://img.b2bpic.net/free-photo/male-pharmacist-working-drugstore_23-2150359203.jpg", buttons: [{ text: "Explore Category", href: "#products" }] + }, { id: 2, - title: "Muscle & Recovery", description: "BPC-157, TB500, CJC-1295, and Ipamorelin—premium recovery and muscle-building peptides for athletic performance research.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122814.jpg"}, + title: "Muscle & Recovery", description: "BPC-157, TB500, CJC-1295, and Ipamorelin—premium recovery and muscle-building peptides for athletic performance research.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122814.jpg", buttons: [{ text: "Explore Category", href: "#products" }] + }, { id: 3, - title: "Specialty Blends", description: "'Glow' and 'Klow' custom formulations combine synergistic peptides for advanced research protocols with integrated benefits.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-laboratory-samples_23-2151108802.jpg"}, + title: "Specialty Blends", description: "'Glow' and 'Klow' custom formulations combine synergistic peptides for advanced research protocols with integrated benefits.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-laboratory-samples_23-2151108802.jpg", buttons: [{ text: "Explore Category", href: "#products" }] + }, { id: 4, - title: "Cognitive & Nootropic", description: "Semax, Selank, and Cerebrolysin—cutting-edge peptides for cognitive enhancement and neurological research applications.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg"}, + title: "Cognitive & Nootropic", description: "Semax, Selank, and Cerebrolysin—cutting-edge peptides for cognitive enhancement and neurological research applications.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg", buttons: [{ text: "Explore Category", href: "#products" }] + }, ]} textboxLayout="default" animationType="blur-reveal" @@ -244,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1