completionId: cgen-7da5a145b3e640929285e60e7abaae4a
cgen-7da5a145b3e640929285e60e7abaae4a
This commit is contained in:
parent
6b89fc6e60
commit
cc17b37694
1 changed files with 18 additions and 4 deletions
|
|
@ -563,20 +563,34 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
</p>
|
</p>
|
||||||
<div className="space-y-2 text-sm text-muted-foreground">
|
<div className="space-y-2 text-sm text-muted-foreground">
|
||||||
<p className="flex items-center gap-2">
|
<p className="flex items-center gap-2">
|
||||||
<span className="h-1.5 w-1.5 rounded-full bg-aethex-400/70" />
|
<span
|
||||||
|
className="h-1.5 w-1.5 rounded-full"
|
||||||
|
style={{ backgroundColor: `${theme.accentHex}B3` }}
|
||||||
|
/>
|
||||||
Queen Creek, Arizona
|
Queen Creek, Arizona
|
||||||
</p>
|
</p>
|
||||||
<p className="flex items-center gap-2">
|
<p className="flex items-center gap-2">
|
||||||
<span className="h-1.5 w-1.5 rounded-full bg-aethex-400/70" />
|
<span
|
||||||
|
className="h-1.5 w-1.5 rounded-full"
|
||||||
|
style={{ backgroundColor: `${theme.accentHex}B3` }}
|
||||||
|
/>
|
||||||
<a
|
<a
|
||||||
href="mailto:info@aethex.biz"
|
href="mailto:info@aethex.biz"
|
||||||
className="hover:text-aethex-400 transition-colors"
|
className="transition-colors"
|
||||||
|
style={{
|
||||||
|
color: "var(--muted-foreground)",
|
||||||
|
}}
|
||||||
|
onMouseEnter={(e) => e.currentTarget.style.color = theme.accentHex}
|
||||||
|
onMouseLeave={(e) => e.currentTarget.style.color = "var(--muted-foreground)"}
|
||||||
>
|
>
|
||||||
info@aethex.biz
|
info@aethex.biz
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="flex items-center gap-2">
|
<p className="flex items-center gap-2">
|
||||||
<span className="h-1.5 w-1.5 rounded-full bg-aethex-400/70" />
|
<span
|
||||||
|
className="h-1.5 w-1.5 rounded-full"
|
||||||
|
style={{ backgroundColor: `${theme.accentHex}B3` }}
|
||||||
|
/>
|
||||||
(346) 556-7100
|
(346) 556-7100
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue