Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 14:11:10 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}