Update src/app/page.tsx

This commit is contained in:
2026-01-20 11:14:27 +00:00
parent df308f0b82
commit 1b9ac71d8a

View File

@@ -143,8 +143,6 @@ export default function NeuroLinkAnalysisPage() {
]
}
]}
titleClassName="text-4xl font-extrabold mb-6"
descriptionClassName="text-gray-700 mb-8 max-w-2xl"
/>
</div>
@@ -173,8 +171,6 @@ export default function NeuroLinkAnalysisPage() {
imageSrc: "https://img.b2bpic.net/free-photo/male-radiologist-analyzing-mri-scan-results-patient-computer-monitor-control-room_637285-5158.jpg", imageAlt: "Medical brain imaging"
}
]}
titleClassName="text-4xl font-extrabold mb-6"
descriptionClassName="text-gray-700 mb-8 max-w-2xl"
/>
</div>
@@ -188,8 +184,6 @@ export default function NeuroLinkAnalysisPage() {
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
termsText="We protect your privacy. Unsubscribe anytime. By subscribing, you support independent scientific research on neural technology safety."
titleClassName="text-4xl font-extrabold mb-4"
descriptionClassName="text-gray-700 mb-8 max-w-2xl"
/>
</div>