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." />