Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-15 23:57:44 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="JARVIS"
button={{ text: "Enter Dashboard", href: "#" }}
button={{ text: "Enter Dashboard", href: "/" }}
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ztxi1", alt: "project manager professional headshot" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5wxeh", alt: "systems engineer professional headshot" }
]}
buttons={[{ text: "Enter Dashboard", href: "#overview" }]}
buttons={[{ text: "Enter Dashboard", href: "/" }]}
marqueeItems={[
{ type: "text", text: "Latency: 12ms" },
{ type: "text", text: "Uptime: 99.99%" },
@@ -182,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}