6 Commits

Author SHA1 Message Date
e4f8d2e89e Merge version_5 into main
Merge version_5 into main
2026-04-21 13:12:07 +00:00
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
3b3107620c Update src/app/page.tsx 2026-04-21 13:11:00 +00:00
5a3aa794c3 Merge version_3 into main
Merge version_3 into main
2026-04-21 13:10:47 +00:00
c786bd8e48 Merge version_3 into main
Merge version_3 into main
2026-04-21 13:10:09 +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>
@@ -106,9 +105,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", price: "$0", name: "Starter", buttons: [{ text: "Download", href: "#" }], features: ["Real-time monitor", "Basic analytics"] },
{ id: "p2", price: "$9/mo", name: "Pro", buttons: [{ text: "Start Pro", href: "#" }], features: ["Advanced diagnostics", "Cloud sync", "Priority Support"] },
{ id: "p3", price: "$19/mo", name: "Team", buttons: [{ text: "Start Team", href: "#" }], features: ["Multiple devices", "API Access", "Full Management"] },
{ id: "p1", price: "$0", name: "Starter", buttons: [{ text: "Download", onClick: () => console.log('Initiating download...') }], features: ["Real-time monitor", "Basic analytics"] },
{ id: "p2", price: "$9/mo", name: "Pro", buttons: [{ text: "Start Pro", onClick: () => console.log('Redirecting to secure payment...') }], features: ["Advanced diagnostics", "Cloud sync", "Priority Support"] },
{ id: "p3", price: "$29/mo", name: "Gaming Assistant", buttons: [{ text: "Subscribe", onClick: () => console.log('Redirecting to Gaming Assistant payment...') }], features: ["Everything in Pro", "Gaming FPS Boost", "Thermal Optimization", "Priority GPU Sync"] },
]}
title="Simple Pricing"
description="Choose the monitoring plan that works for you."