From 27919a2385a31dd06d5bd0d65109446f12ce2c59 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:10:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1