Undo Wix CTA additions on homepage

cgen-09d8fa96bb14459a930da5ce6398ec3d
This commit is contained in:
Builder.io 2025-10-19 17:13:59 +00:00
parent 6cc0cad024
commit f490030c5e

View file

@ -451,7 +451,7 @@ export default function Index() {
size="lg"
className="border-aethex-400/50 hover:border-aethex-400 hover-lift text-base sm:text-lg px-6 py-4 sm:px-8 sm:py-6"
>
<Link to="/wix">Wix Studio Partnership</Link>
<Link to="/explore">Explore Platform</Link>
</Button>
<Button
asChild
@ -462,9 +462,6 @@ export default function Index() {
<a href="https://aethex.net" target="_blank" rel="noreferrer">Visit aethex.net</a>
</Button>
</div>
<div className="mt-2 text-sm text-muted-foreground">
Official Wix Studio Partner <Link to="/wix" className="text-aethex-300 hover:text-aethex-200 underline">learn more</Link>
</div>
</div>
</div>
</section>