Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -39,8 +39,6 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Start Free Trial", href: "https://app.agentbrowser.io/signup"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -96,8 +94,6 @@ export default function LandingPage() {
|
|||||||
text: "Learn More", href: "#features"
|
text: "Learn More", href: "#features"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-foreground"
|
|
||||||
descriptionClassName="text-foreground/70"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -125,8 +121,6 @@ export default function LandingPage() {
|
|||||||
text: "Get Started Today", href: "https://app.agentbrowser.io/signup"
|
text: "Get Started Today", href: "https://app.agentbrowser.io/signup"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-foreground"
|
|
||||||
descriptionClassName="text-foreground/70"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -183,8 +177,6 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-foreground"
|
|
||||||
descriptionClassName="text-foreground/70"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user