diff --git a/src/app/page.tsx b/src/app/page.tsx index d5a504a..711b8e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { ]} avatarText="6 Years of Innovation & Growth" buttons={[ - { text: "Start Exploring", href: "#timeline" }, - { text: "View Admin Dashboard", href: "#admin-dashboard" } + { text: "View Timeline Now", href: "#timeline" }, + { text: "Start Exploring", href: "#admin-dashboard" } ]} buttonAnimation="slide-up" ariaLabel="Hero section for timeline history" @@ -191,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file