From 97d4d7c2beb81346edda4777b4d950d7a0d37034 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:05:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02bb0f3..76e0551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactText from '@/components/sections/contact/ContactText'; import { BookOpen, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { @@ -32,21 +33,13 @@ export default function LandingPage() { @@ -55,60 +48,37 @@ export default function LandingPage() {
@@ -118,12 +88,22 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Personal Biology Expert" description={[ - "Biology.GPT is designed to bridge the gap between complex research and accessible knowledge.", - "We leverage advanced neural networks to synthesize data from thousands of biological papers, providing accurate, clear, and instant answers to your questions.", - ]} + "Biology.GPT is designed to bridge the gap between complex research and accessible knowledge.", "We leverage advanced neural networks to synthesize data from thousands of biological papers, providing accurate, clear, and instant answers to your questions."]} /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1