From 0b9c91da288b77fc81245630eaa50c324d2ec3a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64af01d..8ab660b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { ShieldCheck, Users } from "lucide-react"; +import { ShieldCheck } from "lucide-react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -73,6 +73,7 @@ export default function LandingPage() { names={["Advanced Science Inst.", "Global Bio-Research", "Metabolic Studies Group", "Peptide Analysis Lab", "Cellular Dynamics Inc."]} description="Leading laboratories trust our high-purity compounds for their critical studies." useInvertedBackground={false} + textboxLayout="default" /> -- 2.49.1