From 7417befa2f26103da31f752a4bfc24ca77eccdc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7110eeb..5531549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -157,7 +158,8 @@ export default function LandingPage() { { label: "Privacy Policy", href: "#" }, ], }, - ]} + ], + } copyrightText="© 2024 CampusNav Inc. All rights reserved." />