Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
background="none"
|
||||
cardStyle="gradient-subtle"
|
||||
primaryButtonStyle="neon-glow-border"
|
||||
secondaryButtonStyle="minimal"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
mediaPosition="left"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
ariaLabel="Feature section"
|
||||
/>
|
||||
</div>
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertCard"
|
||||
useInvertedBackground="noInvert"
|
||||
ariaLabel="Pricing plans section"
|
||||
/>
|
||||
</div>
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
buttonText="Send Message"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
ariaLabel="Contact form section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user