Update src/app/page.tsx

This commit is contained in:
2026-04-07 17:46:15 +00:00
parent 4a6621b8fb
commit 7417befa2f

View File

@@ -135,6 +135,7 @@ export default function LandingPage() {
title="Get Started Today"
description="Join thousands of students and faculty navigating smarter. Sign up for early access to our campus navigation platform."
buttons={[{ text: "Get Started", href: "#" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -157,7 +158,8 @@ export default function LandingPage() {
{ label: "Privacy Policy", href: "#" },
],
},
]}
],
}
copyrightText="© 2024 CampusNav Inc. All rights reserved."
/>
</div>