completionId: cgen-4e060f1ff74f4382aaa233bc8441d931

cgen-4e060f1ff74f4382aaa233bc8441d931
This commit is contained in:
Builder.io 2025-11-13 04:46:19 +00:00
parent 649d0ebf1b
commit 0e226cdfaa

View file

@ -435,11 +435,26 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{/* Company Info */}
<div className="space-y-4 animate-fade-in">
<div className="flex items-center space-x-3 group">
<img
src="https://docs.aethex.tech/~gitbook/image?url=https%3A%2F%2F1143808467-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252FDhUg3jal6kdpG645FzIl%252Fsites%252Fsite_HeOmR%252Flogo%252FqxDYz8Oj2SnwUTa8t3UB%252FAeThex%2520Origin%2520logo.png%3Falt%3Dmedia%26token%3D200e8ea2-0129-4cbe-b516-4a53f60c512b&width=128&dpr=1&quality=100&sign=6c7576ce&sv=2"
alt="AeThex Logo"
className="h-6 w-6 transition-all duration-300 group-hover:scale-110 group-hover:rotate-6"
/>
<svg
className="h-6 w-6 transition-all duration-300 group-hover:scale-110"
viewBox="0 0 40 40"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g className="animate-pulse">
<circle cx="20" cy="10" r="2" fill="currentColor" className="text-aethex-400" />
<circle cx="30" cy="20" r="2" fill="currentColor" className="text-aethex-400" />
<circle cx="20" cy="30" r="2" fill="currentColor" className="text-aethex-400" />
<circle cx="10" cy="20" r="2" fill="currentColor" className="text-aethex-400" />
<circle cx="20" cy="20" r="1.5" fill="currentColor" className="text-aethex-300" />
</g>
<g stroke="currentColor" strokeWidth="0.75" opacity="0.6" className="text-aethex-300">
<line x1="20" y1="10" x2="20" y2="20" />
<line x1="20" y1="20" x2="30" y2="20" />
<line x1="20" y1="20" x2="20" y2="30" />
<line x1="20" y1="20" x2="10" y2="20" />
</g>
</svg>
<span className="font-bold text-gradient group-hover:animate-pulse">
AeThex
</span>