Merge version_5 into main #5

Merged
bender merged 1 commits from version_5 into main 2026-04-21 13:12:08 +00:00

View File

@@ -42,10 +42,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
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={[
{
text: "Download Now", href: "#contact"},
{ text: "Download for Windows", href: "#" },
{ text: "Get on Play Store", href: "#" },
]}
slides={[
{ 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"
title="Built for Stability and Speed"
buttons={[
{
text: "Learn More", href: "#features"},
{ text: "Learn More", href: "#features" },
]}
/>
</div>