Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:50:01 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="LUMINAL"
description="A next-generation desktop operating system experience. Built for creativity, productivity, and seamless digital interaction. Experience the future of computing with elegant design and powerful functionality."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Try Now", href: "#features" },
{ text: "Learn More", href: "#experience" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="Discover what makes LuminalOS the ultimate desktop experience for creative professionals and tech enthusiasts."
tag="Capabilities"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -147,7 +147,7 @@ export default function LandingPage() {
description="Join forward-thinking organizations and individuals who have chosen LuminalOS as their platform of choice."
tag="Partners"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -159,7 +159,7 @@ export default function LandingPage() {
<ContactCTA
tag="Ready to Begin?"
tagIcon={Rocket}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Experience LuminalOS Today"
description="Join the revolution in desktop computing. Get early access and be part of shaping the future of operating systems."
buttons={[
@@ -167,7 +167,7 @@ export default function LandingPage() {
{ text: "View Documentation", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>