From 6d735d3e841d3ee270d1efbbec646c4750ef6ea9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 12:46:51 +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 8e86977..8a2d6c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { BrainCircuit, FileText } from 'lucide-react'; export default function MedicalLandingPage() { return ( @@ -30,6 +29,7 @@ export default function MedicalLandingPage() { { name: "Services", id: "services" } ]} brandName="ClinicalAI" + button={{ text: "Contact" }} /> @@ -49,6 +49,7 @@ export default function MedicalLandingPage() { description="Transform your practice with our high-trust clinical integration tools." textboxLayout="split" animationType="blur-reveal" + useInvertedBackground={false} features={[ { id: "ai-chat", title: "AI Clinical Assistant", description: "Seamless AI consultation support with support for voice, text, and video inputs.", tag: "Productivity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtiGco1xSO7W3FFY9GO1jcdoQI/uploaded-1779108376004-rwze57pr.png" -- 2.49.1