From 8562fb66833bac281c3afb9c646a08319d2f6d77 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:05:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b38553a..5b33429 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,38 +42,25 @@ export default function LandingPage() {
@@ -87,52 +68,27 @@ export default function LandingPage() {
@@ -218,12 +144,7 @@ export default function LandingPage() { title="Trusted by Researchers" description="Leading laboratories rely on Peptify for consistent, reliable chemical compounds." names={[ - "Bioscience Labs", - "Genomic Research", - "Peptide Dynamics", - "Clinical Studies", - "Advanced Proteomics", - ]} + "Bioscience Labs", "Genomic Research", "Peptide Dynamics", "Clinical Studies", "Advanced Proteomics"]} tag="Partners" /> @@ -232,33 +153,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1