Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -39,8 +39,6 @@ export default function LandingPage() {
|
||||
button={{
|
||||
text: "Start Free Trial", href: "https://app.agentbrowser.io/signup"
|
||||
}}
|
||||
className="fixed top-6 left-1/2 transform -translate-x-1/2 z-50"
|
||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,8 +94,6 @@ export default function LandingPage() {
|
||||
text: "Learn More", href: "#features"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,8 +121,6 @@ export default function LandingPage() {
|
||||
text: "Get Started Today", href: "https://app.agentbrowser.io/signup"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,8 +177,6 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
titleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground/70"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user