Update src/app/page.tsx

This commit is contained in:
2026-03-13 15:06:56 +00:00
parent 4b9fdde81e
commit 866eeff2f0

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="JARVIS"
description="Advanced Artificial Intelligence System. Intelligent assistance powered by cutting-edge neural networks and real-time processing capabilities. Experience the future of AI interaction."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Activate Interface", href: "#about" },
{ text: "Learn More", href: "#features" }
@@ -211,7 +211,7 @@ export default function LandingPage() {
{ text: "Start Free Trial", href: "#" },
{ text: "Schedule Demo", href: "#" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>