3 Commits

Author SHA1 Message Date
27919a2385 Update src/app/page.tsx 2026-03-12 14:10:59 +00:00
a01d440d84 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:49:55 +00:00
9e3a214100 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:49:33 +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>
);
}
}