Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7472cf6027 | |||
| 1d16a8214e |
@@ -42,10 +42,10 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="SysGuard"
|
logoText="SysGuard"
|
||||||
description="Total control over your computer's health. Monitor performance, track heat, and optimize system processes in real-time."
|
description="Total control over your computer's health. Monitor performance, track heat, and optimize system processes in real-time. Download now for Windows or find us on the Play Store."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Download for Windows", href: "#" },
|
||||||
text: "Download Now", href: "#contact"},
|
{ text: "Get on Play Store", href: "#" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-works-with-cad-software-isolated-mockup_482257-116383.jpg", imageAlt: "System monitoring dashboard" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-engineer-works-with-cad-software-isolated-mockup_482257-116383.jpg", imageAlt: "System monitoring dashboard" },
|
||||||
@@ -64,8 +64,7 @@ export default function LandingPage() {
|
|||||||
tag="Advanced Monitoring"
|
tag="Advanced Monitoring"
|
||||||
title="Built for Stability and Speed"
|
title="Built for Stability and Speed"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Learn More", href: "#features" },
|
||||||
text: "Learn More", href: "#features"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user