File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,10 +96,12 @@ export default function Index() {
9696 < header className = "sticky top-0 z-50 border-b border-zinc-800/50 bg-zinc-950/80 backdrop-blur-md" >
9797 < div className = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between" >
9898 < div className = "flex items-center gap-2" >
99- < div className = "w-8 h-8 bg-gradient-to-br from-orange-400 to-orange-600 rounded-lg flex items-center justify-center font-bold text-zinc-950" >
100- AOF
101- </ div >
102- < span className = "font-bold text-white" > Agntic Ops Framework</ span >
99+ < img
100+ src = "/aof-logo.png"
101+ alt = "Agentic Ops Framework"
102+ className = "w-8 h-8"
103+ />
104+ < span className = "font-bold text-white" > Agentic Ops Framework</ span >
103105 </ div >
104106 < nav className = "hidden md:flex items-center gap-8" >
105107 < a
You can’t perform that action at this time.
0 commit comments