Merge version_3 into main #3
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user