Update src/app/page.tsx

This commit is contained in:
2026-01-13 21:33:11 +00:00
parent 7ac0913445
commit a180875873

View File

@@ -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>