Update src/app/page.tsx

This commit is contained in:
2026-05-28 05:51:25 +00:00
parent ae155d2c16
commit 849ae09867

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Excellence in Health Sciences Education"
description="DUHS delivers globally recognized medical, nursing, and allied health programs with cutting-edge research facilities and clinical partnerships. Join a legacy of healthcare leaders transforming lives."
description="Join DUHS to become a healthcare leader. Gain unparalleled education and cutting-edge skills to transform lives globally."
buttons={[
{
text: "Explore Programs", href: "#programs"},
@@ -315,4 +315,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}