2 Commits

Author SHA1 Message Date
7472cf6027 Update src/app/page.tsx 2026-04-21 13:12:01 +00:00
1d16a8214e Merge version_4 into main
Merge version_4 into main
2026-04-21 13:11:06 +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>